--- Dom <[EMAIL PROTECTED]> wrote: > dom <[EMAIL PROTECTED]> wrote: > > > Sure, I have to rewrite this preopentack > handler... > > > > How to make it understand I didn't really leave > the stack, but only > > opened a substack??? > > > > IMHO, that's a curious behaving... > > AHEM! > > I simply forgot to trap the offending handler ;-))) > Now, there is a > > on preopenstack > end preopenstack > > in the substack (sheet stack) script... >
Hi Dom, Glad you found the cause ; however, you'll see this problem occur in every substack (until you trap 'preOpenStack') That's why it's common practice to move the 'preOpenStack' and 'openStack' handlers for the mainStack, out of the message path, into the script of the first card of that stack. This way, these handlers are only executed when you really go to the first card of the mainStack, not whenever you open a substack as well. Hope this clarified it a bit, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
