standalone application(.exe file) not getting closed in the task manager

xavier.bury at clearstream.com xavier.bury at clearstream.com
Wed Feb 1 08:55:18 EST 2006


Hi Nitesh

What happens is that you close the stack but not the executable... like 
closing a document but not the app...

what you need is a closestackrequest handler in your stack. 

something like this...

on closestackrequest 
  quit
end closestackrequest 

---------------------=---------------------
Xavier Bury
Clearstream Services


use-revolution-bounces at lists.runrev.com wrote on 01/02/2006 14:49:36:

> Hi!!!
> 
> i have developed a stack which is calling and then running another stack
> from the server.
> now when i am saving this is as a standalone application, even after
> closing the main stack window in the .exe file
> it keeps on running in the task manager.
> 
> can anybody know how to solve this problem??
> i mean how to close the .exe process when stack is itself closed
> 
> and 1 more thing if i just open the .exe file nd close it without doing
> anything
> then the .exe file is automatically removed from task manager..
> 
> regards
> Nitesh
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution



-----------------------------------------
To make communications with Clearstream easier, Clearstream has
recently changed the email address format to conform with industry
standards. The new format is 'firstname.familyname at clearstream.com'.

Visit us at http://www.clearstream.com

IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER



More information about the use-livecode mailing list