Windows XP & IE6, trouble refreshing

Hi,
I am using CodeGuide 3.01 to write Swing applets.
But after I have written, compiled and saved my Applet I run in some trouble. Maybe someone can help.
I load the HTML file (wich has the reference to the Applet) into IE6 and everything goes fine.
After I have changed, compiled, saved my Applet again and I have pressed the refresh button in IE6 the page doesn't get refreshed properly. Instead IE6 loads the old Applet again.
When I close and reopen IE6 everything works fine.
Has someone encountered this or if you think I'm doing something wrong, please reply.
Greetings Ronald.

Ronald,
I've experienced the same problem with IE 5.5 & 6.0.
I believe that MS is loads the applet into memory and does not refresh the code when you "refresh" or click on the refresh icon. Therefore, you are on the right track; you must exit the browser and rerun it to get your new version of the applett to load.
Regards Randy
PS I noticed this behavior in MS Front Page also.

Similar Messages

  • Windows 8.1 desktop refresh required after closing mstsc

    In Windows 8.1 Pro with Update (64-bit), in desktop mode, after closing the mstsc app (click X in title bar) during an mstsc session to a Window 7 Ent SP1 workstation, the contents of the mstsc window remain displayed and a desktop refresh (right-click->refresh
    on the desktop) is required to refresh the desktop to clear the stale content from the display. This does not happen when using mstsc to connect to a legacy Win XP Pro workstation.
    Video adapter is an integrated Intel P4600/P4700 with latest drivers provided my Microsoft Update (v10.18.10.3621) in multi-monitor (3 monitors) mode. The mstsc is only active on one monitor.
    Anyone else seen this issue?

    Monitor refresh rate (all 3 of them is set to 60hz). Only options on the primary display are 59 or 60Hz.
    Setting the refresh rate to 59Hz produces same results. Setting back to 60Hz produces same results.
    Sometimes part of the desktop on the monitor with the mstsc window needs to be refreshed, sometimes all of it under the mstsc windows needs to be refreshed, and sometimes, but rarely, the desktop never needs to be refreshed after closing mstsc to this specific
    target.
    The mstsc session is not a full screen session and is opened as per:
    C:\Windows\System32\mstsc.exe "<path to rdp file>.rdp" /w:2560 /h:1530
    on a 30" display set for 2560x1600, 32bpp, 60Hz
    To clarify, the specific issue manifests when I disconnect the session -- ie. clicking the X in the title bar, then clicking OK in the dialog "Your remote session will be disconnected". The "Your remote session will be disconnected" dialog
    disappears (sometimes), and the mstsc windows title bar disappears but some or all of everything else that was inside the mstsc windows (from the remote system) remains displayed (even the mstsc bottom window border) until the desktop is refreshed.
    I do note that if I set the mstsc session to full screen and then close/disconnect the session while it is in full screen, that the refresh required after disconnect issue does not manifest.
    I am not sure if this is a functional issue in the mstsc client in Windows 8.1 (file version 6.3.9600.16384) or is more generally display/explorer specific. If the issue is broader, I am only noticing it with mstsc.
    I've also updated to the latest Intel HD Graphics driver (rel: 2014-08-29) and no difference.

  • Portege R700 with Windows 7 64-bit: Windows explorer fails to refresh

    It regularly happens after having used my laptop for a while (1 hour plus?) that Windows Explorer no longer refreshes any of its windows. Eg., delete a file and it is still displayed, and disappears only after pressing the refresh button (F5).
    Anyone else who had this experience, knows the problem, can suggest a solution (except for keeping on pressing F5 and eventually rebooting in frustration, which does help for a while)?

    Hello,
    I had exactly the same problem
    with my brand new (less than a month and it started from the first use) *Portege R830*.
    It *frozed all the time*, after a few minutes running, opening one or two programs (any), sometimes, even none.
    The problem occured also to get back from the sleep mode : couldn't get back, black screen.
    The *task manager wouldn't even open*, or if it opened it would be impossible to kill any process, although the processor wasn't even particularly busy at any time.
    I had to *press the shut down button* to force it. Turning it on again, i had to choose between safe mode, where everything ran well, or normal mode, where the problem reoccured after a few minutes.
    I found the same solution than you did in the Toshiba knowledge base and I installed *the latest driver for the fingerprint utility*.
    It seemed to solve the problem, and i was really relieved at that time !
    But the next turning on, after it had installed some windows updates, opening a web browser and the connections manager, the *freeze occured again*, less often, and less longer (after a few minutes it stops freezing, so it better because i don't have to force to shut down), but still i cannot open the task manager and still it is slowed.
    So i think *this fix is not totally solving the problem*...
    ...Looking for another solution...
    Message was edited by: PunkDandie

  • Cannot find hidden files on Windows 8.1 after refresh

    I stupidly did a Refresh on Windows 8.1 when having trouble with Clean Up disk not working. I know that i need to find the hidden files from other questions on here, and have checked the box for this, but how do i actually access these files, to get them back onto my Desktop. have lost Firefox history and bookmarks,my Avast Security,etc etc. I believe that i can retrieve them, is this right? I am not terribly computer literate but can follow instructions if they are kept simple. many thanks anyone.

    Users is good. Try to drill down to:
    C:\Windows.old\Users\''username''\AppData\Roaming\Mozilla\Firefox\Profiles
    Do you find anything there?

  • What version of Windows is IE6/7 running on?

    Hello,
    I have been testing out some HTML5/CSS3 code, which uses the Modernizr script to render the new HTML5 classes in older browsers. I've had some trouble with layout in IE6 and IE7 on my test site (http://www.bluedutch.com/cafe/index.html), so I prompted the user to install the Chrome Frame plug-in (http://code.google.com/chrome/chromeframe/) for IE <=7.
    When viewing the site in these browsers, the user should be prompted to install the plugin. When I preview the site in BL in IE6/7, I get the window prompting to install the plugin, but the plugin window displays a message "We are sorry. Google Chrome Frame is only available for IE 6,7,8, and 9 on Windows 7, Vista, XP SP2 or greater."
    I've uploaded a screenshot of the issue here: http://www.bluedutch.com/cafe/screenshot.jpg
    I'm just curious what version of Windows IE is rendering the screenshots from, since the plugin doesn't seem to detect it in one of the aforementioned. Are IE 8 and 9, as well as the other Windows browsers running on the same Windows platform? Since rendering seems to be very platform dependent in Windows, I was curious about how this issue might be affecting website display.
    Thanks,
    Marie

    Thanks Mark!
    That explains the Chrome plugin issue I am seeing.
    I've commented out the get Chrome plugin for IE7 on the site, just so you can see the behavior in IE7.
    If I understand Modernizr, the layout should look similar to IE8, but some of the new HTML5 tags, like <menu> aren't aligning properly, and some of the other divs are messed up. This could be due to font sizing in my CSS, and maybe some other unrecognized classes that IE7 just doesn't get, which I will also investigate further.
    But if you do find out any info on your side that would be helpful, I'd really appreciate any thoughts.
    The BrowserLab is very useful, by the way! I just discovered it yesterday after searching in vain for ways to render pages from my Mac on Windows browsers. Thanks for its implementation and support!
    Marie

  • Navigatetourl won't open in same window and in infinite refresh

    I have a project that requires a skip button and to go to a specified url in the same window once the animation is complete. The button works, however the navigatetourl in the last frame is not behaving.
    Here is the code I've placed in the last frame:
    addEventListener(Event.ENTER_FRAME, fl_EnterFrameHandler);
    function fl_EnterFrameHandler(event:Event):void
        //Start your custom code
        // This example code displays the words "Entered frame" in the Output panel.
        navigateToURL(new URLRequest("http://www.student.nvcc.edu/home/amlayne/ite170/dreamweaver/graded_assignments/index.html"), "_self");
        stop();   
        // End your custom code
    I've tried moving it to an earlier frame, placing a stop in the earlier frame, moving the stop command to after and so on. No matter what I do, the new url opens in a new window and is in a constant state of refresh. I also have the loop turned off but the animation begins to load the first frame again anyway.  Please help. I've tried many fixed listed in forums that are all about the same with no different results.  You can view my animation here: http://www.student.nvcc.edu/home/amlayne/ite170/flash/graded%20assignments/myintro.html
    NOTE: You will have to close the browser to get the refresh to stop.
    I've been working on this one issue two days and am at a complete loss.

    Any thoughts on why my button now won't open in the same window? I'm getting a sense the built in code snippets don't work as they should, or I'm just making silly mistakes. Here's the code:
    btnSkip1.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);
    function fl_MouseClickHandler(event:MouseEvent):void
              // Start your custom code
              // This example code displays the words "Mouse clicked" in the Output panel.
    navigateToURL(new URLRequest("http://www.student.nvcc.edu/home/amlayne/ite170/dreamweaver/graded_assignments/index.html"), "_self")
              // End your custom code

  • Instrument window needs to be refreshed every time

    When I double click on an midi instrument (the blue button with the instrument name), the window comes up blank.
    Only the instrument header information can be seen. I then have to re-select "view" which appears to refresh the window and then the instrument is displayed in full.
    Is this a bug or do I need to change something in the Logic settings to stop this?
    Thanks for the help

    I've been happening something similiar happen occassionally. Maybe once a session every couple of days. I'll use the mouse to initiate a new command (open window, new instrument etc). Any virtual instrument windows, go blank, and then reload themselves. Taking a couple of seconds to do this.. It happens irregularly, it has also happen a couple of times when saving a song..

  • Windows 8 display trouble

    hi everyone
    i installed windows 8 1 week ago. But my graphics card not adaptable windows 8. 
    My trouble is http://www.youtube.com/watch?v=b_ZKt8mqXOM
    what i must do ?
    i have to solve this problem. 
    HELP MEEEEE.
    Toshiba Satellite A665 3DV11X 
    Attachments:
    Adsız.png ‏113 KB

    Satellite A665-3DV11X (PSAW9U-01C002)
    You probably won't like my suggestions.
    To discover if you have a hardware failure, restore the hard disk to its original out-of-the-box contents using Toshiba recovery media. If you failed to burn recovery discs, you can obtain them from Toshiba.
       Order Toshiba Recovery Media
    For instructions, see the section Restoring from recovery DVDs/media, which begins on p. 73 of the User's Guide.
       Satellite A660 Series User’s Guide
    If the video is okay, upgrade to Windows 8 by carefully following the instructions here.
       Toshiba Windows 8 Upgrade Information
    -Jerry

  • Windows Explorer Does Not Refresh Automatically (Needs F5) AND Takes A Long Long Time To Make New File

    In Windows 7, it will go into this state where it won't update folders automatically, and I have to hit F5, as well, if I go for example, New->Text Document - it will hang the desktop and take like 3-4 minutes before coming back and showing the file.
    It is like something is preventing or slowing down the refresh of windows explorer.
    It happens about once a day, sometimes I reboot to see if I can get it to go away.

    Hi,
    This kind of issue can be caused by several reasons, such as third party program, out-dated drivers.
    To troubleshoot this issue, please perform the following steps:
    1. Update BIOS and device drivers to the latest version.
    2. If any security program is installed (anti-virus, firewall), please temporarily disable it
    3. Test it in Clean Boot mode.
    4. Reset Folder option:
    Reset folders
    ==========
    1. Click the Start button, type Folder Options in the Start Search box and press Enter.
    2. Click View tab.
    3. Click Reset folders.
    4. Click Apply, click OK.
    5. If it does not work, try a new account:
    Create a new user account
    ====================
    1. Click the Start Button, type User Accounts in the start search pane and press Enter.
    2. Click Manage user accounts. 
    3. Click Create a new account, and type the name.
    4. Choose account type as Computer administrator.
    5. Click Create Account.
    6. Log off and log on with the new account.
    6. Use the following tool to remove third party extension:
    ShellExView:
    http://www.nirsoft.net/utils/shexview.zip
    Hope it helps!
    Vivian Xing - MSFT

  • Cs6 windows 8 after system refresh....installer fails to initialize

    hi i was using adobe cs6 suite on my toshiba windows 8 machine. i had a problem and refresh my pc.during the process, windows removed all my apps. after the refreshing, i am trying to install back my cs6 suite but anytime i try install i get this error that.."installer failed to initialize" i downloaded adobe support adviser and it said there was a bootstrapper error ans also a restart wass pending. i restarted several times even after a windows update. the proble still persistsplease can somebody help me

    Moved to CS forum.

  • Windows user having trouble reading attachments since 10.4.4

    Has anyone else experienced problems sending attachments (specifically Word docs) to Windows users? I have experienced this only since the latest batch of updates. I have checked my settings and 'Windows friendly' is the default for mail. I have also sent the docs I have had trouble with to an old mac and this works fine which leads me to think its 10.4.4 as the cause?
    Help!!!!!!!!!!!

    As I have emailed, in part:
    Well, this Mac friend is not all right! Please tell me the exact method of creating this document, and the version of Word being used. It is not recognized as a valid format by any of my applications that should open it. Also, tell me how you are connected to the internet.
    and
    Placing the cursor over the attachment, reports it to be of the type octet stream. This is most often seen when an exchange server, or some other MS program is involved, and working improperly.
    Also, try switching off windows friendly setting and sending to me again. Does the document open properly when you open the message sent to me in the Sent mailbox?
    Try sending me a JPEG, or other type of attachment -- this might help to check for a transmission error. This does not appear to be simply a Mail problem.
    Ernie

  • How to call operating system(windows) functions like sutdown,refresh,et

    Hello,
    I am new in Oracle D2k.I want to know that how to call windows XP/7 shell commands(operating system functions) or windows function key(like F5 for system refresh in windows xp/7) in an Oracle Form.
    Actually I have to make a trigger which can fire at pressing a particular key and execute appropriate action of Windows7 like shutdown,F5(function key of windows to system refresh).
    thank you
    regards
    aaditya.

    Just for future reference, regardless if you are posting in the Forms area of the forum or any other, terms like Forms 11g, Oracle 11g, etc are parts of product names. They are not version numbers although they do offer a slight hint. It is very important that when posting you include the complete version number of any products related to the problem or question you have. For example, you said you are using Oracle Forms 11g. Look at how many possible versions "Forms 11g" could possibly be:
    11.1.1.1
    11.1.1.2
    11.1.1.3
    11.1.1.4
    11.1.1.6
    11.1.2.0
    11.1.2.1
    With each new patch release and major release, a large number of bug fixes are included. In the case of new major releases, in addition to bug fixes, many new features are added. So knowing the version number is important.
    Beyond that, it would appear that you have many questions:
    1. How to copy and paste
    2. How to execute a system shutdown
    3. How to force the browser into full screen mode
    4. Refresh - this one is unclear. What do you mean by "refresh"?
    Let me answer those that I can:
    <blockquote>o Functions like cut/copy/paste are available directly from your Forms code. For these I would recommend referring to the Builder's Online Help. Look for CUT_REGION, COPY_REGION, PASTE_REGION. It might also be helpful to understand SELECT_ALL. For example you may want to code a Copy button like this:
    GO_ITEM('some_text_field);
    SELECT_ALL;
    COPY_REGION;o To execute a system shutdown on the client machine, you would first need to WebUtil enable your form. Refer to the Forms Builder Online Help for information about how to use WebUtil. You can also find lots of information in this forum about WebUtil. Once enabled, you can execute a Windows shutdown in various ways. Here one option:
    Declare
         my_cmd varchar2(255);
    Begin
         my_cmd := 'cmd /c start "" "' || '"shutdown -s -f -t 1"' || '"';
         WEBUTIL_HOST.HOST (my_cmd);
    End;Refer to the Microsoft documentation for more information: http://technet.microsoft.com/en-us/library/bb491003.aspx
    o I'm not sure what you are attempting to do with the F11. I understand that this function key sets the browser to full screen, but the form will not exactly adjust for this change in browser size. You can adjust the applet size dynamically, but not the form. For that you would need to code the behavior yourself. So, before I can offer something specific, it would be helpful to understand what you expectation is and if what you want is to set the browser to full screen, why not just allow the end user to do it? You could easily have a java script popup displayed before the form starts which might say something like "To maximize your browser, press F11"
    o Finally, "refresh". I don't know what you mean here. Refresh what? The Windows desktop, browser, Oracle Forms.....
    </blockquote>

  • Firefox having trouble refreshing or loading content on certain sites?

    whenever i try to load this site firefox has trouble displaying the page. when i scroll down nothing happens but i know the page is moving because my cursor will change when i hover over a link. i have to restart firefox to see any changes on the page. i'm also having problems displaying facebook and the addon speed dial.

    On Soccer Highlights, because I have Flash set to "click to play", I first need to activate Flash before the black boxes show any content. There is an infobar which slides down or I can use the plugin notification icon (looks like a small Lego block) in the address bar. (Screen shot #1, #2)
    Next I click to play and I get an ad. Of course. Followed by content. So it should work.
    When you say you disabled all your add-ons, do you mean you tested in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions (but not plugins) and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    ''If Firefox is not running:'' Hold down the Shift key when starting Firefox.
    ''If Firefox is running:'' You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    and OK the restart.
    ''Both scenarios:'' A small dialog should appear. Click "Start in Safe Mode" (''not'' Refresh).
    Any difference?

  • Windows form background image refresh.

    Hi, I am assigning a different background image to the windows control.  The update does not seem to have any effect after the assignment.  Even after refresh or form invalidate statement.  Any aideas?  I am using vb 2010

    Hi, I am assigning a different background image to the windows control.  The update does not seem to have any effect after the assignment.  Even after refresh or form invalidate statement.  Any aideas?  I am using vb 2010
    Which windows control? Is this a WPF project or Windows.Forms project or something else? Unless the image is being drawn then Refresh or Invalidate should not be required.
    Windows.Forms PictureBox.
    PictureBox1.BackgroundImageLayout = Stretch (or whatever precedes stretch too).
    PictureBox1.BackgroundImage = (a bitmap or Image.FromFile("Some path/Some filename.File extension") or something similar).
    or
    PictureBox1.Image = (like the above but the PictureBox probably needs to be sized to the size of the image first or not).
    As
    tommytwotrain says you're making us guess and wasting our time because you don't provide enough information on what your code is doing. Even if you describe it that doesn't mean the code is written correctly.
    La vida loca

  • Windows Explorer hangs and refreshes

    I have a new Thinkpad Yoga S1 and notice that every now and again when I click Windows Explorer icon from system tray it hangs and then the whole desktop blanks and then refreshes.  I really cant identify what is causing this or even a pattern as to when it happens.  Anyone else had the same experience?

    Hi Steve Taylor,
    Thank you for replying.
    Run System File Checker (CFS) to check your files
    Use System File Checker to scan your PC for missing or corrupt files. To do this, follow these steps:
    1. Click Start, and then type cmd in the Search box. 
    2. In the results area, right-click cmd.exe, and then click Run as administrator. You may be prompted to type the password for an administrator account.
    3. Click Continue if you are the administrator or type the administrator password and then, click Continue.
    4. At the command prompt, type Sfc /scannow and then press ENTER.
    The scan may take some time, so be patient. Windows will repair any corrupted or missing files that are found. If information from the installation CD is needed to repair the problem, you may be prompted to insert your Windows CD.
    Test your system's RAM memory
    Sometimes faulty RAM (Random-Access Memory) can cause intermittent problems within Windows. Use the Windows Memory Diagnostics Tool by clicking Start, type Memory Diagnostics and select the result in the list. When the Windows Memory Diagnostics Tool window appears, choose Restart now and check for problems (recommended).
    Hope this helps!
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

Maybe you are looking for