Oh, as i said, the mistakes of a beginner. Yes its true, i learned
programming in the environment of embedded systems with interrupts and
so. My brain was on a completely wrong path.

I changed the handling of the triggers and everything (something)
works fine, despite the other errors, but thats life. I suspect i have
to overwork the general design too. Therefore its good to catch such a
huge mistake at the beginning.

Thanks again - Lupus

> Perhaps you're used to a language where events interrupt the current
> processing, so you write programs that set up a suite of event handlers
> and then enter an infinite loop. Javascript doesn't work like that. In
> Javascript events get put in a queue. After your current code finishes,
> the handler functions of any queued events get invoked.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to