I would guess that you have an openStack or more likely a preOpenStack handler in your mainStack that is trying to reference a card of the mainStack. When you start opening the substack, this handler gets triggered again (because it is in the message hierarchy) but it fails because that card does not exist in the substack.

The ways around this are either:
- check for the name of the stack in the mainStack's stack script before running any of the open/preOpen/close/preClose handlers
- put the ones that only apply to the mainStack in the first card's script instead
- put empty handlers in the substack's script to block the message passing.


Cheers,
Sarah

On 10 Feb 2004, at 6:18 pm, Ken Norris wrote:

Hi,

Why can't I open a substack?

open stack "Help 1 Con" -- name of the stack

.. from the message box returns "can't find card".

TIA,
Ken N.


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution




_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to