Stack style property
Posted: Thu Sep 10, 2009 3:46 am
I guess I'm not understanding how the stye property of a stack works.
What I want to achieve is that the main stack of my app is opened as a pallette - it's a menu for accessing all the other elements of the app. All the other substacks in the app should be opened as top level.
I have one main stack and a half dozen substacks of that main stack. The openStack handler for the main stack sets the style of "this stack" to palette. Works fine.
The menu card which is in pallete style has several buttons I click on to get to the other substacks with straight go to stack commands, no mention of any style. Yet when I click on a button, the stack I go to is opened in pallette mode, not toplevel.
It appears that the style of the main stack is inherited by the substacks? Seems a little strange to me but could someone please let me know how I can achieve what I'm trying to do?
Thanks,
Pete
What I want to achieve is that the main stack of my app is opened as a pallette - it's a menu for accessing all the other elements of the app. All the other substacks in the app should be opened as top level.
I have one main stack and a half dozen substacks of that main stack. The openStack handler for the main stack sets the style of "this stack" to palette. Works fine.
The menu card which is in pallete style has several buttons I click on to get to the other substacks with straight go to stack commands, no mention of any style. Yet when I click on a button, the stack I go to is opened in pallette mode, not toplevel.
It appears that the style of the main stack is inherited by the substacks? Seems a little strange to me but could someone please let me know how I can achieve what I'm trying to do?
Thanks,
Pete