Problem of resizing image in Swing Application

Hi all

I need a help on resizing and adjusting the Image in Swing application.

I develop a Swing Application. Here I display an image on the header.

I find it difficult to manage the image, I like that the image fits perfectly horizontal limits (even when resizing the window).

The code below is unable to... Even he is not able to adjust the horizontal boundaries by default.

========================================
//code for image starts
        BufferedImage myPicture;
        JLabel picLabel = null;
        try {
             myPicture = ImageIO.read(new File("artes_header.png"));
                picLabel = new JLabel(new ImageIcon(myPicture));
            
          } catch (Exception e) {
          }
        
        GridBagLayout gLayout = new GridBagLayout();
        getContentPane().setLayout(gLayout);

        GridBagConstraints c = new GridBagConstraints();
        c.gridx = 1;
        c.gridy = 1;
        c.weightx = 1;
        c.fill = GridBagConstraints.BOTH;
        c.insets = new Insets(0, 0, 0, 0);
        panelTop.setBackground(Color.white);
        getContentPane().add(picLabel, c);
        
        c.gridx = 1;
        c.gridy = 2;
        c.weightx = 1;
        c.weighty = 1;
        getContentPane().add(tabPane, c);
========================================

Please someone help me to solve the same problem.
Thanks in advance.


Kind regards
Gerard

Published by: user7668872 on July 31, 2011 06:25

Published by: user7668872 on August 4, 2011 03:56

Tips for the facilitator: Please read the announcement at the top of the forum list and the FAQ linked to each page. They are there for a purpose.

Then edit your messages and format the code correctly.

DB

Tags: Java

Similar Questions

  • Problem to resize images

    Photoshop Elements 8.0

    iMac OSX 10.8.3 32 GB memory

    (1) PE see only 2010 MB RAM

    I understand it is this exact PE, is - limit? Latest version of PE will support more RAM?

    (2) I can't resized images. It does not work: if I change 'with' or 'High', the 'resolution' is so changed. Save the image shows the image, as it was before you try to resize it.

    Also the 'Document size' does not show "pixels."

    I can't uncheck 'constrain proportions' (or other boxes).

    In general "resizing does not work.

    PE-8.jpg

    I used PE on my iMac previeus - no problem.

    I uninstalled and downloaded (EP 8) for my new iMac - but it doesn't (as explained).

    Any suggestion?

    1 no, all versions of PES are 32-bit applications and that's just how the 32-bit applications.

    2. If you want to change the pixel dimensions you must first activate the check-box resample. Even to constrain proportions, since neither of the two, to change the number of pixels in your image. It is generally a bad idea to try to transform an image by turning out to constrain the proportions. It will give you a distorted image, not a cropped. Use the crop tool to crop.

  • Problems with resizing on mult-monitor Application Windows.

    We have a recurring problem with our deployment. We have seen 4.6, Windows 7 endpoints, and often when people are connected to the multi-display sessions, there will be a problem with the windows applications (outlook, acrobat, etc.) resizing. This only seems to happen after that the user opens its session (we have a policy of waiting period of 7 minutes, and people generally lock down their machines by leaving his office.

    To release their session, sometimes all the open windows app will decline in a smaller area, on the main monitor, and the user will have to bring back them to their original location. For example, if a user has two monitors, and they keep Outlook maximized on their left monitor (which is not their "main" screen), back into the machine, this Outlook window could move to the right screen and shrink to a small window.

    Anyone else see this issue? Now I can check only happens on PCoIP, don't know if it does on the RDP.

    Hello

    Yes, we met this in our facility. The idea that came with my boss and seemed to work, is to change power politics.

    We have created a new policy via Group Policy and forced the machines to use. There isn't that one change in this power management, be sure to set the monitors to never turn off in the virtual machine (the default value is 5 or 10 minutes). Since we deployed the change, no problems.

    If you run the client on Windows 7 machines can still have their monitors turn off, but as long as the monitors of virtual machines are always 'on' you should be fine.

    Give it a shot.

  • problem with resize image

    Hello

    I want to resize the image when running according to the display width.

    I try some code below, but it shows me the white screen.

    class image extends screen
    {
    EncodedImage bit;
    BMF BitmapField;
    image()
    {
    try {}
                    
    BMF = new BitmapField (Bitmap.getBitmapResource ("next.png"));
    bmf.setImage (bit.scaleImage32 (50,50));
    Add (BMF);
    }
    catch (System.Exception e)
    {}
                
               
    }
    }

    Hey hardikkhamar,

    Hey man, how do you think that this code is useful when dealing with the image url using http call?

    Please Reffer to the code once more... its for the local image that is in your res folder...

    you have loading.png image, right?

    then get image coded this bitmap to aid

    PNGEncodedImage encode = PNGEncodedImage.encode(Bitmap.getBitmapResource("loading.png"););
    

    and then going on to encode this method with the width and height required... its that simple man...

    Bitmap Resizedbitmap = setsizeImage(encode, 200,150);
    

    Not to say thanks, Press the congratulations on the right side to thank the user who has helped you.
    Please mark as resolved messages if you found a solution.

  • problem of resizing image in firefox and internet explore

    I know there are "Workaround" to keep a style consistent css between browsers.  Funny is that this is the first time I hit a wall of brick with firefox; generally very friendly.

    I have a list of employees and put the 100px image and display the rest of the file on the right.  works fine in Chrome, but firefox and internet explore used to colaborate lol.

    I tried to use webkit and - moz - without result. can someone point me to a good site that can explain in more detail what I'm trying to understand?

    Here is the css for the thumb:

    . Thumb {}

    Width: 100px;! important

    right margin: 20px;

    margin-bottom: 10px;

    padding-top: 10px;

    padding-right: 15px;

    padding-left: 10px;

    }

    Reviews:

    <? PHP
    query the employee form.
    $query = "SELECT employeeid, employeepic, firstname, lastname FROM Employees ORDER BY firstname ASC";
    $result = mysqli_query ($dbc, $query);

    echo "< table class ="tblviewemp"> ';"

    echo "< thead > ';
    echo "< class tr 'tblviewemp' = > ';"
    echo "< class th ="dataH' id = 'emppicthumb' > < /th > employee Pic'; "
    echo "< class th 'dataH' = > name < /th > ';"
    echo "< class th 'dataH' = > name < /th > ';"
    echo "< class th ="dataH"> < /th > ID';"
    echo "< class th 'dataH' = > update < /th > ';"
    echo "< / thead > ';"

    While ($row = {mysqli_fetch_array ($result))}

    View the employee data
    echo "< tr >";
    echo "< class ="thumb"td" > < img src = "". EMP_UPLOADPATH. $row ["employeepic"]. "" alt = "Image of employee" / > < table > '; "
    echo "< class td ="data">". $row ["firstname"]. "< table >";
    echo "< class td ="data">". $row ['name']. "< table >";
    echo "< class td ="data">". $row ["employeeid"]. "< table >";
    echo "< td > < a class ="update"href =" removescore.php? ID ='. $row ["employeeid"]. "firstname =". "." $row ["firstname"]. "LastName ='"
    . $row ['name']. "" > update < /a > < table > ';

    }

    echo "< /tr >";

    echo "< / table >";

    mysqli_close ($DBC);

    _Alan wrote:

    I found a solution:

    The problem was the picture.  the image is out of a folder and entered the part of the query with other data.  I show the photo and the rest of the data on the same line of different record.  the problem I had is the size of the image that reduced to 100px in Chrome, but did not in firefox or internet explore.  I was able to make firefox and internet explore cooperate with me by adding a "max-width: 100px" in css.  for some reason any saying explicitly the size of the image is not enough, we must also say explicitly what the maximum size should be also.

    Yes, it's a known issue, if you declare the width with css and not online.

  • problem with resizing and remove

    I have a problem with resizing images after loading, not all of the images has the scale ratio 0.75... so for the most part, I just stretch the images having the ratio...

    is there a good method of resizing/scalling? for example enjoyed.

    and once I've loaded images, I add in the imageContainer.

    I couldn't find a way, if I click on the next thumbnail, she remove the last child (image) of the imageContainer...

    I'm confuse ATM please point me in the right direction...

    Thank you

    Load the image clicked

    function mouseClickThumb (e: Event): void {}

    var thumb: thumbnail2 = e.target as thumbnail2;

    var linkName:String = e.currentTarget.name.toString (); get the name of the link

    var imageLoader:Loader = new Loader();

    var urlRequest:URLRequest = new URLRequest (linkName);

    imageLoader.load (urlRequest);

    imageLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, imageLoaded);

    function imageLoaded(e:Event):void {}

    var image: Bitmap = (e.target.content) Bitmap image;

    image.x = 0;

    image.y = 0;

    somehow if I resized the images here, it didn't turn right for all...

         }

    imageContainer.addChild (imageLoader);  / / How can I delete the last image? if click on the following icon?

    }

    If you want to remove the last (highest in the display list) child of a container, you can do this way:

    var numChild = imageContainer.numChildren ();

    imageContainer.removeChildAt (numChild - 1);

    don't forget display lists starts with 0, not 1, so you must always subtract 1 to get the level number of the child in the foreground

  • Why not transform the work? I'm doing a simple resize a smart object, and I constantly have problems. do not transformation. I had this same problem on several images and I've just updated to the latest

    I had frequent problems trying to resize the smart objects - I am unable to use the transformation. I had this problem on several images. I had some success by restarting Photoshop CC and Windows, but this does not always solve the problem. Is this a known issue? It's really annoying. I had this problem before the last update, and it continued after the most recent update.

    Hi djdphotography

    • You also have the same result if you create a layer duplicate the layer of the same image?
    • Also be sure that you do not have the Quick Mask mode by mistake (press Q to turn it off before you select the transform tool)

    Useful article:-Photoshop help | Free transformations of images, forms and paths

    Concerning

    ~ Assani

  • Problems using image processor to resize Images

    Hello

    I'm stumped on this one.

    In the past, I used scripts in Photoshop to reduce my big Camera RAW images to the right size of 1920 x 1080 for export to Premiere Pro.

    Worked like a charm again.

    Now, when I try to do the exact same thing and check the destination folder AFTER execution of the routine of processor image, but BEFORE their import into Premiere Pro, they are all 1620 x 1080 instead of 1920 x 1080.

    It does not work.

    I keep control around a small typo in different stages, but fails.  Any thoughts?

    I recently had to reinstall Photoshop and changed one of the settings in the preferences to 32 bits instead of 16 bit.  I don't think that has anything to do with it, but I wanted to mention it just in case.

    Here is a screenshot:

    Screen shot 2011-03-19 at 3.43.50 PM.png

    Thank you!

    Matt Dubuque

    Hi Matt

    I'm assuming that you began with the versions 1620 x 1080.

    You have 2 options:

    size of the original image, 5616 x 3744 can scale up to 1920 x 1280, so you can resize the image 1920 x 1280, float the background image then proceed to the scale content and reduce the vertical dimension of 1280 to 1080, then remove the background image if it is always visible and use the Edit > Trim function to remove empty space.

    or

    resize images for 1620 x 1080 and then change the size of the canvas at 1920 x 1080, scale content / flatten save.

    or the other could work, there could be a slight loss in the second version of the upscaling, but it is better for you to try and test results

  • AppleScript to resize images in Photoshop CS4 will not work in CS6 - help!

    Hi people.

    I am new to this lark script and hope someone can help...

    Our Nigel, unfortunately is no longer with us, wrote a cunning to convert script photographs large size smaller using Photoshop CS4.

    The workflow is the following:

    You open Photoshop

    You have two files, one with the original files and the other which is empty.

    You drag the folder with the original files on the .app and he asks a destination folder (tell you him to use the empty folder).

    The images are then opened one by one, resized, some tape removed and are then registered to the empty folder (formerly).

    Lovely jubbly.

    The problem is when you try to use this app with Photoshop CS6 - it fails at the point of backup files in the new folder which gives this error:

    Adobe Photoshop CS6 has been an error: "unable to get document"075.jpg". (- 1728)

    I fiddled with the script a little and it seems don't not like the section "with options" command 'Save document' (it works fine if I completely remove the fuse "with options" - but I need than LZW compression).  I have trawled through a few similar questions on these forums, but have not been able to track down the problem. It probably doesn't help that I'm not a programmer (just try to translate as I oppose using the Photoshop CS6 AppleScript reference guide).

    Did everyone there knows the problem please?

    The script is below.

    on Open ()pourla)

    set theDestination of (choose folder with guest 'set the destination for the files processed...) ") as text

    tell application "Finder"

    set isContainer to fake

    set theItem to agenda 1 of pourla as string

    if last character of theItem is ":" then

    set list of files to files of all of the content of agenda 1 of pourla

    on the other

    set list of files to pourla

    end if

    Repeat with x in list of files

    set Dittos to x as texte

    set theFileName to name of x as texte

    set outFilePath to theDestination & theFileName

    if theFileName ends by ".db" then

      --

    on the other

    tell application "Adobe Photoshop CS6"

    -I was skilled enough change the foregoing of "Adobe Photoshop CS4".

    set units of the rule of parameters to units of mm

      Open alias theFile

    set theWidth to width of document theFileName

    set theHeight to height of document theFileName

    if theWidth > theHeight then

    Resize image document theFileName width 65 resolution 400 resample method bicubic

    on the other

    Resize image document theFileName height 65 resolution 400 resample method bicubic

    end if

    convert document theFileName profile ' Coated FOGRA39 (ISO 12647-2: 2004) " intent perceptive with blackpoint compensation without dithering .

    { adjust layer of art 'History' of the document theFileName with curves with options { }class:curves points of the curve: {{0, 0}, {128, 128}, {243, 255}}}

    { Save document theFileName in outFilePath like TIFF adding tiny extension with options { }byte order:Mac OS embed the color profile:fake image compression:LZW} without copy

    close document 1 saving no

    fin say

    fin if

    -display outFilePath dialog box

    fin Repeat

    fin say

    end open

    file name

    Try this.

    game of myOptions to {class:TIFF to save options, the byte order:Mac OS, embed the color profile:false, image compression:LZW}

    Save document theFileName in outFilePath as TIFF with options myOptions by adding the extension lowercase without copy

    HTH.

  • Dialog box controls 'Settings' 'automatic resizing Image.

    I have a signature that contains an avatar image (size 120px by 120px)
    Whenever I have 'send', one 'Auto Resize Image' > 'Settings' dialog box appears
    How can I bypass this until it becomes annoying.
    Most emails (98%) are not all other images embedded or attached.
    It started to happen after the upgrade to the latest version of Thunderbird, has never been a problem before.

    Doesn't sound like a standard Thunderbird pop up as I fell on it.

    Do you by chance an addon /extension as Auto Resize Image?

    If so, disable it and retest to see if the message stops.
    Make sure you use a current version.
    check to see if there are some parameters you can use to "do not ask again" or similar. Cannot say exactly as I do not use it.

    I use the standard settings of TB to settle for sizing when I insert an image initially.

  • Rstrui.exe - bad Image of the application or DLL C:\Windows\System32\Wbem\Framedyn.dll is not a valid windows image. AND the exe task manager. -Bad guess. The application or DLL C:\Windows\System32\VDMDBG. DLL is not a valid windows image.

    I use WIndows XP.  After that THINKPOINT is presented on my system, I have not been able to access my task manager or restore my system to an earlier date.

    I have checked Kellys Korner and various other suggestions on the internet, but have had no luck with anything.

    It shows that the HKEY value for the Task Manager is set to 0.  Don't know if that helps.

    I BELIEVE I have the THINK POINT removed from my system.  I use Microsoft Security, Ad-Ware and Malwarebytes Anti - Malware.  Between the 3, it seems I have everything.

    But now I can not restore my system, or use my TASK MANAGER.

    Help would be GREATLY appreciated.

    Thank you!

    Bindifer

    Think like a malicious software...
    It infects your system and is not to be found and removed.
    What are you most likely to use to find and remove malware?
    Internet, Google, Task Manager, regedit, restore the system command prompt, etc...
    The malware is often afflicts one or more of these components to try to trick into thinking you need to perform a system restore, a repair facility, or even to reinstall your XP from scratch.  None of these things are necessary since you can usually just to thwart malware.
    If the referenced files are completely absent from your system, you will see messages like this when you try to run the applications:
    Taskmgr.exe - Unable to locate component
    This application has failed to start because VDMDBG.dll is not found.  Reinstalling the application may fix this problem.
    Rstrui.exe - Unable to locate component
    This application has failed to start because framedyn.dll was not found.  Reinstalling the application may fix this problem.
    Sometimes you can click through the OK messages to access the System Restore screen, but the restoration of the system is still broken.
    If the referenced files are present on the system, but somehow corrupted, you will see messages like this when you try to run the applications:
    Taskmgr.exe - bad Image
    The application or DLL C:\WINDOWS\system32\VDMDBG.dll is not a valid Windows image.  Please check this against your installation diskette.
    Rstrui.exe - bad Image
    The application or DLL C:\WINDOWS\system32\wbem\framedyn.dll is not a valid Windows image.  Please check this against your installation diskette.
    Sometimes you can click through the OK messages to access the System Restore screen, but the restoration of the system is still broken.
    These files are part of the file 3498 who cares about Windows File Protection, so unless the WFP is also broken it is likely that files are missing completely (you get a different error message).  What is more likely is that the files are somehow corrupt or have been replaced by incorrect files.
    Assuming that XP is installed on your C drive and in the windows folder, XP keeps copies of 3498 files that he cares about this issue:
    c:\Windows\System32\dllcache
    On a health care system, Windows File Protection keeps track of 3498 protected files and quickly and quietly replaces all the files in the list that appears missing from the backup folder.  File protection Windows will not replace the files if they are somehow corrupted or replaced by bad files.
    You can simply copy the backup files in the dllcache folder in the folder where are the suspects or missing files.
    Using Explorer, navigate to the folder c:\windows\system32\dllcache and individually to copy the backup files in there and then navigate the folders where the suspect or incorrect files are and paste in the copied files.
    Depending on your installation, you can also find copies of the files in this folder:
    c:\windows\ServicePackFiles\i386
    Answer Yes, if you are prompted to replace existing files.
    Test your functions now and then to reboot your system to make sure the changes 'stick', and then fix any problems.

    Do, or do not. There is no test.

    I need YOUR voice and the points for helpful answers and propose responses. I'm saving for a pony!

  • "services.exe - bad image" and "the application or the DLL...\ShimEng.dll is not a valid Windows image.

    At the start this morning, I received the message following "services.exe - bad image" and "the application or the DLL...\ShimEng.dll is not a valid Windows image. Is there a simple solution to this problem? If it is ok, the unit freezes then

    Hello

    1. you remember to make changes to your computer, after which the issue started?

    I would recommend that you follow these steps and check if the problem persists.

    Step 1:

    I would recommend that you run a full scan using theMicrosoft Safety Scanner and check if the problem is related to malicious software.

    Note: You may lose data while eliminating malware.

    Step 2:

    Test the issue in a clean bootand verify if the issue.

    Note: Follow step 7 to your computer as usual.

    Step 3:

    Make SFC scan and check if the problem persists.

  • Help with solution of Liz Castro iBooks bug when resizing images in epub for iPad

    Hello world.

    I create an epub for iPad with small images that will expand when they are tapped. I read Liz Castro book and blog article and learned the bug with iBooks and the solution, which, like an HTML novice, I found it difficult to understand.  It took me some time to make it work, but I just wanted to share my (imperfect) progress for other laity or secular and ask for help!

    I just add this in my template.css

    {div. Group}
    Width: 50%! important;
    }
    img {width: 100%;}

    and in each of my html chapters where there is an image, I removed the img src reference that has been automatically generated by Indesign and added this...

    < div class = "group" >
    < img src = "exampleimage.jpeg" alt = "This is an example" / > "
    < / div >

    I rezipped my files, transferred to my iPad, and the images appear small and expand when double-tapped. Fantastic! Thanks to Liz Castro. It is a bigger step.

    But it is not perfect. I would like my image to be aligned to the centre and to ensure that there is some space between the text and the image. My images are now aligned to the left, and there is no space between them and the text preceding and following them, so that it looks like a mess on the page. Before I changed the code it worked well, after I changed it it does not work. When I initially exported the InDesign file, on the Image taitouche set the spacing to the Center and 2ems has added to the image and check the box to Insert a Page break before and after a page break.

    To remedy this, I added the following to the div.group in css

    text-align: center;

    top of the margin: 2em;

    margin-bottom: 2em;

    When I converted it to an epub I've seen there is no center of the image, but there was a margin at the top and bottom. While the file opens in the problem of Sigil that it won't transfer to iBooks on the iPad, which I think means that there is a coding error.


    Is anyone know how can I Center of the image and add some space between him and the text?

    Any help would be highly appreciated.

    Some things to consider:

    1 centering and space above and below your div can be done in CSS with:

    {div. Group}
    Width: 50%! important;

    top of the margin: 1.0em.

    margin-bottom: 1.0em;

    text-align: center ;}

    There might be other ways improve to achieve this. I am not an expert in CSS or HTML; I know that what has worked for me in previous projects.

    2. in iBooks, there is a bug (or "feature") which causes the iBooks to ignore text-align for some items (such as

    ) if iBooks preferences are set to full Justification = WE. Instead of being centered, these items will be left-aligned (or perhaps justified? I have not tested). This is the default setting, so most users likely to leave like that. (the elements are not affected by this bug.)

    This is detailed in one of the blog posts from Liz Castro and also on the blog of Walt Shiel:

    http://www.pigsgourdsandwikis.com/2010/06/beating-iBooks-bugs.html

    http://waltshiel.com/2010/06/23/one-solution-to-iBooks-1-1-centering-problem/

    One of them is to wrap the text inside such an element in the empty tags .

    3. I don't know what is your target audience, but keep in mind that iBooks is far behind Amazon and BN.com in terms of volume sales. Kindle and the Nook do not support resizing images (again, in any case), so unless your book depends on this photo processing to deliver his message, you could put a lot of time and effort in a feature that few readers (yet, cases) can take advantage of.

    4. If you use Twitter, you can follow the hashtag #eprdctn - it is used by a small community of designers in the ebook to exchange information on the evolving ebook design world.

    5. other good sources of information:

    http://ebookarchitects.com/

    http://www.kindleformatting.com/ (I know it is not related to iBooks, but it is full of good info)

  • Cannot resize Images in elements 8

    Hello

    I recently had my laptop stolen and I had to reinstall in 8 items on my new computer. Since then, I was able to resize images. I go to Image-> resize-> Image size and the pixel dimensions box is greyed out and I can't change the pixel dimensions. Size of document function works very well and is not grayed out.

    It's very strange and frustrating. Perhaps a simple problem, but I am totally confused.

    Thanks for any help you can give.

    In order to change the pixel dimensions you must first activate the check-box resample, as implied spread or adding pixels necessarily resampling. Try it with this market.

  • Problems with resizing and rotation vector! (CS5)

    I need help and can't find the answer to anywhere!

    My questions come from this fundamental task: drag files from Illustrator into Photoshop

    PROBLEM #1

    In CS3, when I dragged vector Illustrator files in Photoshop, it used to automatically resize the vector image to fit the canvas, I was working on. He is not doing this with CS5. Now when I drag files on since Illustrator, places it in the original format, I lose a lot of time having to zoom out, make it smaller and zoom back on my project. I did not 'Resize Image during up' selected in Photoshop, but it is not yet want to resize it! I went back to CS3 and he automatically returns the vector image, I tried to slip more into my project so that it forms!

    PROBLEM #2

    In CS3, when I turned a vector image (usually that I dragged Illustrator more), it would maintain the bounding box, but now in CS5 it doesn't! For example, I would normally make drag an Illustrator file into Photoshop, and then rotate the image as you wish. Then more later in the day if I wanted to rotate the image a little more or less, all I had to do was select the vector image and he would keep this rotated around him and told me that the image has been rotated currently 41 degrees. However, in CS5, when I rotate a vector image and then want to re-do rotate or resize, later in the day is not it. When I select the vector image, the bounding box is always a box or rectangle, with all the side dishes, and he tells me that the image is a 0 degree rotation (although earlier I have straightened out, say, 70 degrees). I'm not explaining this very well, but basically I can't resize or rotate more than once because he acts like she rasterizes the image, if it makes no sense.

    Bottom line, these are in HUGE trouble what I do!

    Help, please!

    wyzz7

    For what you are placing the image as a smart vector in object (also

    "It looks like you use Illustrator to clip a photo)?

    Why not do a vector mask in Photoshop and convert this layer hidden in

    a smart object?

    Other than that, as MTSTUNER pointed out, citing the transformation with

    command-T seems to work as expected and planned.

    The question of the pixel images placed being reduced, placed HERE - or pdf files

    do not be put on the scale seems indeed strange.

    If more people could reproduce it might be useful a bug report

    perhaps.

Maybe you are looking for

  • NXT Bluetooth connection

    Hello everyone! I have a few questions. First of all, I want to say that it is the first time I ask a question here. My name i s George kai, I'm of the Greece. OK, here it is... I have a windows PC with windows 7 system, Intel core duo processor cloc

  • Message says disk full.

    Cannot update anything or to download.  Message says disk full.  I only use my PC at home and it is only 3 years old.  Need not complete at all.  I bought the program, Advanced Tech support in mid-August to check my PC as IE 11 does not open a lot of

  • Xperia Z1 Z5 transfer

    I currently have a Z1 with 32 GB SD card (more than 20 GB of spare).  About to upgrade to a Z5 (on the same mobile operator). What is the best process to transfer a backup "perimeter" on my new phone, i.e. all photos, music, application settings, etc

  • Moved from HARD drive on computer newest and stuck in boot loop

    My old Dell computer died.  I moved my drive to a newer Dell computer. I'm stuck in a boot loop when I turn on.  I guess I need to repair or reinstall my windows XP to the new motherboard.  I upgraded from 95-98-XP over the years.  My XP upgrade disk

  • Associated with missing drivers

    Dear Sir. We have recently bought a HP 15-r074tu Notebook PC and installed Windows 8.1 64 bit on it. But could not find drivers for the below described components. It has been shown with a yellow triangle with an exclamation point in Device Manager.