Hi Craig,

Perhaps it is in the semantics when you say "interrogate a running handler
somehow".  A running handler can document it's status by setting a global
variable.  Even if that handler has a repeat forever loop, if you have a
wait 1 millisecond with messages statement within the loop the effect on the
app is to allow other pending messages to execute which would include
another handler getting a send in time message and checking the global
variable.

Thus the other handler can "interrogate" the first to the extent that the
first is reporting its status in the global variable ...

Wayne

>
>
> As for this thread. It still seems that people are thinking you can
> interrogate, from the outside, a running handler somehow. You can't. At
> least not
> that I have seen.
>
> Craig
>
>
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to