Waiting for a handler to finish

Ken Ray kray at sonsothunder.com
Sat Mar 5 12:41:26 EST 2005


On 3/5/05 10:44 AM, "Jim Hurley" <jhurley at infostations.com> 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




More information about the use-livecode mailing list