Found the answer:
If your stack is "resizable" then the green "Maximize" button will appear!
Modal dialog without decorations
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 17
- Joined: Tue May 10, 2016 3:22 am
Re: Modal dialog without decorations
modal stack "Modal test"
Re: Modal dialog without decorations
Erm, what does that mean?
* DOH! Never mind
* DOH! Never mind

Last edited by bogs on Thu Jan 28, 2021 11:36 pm, edited 1 time in total.

-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Modal dialog without decorations
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.
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.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- Posts: 17
- Joined: Tue May 10, 2016 3:22 am
Re: Modal dialog without decorations
Thank you for your help everyone. Klaus figured it out. Setting the resizable of the stack to false was the solution.