Waiting for a handler to finish

Jim Hurley jhurley at infostations.com
Sat Mar 5 20:26:36 EST 2005


>Jim Hurley wrote:
>  >    --The following wait doesn't do what I want.
>>     --It halts everything since the message is received at the
>>     --first execution of doFadeOut.
>>     wait until "doFadeOut" is not in the pendingMessages --What do I
>>  need to do here?
>
>Try:
>
>   wait until "doFadeOut" is not in the pendingMessages with messages
>
>??
>
>Ken Ray
>Sons of Thunder Software
>Web site: http://www.sonsothunder.com/
>Email: kray at sonsothunder.com

Thanks Ken. I'm struggling with this message passing business. I 
didn't realize that one could do a wait while letting other messages 
pass. I will try your suggestion.

Jim


More information about the use-livecode mailing list