How about
setQueue(true); ?
if ytou want the events to be triggered no matter what, you call
myListener.setQueue(true)
If you want them 'capped' you call .setQueue(false)....
----- Original Message -----
From: "Eytan Heidingsfeld" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 26, 2001 2:58 AM
Subject: RE: [Dynapi-Help] Presentation...
> 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
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help