Hi!
I'm in trouble - very often when I update url of the images, browser
not update them (in hosted mode, firefox)
img.setUrl("..."); // sometimes won't work
Ok, I try to instantiate new Image every time I need update url. I Use
img = new Image("..."); on my SimplePanel.
In hosted mode ot works, but in firefox - won't, when I press shift
+refresh when reloading page (with clearing the cache).
Hacks like DOM.setElementAttribute(Image.getElement(), "src", path);
won't help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---