Standalone not fully exiting on windows

Richard Gaskin ambassador at fourthworld.com
Tue May 25 03:22:05 EDT 2004


Paul Kocsis wrote:
> Doesn't matter if I "quit" or pass the "closeStackRequest"
> message...same thing happens...HOWEVER...I didn't realize that pending
> messages could cause that!!!  I believe that might be it as I think
> there most certainly could be a pending message on the queue!  I shall
> implement post-haste!

Unless you need those message to complete, this might help:

on KillAllPendingMessages
   repeat for each line i in the pendingMessages
     cancel (item 1 of i)
   end repeat
end KillAllPendingMessages

-- 
  Richard Gaskin
  Fourth World Media Corporation
  ___________________________________________________
  Rev tools and more:  http://www.fourthworld.com/rev


More information about the use-livecode mailing list