Your problem with events has a solution that I'd love to use with JS but
haven't figured out. What you can do is make an Event Queue. If an event
tries to get triggered while another event is running it gets sent to the
queue. Then the queue decidedes if this type of event was preset to be
queued or if only the most recent one matters. That way you'll never have
any multiple event problems, and it will also solve access violations that
can happen if the JS interpreter of the browser doesn't protect the code for
you.

8an


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to