Page 1 of 1

palette above mainstack only SOLVED

Posted: Tue Dec 16, 2014 2:15 pm
by jmburnod
Hi All,
Long time I didn't use substack like palette.
I don't remember if it is possible to have a substack only above the mainstack.
I tried systemwindow = true but as the dictionary said:
If the systemWindow is true, the window floats above all running applications
Is there a way to do that or I dreamed it ? :roll:
Best regards
Jean-Marc

Re: palette above mainstack only

Posted: Tue Dec 16, 2014 3:06 pm
by Dixie

Code: Select all

   palette stack "theNameOftheStack"
What else would it be, Jean-Marc ?...:-)

Re: palette above mainstack only

Posted: Tue Dec 16, 2014 3:42 pm
by jmburnod
Hi John,
And thanks one more
What else would it be, Jean-Marc ?...
Exactly. :D
I forgot palette also is a command. I thought that was by the stack style properties

Code: Select all

set the style of stack MyStack" to "palette"
Best regards
Jean-Marc

Re: palette above mainstack only SOLVED

Posted: Tue Dec 16, 2014 5:21 pm
by FourthWorld
Both the command and stack property should work. The difference is that the stack property is a persistent setting, so if you use "open stack <stackname>" it should then open as palette; the command form only affects the stack mode until it's closed.

Re: palette above mainstack only SOLVED

Posted: Tue Dec 16, 2014 9:52 pm
by jmburnod
Hi Richard,
Thanks for explanations. That is now clearer for me :D
Best regards
Jean-Marc