Page 2 of 2

Re: Modal dialog without decorations

Posted: Wed Jan 27, 2021 9:55 pm
by Klaus
Found the answer:
If your stack is "resizable" then the green "Maximize" button will appear!

Re: Modal dialog without decorations

Posted: Thu Jan 28, 2021 10:36 pm
by DarkKnight
modal stack "Modal test"

Re: Modal dialog without decorations

Posted: Thu Jan 28, 2021 10:46 pm
by bogs
Erm, what does that mean?

* DOH! Never mind :oops:

Re: Modal dialog without decorations

Posted: Thu Jan 28, 2021 11:19 pm
by FourthWorld
Thanks for that code snippet, DarkKnight. That's the most common way to open a modal stack, and AFAIK the same method used to open the Ask and Answer dialogs.

There must be a difference in the stack properties. If I get some time later I'll see if I can reproduce this on my Mac, and then review the properties of my test stack and the Answer dialog until I find the errant setting.

Re: Modal dialog without decorations

Posted: Fri Jan 29, 2021 12:21 am
by DarkKnight
Thank you for your help everyone. Klaus figured it out. Setting the resizable of the stack to false was the solution.