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 quitMehope 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?
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
