Hello and thanks in advance...

This is a Safari issue, this browser seems not wait to for onLoad
JavaScript event. My onModuleLoad communicates with a Java applet and
what works on FF+IE (they wait for the applet to load, then trigger
onLoad) does not work for Safari, which triggers onLoad regardless of
a applet load completion.

I can check for applet load with some JSNI call (just a matter of
capturing the produced exception in JavaScript and returning true/
false).

So, should I go with some timer / wait / sleep, or there is some
magic / polite way to wait until some function returns true?

Thanks again.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to