closeStack and the message path question
Doug Lerner
doug at webcrossing.com
Sun Feb 1 10:33:43 EST 2004
I have a stack, and a substack with the following handlers in it:
stack
closeStackRequest
closeStack
substack
closeStack
Since the substack does not have its own closeStackRequest it seems to be
taking the one from the parent stack.
But after the parent stack's closeStackRequest is done, the closeStack that
apepars to get executed is the closeStack handler in the parent stack,
rather than the one in the substack.
Is that the way it's supposed to work?
doug
More information about the use-livecode
mailing list