Is it possible that there is some script in your main card that is hiding the substack?
ALSO: when one opens a stack, any substacks do not automatically open on the desktop, if you want your substack to show up when you open your main stack you will have to tell LiveCode to open it in the openStack script of your main stack a bit like this:
ALSO: when one opens a stack, any substacks do not automatically open on the desktop, if you want your substack to show up when you open your main stack you will have to tell LiveCode to open it in the openStack script of your main stack a bit like this:
CODE:
on openStack open stack "mySubStack" set the visible of stack "mySubStack" to trueend openStack
Statistics: Posted by richmond62 — Thu Jul 25, 2024 10:18 am