1) making a "pendingEvents" property that you could use to get a list
of all the events in the queue. =20
2) Add a "dispatch events" command, that would cause all pending
messages to be delivered. =20
Other options are to do it exactly like flushevents as defined in
Xtend, or make a flushEvents(<type>) function which might return
something like the number of events flushed (at least the syntax
doesn't clash with the latter).
Preferences? Scott
Why not both Option (1) AND a flushEvents(<type>) function? You could =
then check the queue and flush what you didn't want... my preference, =
anyway. cheers
\mark