Quit
J. Landman Gay
jacque at hyperactivesw.com
Sun Apr 7 21:10:01 EDT 2002
Shari wrote:
>
> The "quit" command is hanging in my standalones.
>
> I have a menu item "Quit" and a button "Quit". Both have the same script:
>
> case "Quit"
> global saveMe
> save stack saveMe # an external stack, not embedded, used to save the
> data changes in the standalone
> quit
> break
>
> It just freezes.
I'm just guessing, but you may have made yourself a loop. The last
"quit" command may be calling the handler again. Try:
save stack saveMe
pass quit
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the metacard
mailing list