IE refresh bug

Hi
I'm becoming crazy here. I cant figure out why my movie hangs
after refreshing on IE. It worked under any other browser I have
test it.
On my first frame I have a simple preload function that work
the fist time you load the site, but if you refresh the page, it
wont pass the first frame.
Maybe it could be something with linkaged classes, exported
on the first frame, but even if I uncheck this option, the problem
persist.
It looks like that the PROGRESS event is never dispatched
because the movie is all ready on cahe.
Checkit out at:
cyzone.com/portal/close2/principal.asp
Here my code:

I found a solution ironically on the same page that provided
me the preloader in the first place.
http://www.newgrounds.com/bbs/topic/699675
I felt really dumb for it having taken me 10 hours searching
to find that the solution was there all along, I just had to
revisit a bookmark!

Similar Messages

  • Labview screen refresh bug (disappearing VI icons in diagram window)

    Hello,
    I have Labview 6 (fully patched with just about EVERY download NI offers on this site) running on a Windows NT 4.00.13.81 box. Since this is a screen refresh problem, it might be useful to mention that the graphics card is a ATI 3D Rage Pro (bought in 1999, driver versions 5.2.040, 4.0.0).
    I think I've ran into either a Labview or a graphics card driver bug, because the VI icons in the diagram window seem to disappear every time I move the mouse over them. Minimising the window and maximising it again makes them appear (if only someone had included a "refresh" shortcut in Labview I could even learn to live with this!), but the bug persists. Shrinking and reinstating the diagram window co
    nstantly is a reasonable way to work.
    I cannot remember for sure, but I believe this bug appeared when I patched Labview 6.0 into 6.0.2.
    Any help will be much appreaciated, this bug is frustrating and doesn't let me work!I really do not want to upgrade to Labview 7 either, as all my work is in 6.0.x and I have no time for major shifts in versions.
    Thank you,
    -Alexandros

    Hi Alexandros
    I believe this could help:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000055550000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    regards
    Pawel

  • Leopard iCal "Calendar Cache" subscription refresh bug persists in 10.5.3

    The 10.5.3 Leopard update does NOT fix the infamous Leopard iCal "Calendar Cache" bug, as discussed in http://discussions.apple.com/thread.jspa?messageID=6660830 .
    This bug, introduced with Leopard, prevents iCal from picking up modifications to events on subscribed calendars. The workaround is to delete "~/Library/Calendars/Calendar Cache" and then refresh calendars. The file deletion can be done automatically by a login Automator script as suggested by a contributor to the thread linked above.
    This to me is one of the most embarrassing bugs introduced with Leopard. It has high impact (prevents use of iCal in an enterprise setting) while appearing to be a very simple bug and thus most likely very easy to fix.

    Hmm, I did not get the "Calendar Cache could not be moved" message when I updated to 10.5.3.
    The bug I'm referring to is different. It is a persistent bug in all Leopard versions to date. It prevents iCal from detecting modifications to subscribed calendars.
    For example, say you subscribe to a baseball-game schedule. The organizers decide to change the date of a game in the calendar server. But you arrive at the field on the original date, surprised that you are the only one there. Why? Leopard iCal relies on stale cached information EVEN WHEN EXPLICITLY TOLD TO REFRESH SUBSCRIPTIONS.
    The only way around it is to delete the "Calendar Cache" file and then ask for an iCal refresh ON A REGULAR BASIS since otherwise you don't know if subscribed events have been modified or not.
    Or, use SunBird.
    I don't think this has anything to do with the "file cannot be moved" error some folks are apparently seeing as part of the update to 10.5.3. That probably deserves its own thread?

  • App.refresh bug in CS5???

    Hi,
    I have this sample script:
    #target photoshop
    app.bringToFront();
    var dlg = new Window('dialog', 'test');
    w = dlg.add('button', undefined, 'cm1',{name:'ok'});
    var docRef = app.activeDocument;
    w.onClick = run;
    dlg.show();
    function run()
       docRef.activeLayer.mixChannels ([[100,20,-50,00],[30,70,90,00],[-10,-30,-90,00]], false);  
       app.refresh();
    Photoshop CS5 closes the script if I press the button a few times quickly. If I wait a few seconds between button presses it works fine, which makes me thing that Photoshop can not queue the commands. With Photoshop CS3 however, everything is working perfectly, I can press the button as quickly as I like and CS3 just executes it one by one.
    Any way to work around this issue???
    Thanks.

    I will take a look at the mac crasher but it is a problem on windws and a problem in CS4 as far as I can tell. I would recommend you disable your button so the user can only press it once. Here is a modified script to show more of what is going on. On windows I am getting the script to stop for no apparent reason (the actual reason is a stack overflow). On mac my suspssion is that the stack overflow is crashing us instead of erroring out semi correctly! You can try all combinations of the two flags at the top to see the behavior differences. And you can really see how long waitForRefresh is taking so use it wisely!
    // http://forums.adobe.com/message/2873601#2873601 {
    #target photoshop
    app.bringToFront();
    try
    var buttonDisable = true;
    var blockingOn = false;
    var redraws = 0;
    var blocked = 0;
    if (documents.length == 0) {
        documents.add();
    var dlg = new Window('dialog', 'Test');
    var docRef = app.activeDocument;
    dlg.b= dlg.add('button', undefined, 'test',{name:'ok'});
    dlg.b.onClick = test;
    dlg.show();
    function test()
       if (buttonDisable) {
          dlg.b.enabled = false;
         // comment this to make the script work.
       var n = docRef.activeLayer.name;
       if (blockingOn) {
          if ($.stack.search('waitForRedraw()') == -1) {
             waitForRedraw();
             redraws++;
          } else {
             blocked++;
       } else {
          waitForRedraw();
          redraws++;
       if (buttonDisable) {
         dlg.b.enabled = true;
    function waitForRedraw() {
      function cTID(s) { return app.charIDToTypeID(s); };
      var desc = new ActionDescriptor();
      desc.putEnumerated(cTID("Stte"), cTID("Stte"), cTID("RdCm"));
      executeAction(cTID("Wait"), desc, DialogModes.NO);
    catch(e) {
        alert(e + ":" + e.line);
    alert(blocked + ":" + redraws);

  • Data refresh bug when using inheritance?

    I am getting unexpected behaviour when using the pm.refresh(Object) method.
    Refresh works correctly and reloads data if the lock has been updated on
    tables/objects with no inheritance. However, if I try to use refresh on an
    object that is part of an inheritance hierarchy, the query that is executed
    to get the jdolockx value is missing the table join.
    Example:
    Table Entity
    id
    displayname
    jdolockx
    jdoclassx
    Table Individual (inherits from Entity)
    id
    firstName
    lastName
    jdolockx
    Query executed when calling refresh and passing in Individual
    SELECT
    t0.JDOLOCKX
    FROM
    ENTITY t0,
    INDIVIDUAL t1
    WHERE
    t1.ID = 1151
    Problem
    Missing crucial join t1.ID = t0.ID
    These classes work correctly with correct SQL when inserting/selecting.
    Any help is greatly appreciated.
    Regards
    Nathan Boyes

    Sorry, forgot to mention Kodo version
    Kodo 2.5.3
    SQLServer2000
    "nathan boyes" <[email protected]> wrote in message
    news:bmj215$qq3$[email protected]..
    I am getting unexpected behaviour when using the pm.refresh(Object)method.
    Refresh works correctly and reloads data if the lock has been updated on
    tables/objects with no inheritance. However, if I try to use refresh onan
    object that is part of an inheritance hierarchy, the query that isexecuted
    to get the jdolockx value is missing the table join.
    Example:
    Table Entity
    id
    displayname
    jdolockx
    jdoclassx
    Table Individual (inherits from Entity)
    id
    firstName
    lastName
    jdolockx
    Query executed when calling refresh and passing in Individual
    SELECT
    t0.JDOLOCKX
    FROM
    ENTITY t0,
    INDIVIDUAL t1
    WHERE
    t1.ID = 1151
    Problem
    Missing crucial join t1.ID = t0.ID
    These classes work correctly with correct SQL when inserting/selecting.
    Any help is greatly appreciated.
    Regards
    Nathan Boyes

  • Repeater refresh bug?

    I am having a problem with nested Repeater controls not
    refreshing properly to reflect the data that is bound to the data
    provider for each of the Repeater controls. My problem is related
    to the following:
    I have two classes, say Parent and Child which are as
    follows:
    [Bindable]
    public class Parent {
    public var children : ArrayCollection = new
    ArrayCollection();
    [Bindable]
    public class Child {
    public var name : String = “foo”;
    public var isEnabled : Boolean = true;
    public var isSelected : Boolean = false;
    public var enabledChildren : ArrayCollection = …;
    public var disabledChildren : ArrayCollection = …;
    The enabledChildren and disabledChildren collections contain
    references to other Child objects that exist within the children
    collection of another parent.
    Then I have the following nested Repeater control structure:
    <mx:Repeater id="parentRepeater"
    dataProvider="{model.parents}">
    <mx:Repeater id="childRepeater" dataProvider="{
    parentRepeater.currentItem.options}">
    <mx:CheckBox label="{childRepeater.currentItem.name}"
    enabled="{childRepeater.currentItem.isEnabled}"
    selected="{childRepeater.currentItem.isSelected}"
    click="optionClicked(event);" />
    </mx:Repeater>
    </mx:Repeater>
    Where model.parents references an ArrayCollection of Parent
    objects.
    The problem that I am having is that when a checkbox is
    clicked, the optionClicked function is called, and within this
    function there is logic that iterates over the enabledChildren and
    disabledChildren collections of the Child object bound to the
    clicked checkbox, and it sets the isEnabled and isSelected
    properties of each Child object in these collections to either true
    or false, depending on the current state of the checkbox that was
    clicked.
    However, when I do this, the checkbox controls are not
    updated properly, as the enabled and/or selected state of the
    checkbox does not accurately reflect the value that is stored in
    the object that is bound to this control.
    The only way that I am able to have the checkboxes redraw
    properly is to do a manual refresh on the model.parents collection,
    but doing so causes the view to flicker pretty noticeably.
    Is there any way to perform this type of operation and have
    all of the controls update properly without having to do the manual
    refresh? I know that the data that is bound to the controls is
    being updated properly, but the actual view of the controls is not
    being updated.
    Any help that could be offered on this matter would be
    greatly appreciated.

    "Its impossible to use a two-dimensions Array with a
    Repeater. " that is not correct. It is true that you should avoid
    arrays as dataPRoviders, but I see you are using an
    arrayCollection, which is good. What are (dataType) the child
    objects of the model.parents?
    what you have is close, I don't see an obvious problem. How
    are you updating the dataProvider? You must be using the Collection
    API, and never the low-level array[] notation.
    Tracy

  • Safari 6.0 Colour refresh bugs

    Hi just installed Mountain Lion and noticed some odd colour refreshing.
    Take a look at www.plbconstruction.ca
    it's an older site we made for a client. See the drop shadows under the house picture near the bottom of the page?
    We usually make PNG's for that now, but back then we used JPG's. It use to work great with the older version of safari.
    What's going on now?
    Please help.

    STILL HAVING THIS ISSUE only on OSX 10.8.4, Safari 6.0.5, on two MacBook Pros (2011)
    do not have it on two Mac pros running 10.6x and 10.7x (or in any other web browser i've tested, including those running under 10.8.4)
    on apapas.com I just completely tore the home page apart, colored Table (vs Cells), removed content from each Cell one by one and problem persists...

  • Safari big refresh bug on a heavy website

    Hello
    I'm a webdesigner and integrator. One of my last project has a big issue on Safari (works perfectly on Google Chrome, IE, Firefox) : www.agedordujeuvideo.fr
    The entrance shows up, but as soon as you slide after the 2d section, everything disappear. If you hover some active link, pictures blink.
    The website uses lot of pictures, some quite big, some PNG, JPEG.
    Tested on latest Safari version on both a Macbook Pro and a PC running Windows Vista.
    Thank you

    So I am taking an Online class this summer.. and I CANNOT use this website:
    http://health.discovery.com/national-body-challenge/interactives/tools/calculato rs/activity-burn-rate.html
    and I NEED to use the calculator that is supposed to show up! I have Safari 4 but I want to UNINSTALL it because on my mom's Mac (which has 3.2.1) it shows up!
    Summary: This website won't work on Safari 4 and won't work on Firefox, but works on Safari 3.2.1

  • Email sync bug?

    I am sure others have seen this, but just checking.
    I have ActiveSync set for corporate email to push - working fine.
    2 personal email accounts set to manual (no fetch).
    Personal accounts still download email, it looks like when AS notifies phone that there is new email, it checks the POP3 accounts to.
    I sent Apple feedback - surely I am not the only one to notice this.

    Hi I can confirm this is not a bug limited to you guys only, I have also tried to do a manual refresh but nothing works over mobile network. It does seem to work over wifi, so just for clarity with sync interval on any account set to manual upon hitting refresh nothing happens (confirmed as not syncing to point of checking exchange account logs and no syncing is occuring with the server), changing this from manual sync interval to set time interval ie. 15min produces desired result of sync. Needs to get fixed for a top end communication device this is a bug which users with heavy email mailbox best stay clear of as right now you only have automated time sync interval so your inbox will continue to fill whilst you have no control over it....ie fix the manual refresh bug.

  • Safari 5.1.4: Gmail, youTube, Amazon bug [64bit doesn't help]

    I upgraded to Safari 5.1.4 yesterday morning, but I've encountered some kind of auto-refresh bug. Gmail, youTube, Amazon even Apple Support autorefresh themselves 4-5 times then come up with a "Safari cannot display this page" error. They're totally unusable, and I'm sure its just the "Tip of the iceburg"
    I've tried the 32/64bit change, but that hasn't helped, and Time Machine won't let me restore a previous version of Safari.
    I know the latest version fo Safari is causing some Gmail problems, but this isn't the same. I can see and access my email for brief seconds before the page refreshes and the cycle begins again.
    Can anyone help me? I'm not sure what else to do to fix or research this.

    Problem fixed: Tried cleaning out my extensions [again], and Disconnect is causing the crashes. Shame really, good extension.

  • MSA 4.0 SP8 : Campaign description not updated in real time while saving?

    with reference to this thread : refresh/update a list , I prefered creating my own instead of upping the older one
    So the problem deals with data refreshing, or data updating into the objects :
    When creating a campaign, after saving, the campaign description seems not to be updated. While we can see the right value we just entered,
    - in the Campaign Search menu, the description is either empty (upon creation of a new campaign) or displays the old value if the description was modified.
    - we have a Crystal report based on the campaign details (among other things), and the Description field (linked to the same datasource) is either empty or has the old value.
    All is back to normal if we go to the Search menu, search the Campaign and open it.
    Also, when creating a new campaign, and after saving (so there would be the Description bug), right-clicking on the tile and selecting the "Refresh All" option, it displays the campaign displayed before choosing to create a new one.
    What is happening ? The controls involved are still standard, so is the "Refresh bug" a known one ? (I am comforting in this idea since i found the thread linked at the beginning)
    Thanks and Regards,
    François

    Hi,
    this is a well-known issue of 4.0 (I remember that I have read that this should be changed in 5.0 by defining a specific relation type for BO relations).
    The detail tile is based on business object data but the search list is based on a record set retrieved by the search.
    For all linked fields/properties there is an automatic refresh but NOT for data which is stored in a dependent object.
    In your example campaigns are stored in BO BOCAMPAIGN with underlying IDES table smopccampn but the campaign short texts are stored in a separate object using table smopccamna.
    Unfortunately this is a very technical explanation but at least it is one...:-))
    Regards,
    Wolfhard

  • Catalog items visible to everyone, purchaseable only for some users

    Hello everybody
    Me again trying to find a solution to the following problem:
    We need to have some items in our catalog that are visible for every user but only purchaseable via shopping cart / SRM for some authorized users. I couldn't find any possibility in the customizing. So my attempt would be to add an additional attribute in CCM where I can put some kind of flag and then to construct an authorization check based on that flag and on a authorization profile. In case the authorization check fails, the catalog item may not be put in the shopping cart. Preferabily the shopping cart icon should be disabled for such items.
    Did somebody out there already think about something similar or already implemented something like that?
    It would also be a good basis for offering a publicly viewable, browseable catalog for "window shopping", because I also didn't find a way until now to publish the catalog as a standalone web application without shopping cart functionality.
    What do you out there think about it?
    Kind regards,
    Renaud

    Hi Christophe
    Thanks a bunch for your great help! I could solved the problem and am now able to have some catalog items visible but only purchaseable for authorized users. This is what I've done:
    1. Create a new authorization class (SU21)
    2. Create a new authorization object within this class
    3. Create a new authorization field within this object
    Don't forget to save and quit the SU21 transaction and then reenter it (/nsu21) because only then you'll see your changes / additions... seems to be a "refresh-bug" in SU21.
    4. Create a new role (PFCG) and an authorization profile containing the new authorization object. Assign the values needed.
    5. Create a new attribute in CCM and assigned it to OCI cust_field5 (because this one is of type TEXT50)
    6. Implemented some code in BAdI BBP_CATALOG_TRANSFER:
    DATA: wa_et_sc_item_data  TYPE BBP_PDS_SC_ITEM_D.
    DATA: wa_catalog_content  TYPE BBP_WS_OCI_ITEM_S.
    DATA: lv_authorized       TYPE c.
    DATA: lt_limtab           TYPE TABLE OF string.
    DATA: wa_limtab(10)       TYPE C.
    DATA: lv_message_v1       LIKE SY-MSGV1.
    DATA: lv_message_v2       LIKE SY-MSGV2.
    DATA: lv_message_v3       LIKE SY-MSGV3.
    DATA: lv_message_v4       LIKE SY-MSGV4.
    LOOP AT et_sc_item_data INTO wa_et_sc_item_data.
    * Get corresponding line from transferred catalog data
      READ TABLE catalog_content INTO wa_catalog_content
                                 WITH KEY line = wa_et_sc_item_data-number_int
                                 BINARY SEARCH.
      IF sy-subrc = 0.
    *   If field content for checking authority against is not empty...
        IF NOT wa_catalog_content-cust_field5 IS INITIAL.
    *     Perform authority check
          AUTHORITY-CHECK OBJECT '<your auth.object here>'
                          ID     '<your auth.field here>'
                          FIELD  wa_tab.
          IF sy-subrc <> 0.
            MOVE wa_catalog_content-cust_field5  TO lv_message_v1.
            MOVE wa_et_sc_item_data-ordered_prod TO lv_message_v2.
    *       Eliminate leading zeroes from product number
            WHILE lv_message_v2+0(1) = '0'.
              SHIFT lv_message_v2.
            ENDWHILE.
    *       Output message
            MESSAGE ID     'ZXXX'
                    TYPE   'W'
                    NUMBER '000'
                    WITH   lv_message_v1
                           lv_message_v2.
    *       Remove item from SC
            DELETE et_sc_item_data.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDLOOP.
    Interesting observation is, that when issueing the message with type = 'I' it does not condense the message text. With type = 'W' it does...
    I also found out the reason, why the way via ET_SC_MESSAGES will not work: SAP <b>has hard coded</b> somewhere after the BAdI call the message id and message number... so no way to bypass this without a modification.
    Kind regards,
    Renaud

  • Mac OS X Lion Server screen freezes frequently

    I have recently purchased the Mac Mini Server with 8GB RAM Upgrade and have been experiencing screen freezes frequently. The Mac Mini is connected to a ViewSonic LED Monitor via an HDMI cable and is running Mac OS X Lion Server.
    It all started a month ago and I suspected it was due to an external hard disk I had. When I removed it the problem didn't crop up for a few weeks. So I thought the issue was resolved.
    Over the past week the problem re-surfaced again and nearly everyday I am experiencing screen freezing about five times a day and the only option is to power down my Mac Mini Server from the power button. This is becoming increasingly frustrating. When screen freezing occurs, everything freezes and I get some small rectangular boxes on screen moving.
    The only things that have changed over the past week was that I installed the latest Safari fix and connected the Harman Kardon Sounsticks II to the Mac Mini.
    Can't understand what is happening. From various threads I read, many mac users are experiencing screen freezes. If anyone has any resolutions please let me know.

    Lion has a screen refresh bug it is just the screen going to sleep and the the screen updating only where the curser moves.

  • A WORKING EXAMPLE ABOUT CRYPTING / DECRYPTING SOME DOC

    Hi guys,
    i'm trying to use this DBMS_CRYPTO to crypt. I don't know if it works or not.
    i've found an oracle security guide dated 2003 and tried as well to use the procedure DBMS_CRYPTO with no success.
    My goal is to cript file as pdf / doc and so on. Now i'm very confused with this DBMS_CRYPTO library.
    How can i achieve this without having to study 50 pages or more of documentation?
    Thanx a lot

    Hi to all,
    My blob encryption procedure work smooth: PL /SQL DEVELOPER tricked me with a one of his refresh bugs......
    1 day and 1/2 lost....
    Thanx a lot to all of you trying to help

  • E71 - SUDDENLY: No Caller Name Displays!

    Sometime, within a day or so following my first first sync (using Nokia PC Sync) between my E71and Lotus Organizer, I noticed that NAMES for incoming and missed calls from callers already in my contacts no longer display. Only the numbers. Names (per my contacts list) did display before I did the sync to Organizer. Calls dialed from the contact list still show up as names in the log -- however, the same number dialed from the missed calls list or directly from the screen does not resolve to a name. Only a number shows.
    I'm really perplexed about this, and highly annoyed.
    1) The numbers are NOT/NOT duplicated anywhere in my contacts, and I have NO contacts saved to my SIM card. NONE.
    2) Deleting an entry and then creating a new one from the missed call list (using the same number and name for the new entry) doesn't help. Still no name displayed.
    3) I've noticed VOICE TAGS which I don't ever recall seeing before I synced - maybe they were there, but I don't recall them. And those little pacman icons do rather catch one's eye.
    4) Numbers are not oddly formatted, and in any event, they've not been changed. But something has certainly changed.
    I've read the postings on this problem, and the only hope seems to be a complete deletion of my phone-based contacts, with a restore via PC--> Phone from my Organizer contacts list. I'm reluctant to try this, as the problem began with the sync between the two.
    This is really pretty absurd.
    Any help here, please?

    I agree - it certainly looks like some sort of refresh bug or perhaps some sort of bug linking names for contacts from a particular account.
    I was having problems resetting my password for my Exchange account so I finally just deleted the whole account and re-added it. When I re-added it, I left my Exchange contacts disabled. A few hours later, I was switching back & forth between my Recent Calls and Favorites (accidentally) and suddenly the names for my Favs were replaced by #'s only. Ditto with my Recents.
    After reading your post, I re-enabled the Contacts for my Exchange account and let them sync. Switching back & forth from my Favs & Recents over the next few minutes I began to see my names come back.
    I suppose y'all who are having problems could try to delete your account that many of your contacts are linked to and then re-add and allow sync to happen. No guarantees, but it seemed to work for me.

Maybe you are looking for