Dismiss a modal stack?
Posted: Sun Jan 10, 2010 10:48 pm
Help!
I have a mainstack with a substack. I intend to use the substack as a tool palette, eventually. I mistakenly thought to open it as a modal stack (I was thinking about palette and modal and confused the two), so I added something like this to the mainstack script:
Now, of course, every time I open my mainstack, the substack pops open... and I have no "close" button on it... so I'm just stuck.
How do I dismiss this substack without a "close" button?
I can't figure out how to get rid of it, so I can keep working on my mainstack.
Any suggestions would be very much appreciated!
(P.S. I've read through the dictionary, User Guide, and several parts of this forum, and I'm still stumped.)
I have a mainstack with a substack. I intend to use the substack as a tool palette, eventually. I mistakenly thought to open it as a modal stack (I was thinking about palette and modal and confused the two), so I added something like this to the mainstack script:
Code: Select all
on openStack
modal substackname...
How do I dismiss this substack without a "close" button?
I can't figure out how to get rid of it, so I can keep working on my mainstack.
Any suggestions would be very much appreciated!
(P.S. I've read through the dictionary, User Guide, and several parts of this forum, and I'm still stumped.)