John Vokey wrote:
...
To make a long story short, I tracked the problem down to a preopenStack handler of the stack script:

on preopenStack
   set the loc of me to the screenloc--centre stack
   set the fixstack of this stack to false
   hide menubar
   set the decorations of this stack to empty
   set the backdrop to black
   hide stack "Home"
   hide message
end preopenStack

*Any* preopenstack handler. That is, the existence of the preopenstack handler appears to block the generation of the openCard handler, but only in StackRunner (and in a standalone, if I create one), but NOT in either the two IDEs.

I initialize everything I write with preOpenStack handlers, so I doubt that's truly the source of the error.

Could it be the line that hides "Home", since StackRunner has no concept of a Home stack?

--
 Richard Gaskin
 Fourth World Media Corporation
 ___________________________________________________________
 [EMAIL PROTECTED]       http://www.FourthWorld.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to