onModuleLoad() the culprit... anytime a significant amount of
JavaScript is run, it uses the single browser thread. That same thread
is
used to run "Animated GIF's", hence they freeze while script is being
run. Breaking up the tasks will only make the GIF animation
"choppy" while waiting for an Async call to return. I found no easy
way around this is GWT.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---