> Quick synopsis: (I think)
When working with a larger stack with several substacks the "on openstack"
handler is evoked every time a smaller substack is opened as well.
My not so pretty solution: I check the for the name of the main stack before
evoking the handler.
on openstack
if the short name of this stack = "myMainStack" then
(rest of code)
end if
end openstack
This has helped me out of a few jams ...
Jack Rarick
Braintree Athletic Systems
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.