Cool, I always wanted the clients on my page to run s...@home-work for
me ;-)

On 31 Jul., 16:48, Jason Essington <jason.essing...@gmail.com> wrote:
> Javascript is single threaded, so the event code has to wait its turn.  
> If a tight loop or something is running, the event's code won't  
> execute until the loop is finished.
>
> If you need events to fire in the middle of long running processes (or  
> simply don't want the browser to act frozen) place those processes  
> into an IncrementalCommand.
>
> -jason
>
> On Jul 29, 2009, at 4:37 PM, spike2...@googlemail.com wrote:
>
>
>
> > Hey i was coding a GWT App and a question came up:
>
> > Does an event like MouseOver interrupt already running code or does it
> > even fire? Or is it put on the top of a stack like Deferred Command?
>
> > Is there a website where all this is explained?
>
> > Thx in advanced
--~--~---------~--~----~------------~-------~--~----~
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