ABNORMAL ANSWER DIALOG HEIGHT

Mark Wieder mwieder at ahsoftware.net
Mon Dec 20 22:30:06 EST 2010


Joe-

If your resume stack handler is in the mainstack script, then every
substack will be executing it. You might try one of two things:

A. move the resumestack handler to the script of the first card of the
mainstack
B. put the following at the start of the handler:

on resumeStack
   if the short name of this stack is "myMainStack" then
   ...

-- 
-Mark Wieder
 mwieder at ahsoftware.net





More information about the use-livecode mailing list