Not just Standalone problems

Mark Smith mark at maseurope.net
Mon Jan 17 09:53:39 EST 2005


Closing a window is just closing a window... if you want the programme 
to quit at that point you must script it.

eg:

in the script of the current card (remember, the closeStack message is 
sent to the current card)

on closeStack
if the target is me then quit
pass closeStack
end closeStack

As for all this crashing, I think you'll have to give us more detail. I 
have found it quite hard to make Rev crash, so I'm not sure I can help, 
what sort of thing does your stack do?

Cheers,

Mark



More information about the use-livecode mailing list