On 10/5/12 3:55 PM, Dr. Hawkins wrote:

I just need this substack to close without executing any handlers.

Two ways:

1. In each handler in the mainstack, include a check to see if the target stack is the mainstack and if not, exit the handler.

2. Easier: put empty handlers into the substack, like this:

  on closeStack
  end closeStack

  on closeCard
  end closeCard

Those will block the messages from getting through to the mainstack.


--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to