app still a running task on close

Chipp Walters chipp at chipp.com
Tue Feb 22 22:13:41 EST 2005


Hi Bob,

I have this handler in all my projects.

In the card script of the main stack:

on closeStack
   quitMe
end closeStack

on quitMe
   if the environment is "development" then
     answer "User Quits"
     close this stack
   else
     quit
   end if
end quitMe

hope that helps.

Chipp

Bob Hartley wrote:
> Hi All
> 
> I have made a standalone and when I run this it is still visible in the 
> taskmanager (winXP) after closing the last window.
> 
> What do I need to do to fully quit the application when I close the 
> final window of the app?


More information about the use-livecode mailing list