Windows exe not dropping from task manager list of processes
Brian Yennie
briany at qldlearning.com
Tue Sep 20 16:26:28 EDT 2005
Jim,
You may want to look at something like this:
on shutdownRequest
-- user is trying to quit
repeat for each line l in the pendingMessages
if (item 3 of l is "m") cancel (item 1 of l)
end repeat
end shutdownRequest
Untested, but the idea is:
When the user tries to quit, look at all of the pending messages you
have queued up, and cancel them so that the application can exit.
HTH,
Brian
More information about the use-livecode
mailing list