Page 1 of 1
driving me crazy!
Posted: Thu May 28, 2020 2:54 pm
by adventuresofgreg
Hi: This is driving me nuts. For some reason, the title bar disappeared on my stack (the horizontal bar at the top of a stack window which includes the resize bottom right corner button). I can't find a function or handler that controls this. Any idea what it is?
Cheers,
Greg
Re: driving me crazy!
Posted: Thu May 28, 2020 3:14 pm
by dunbarx
Hi.
What are the decorations of your stack?
Craig
Re: driving me crazy!
Posted: Thu May 28, 2020 4:18 pm
by cpuandnet
Hi adventuresofgreg,
As dunbarx indicates, it has to do with your stack decorations. You can either reset it by opening the message box and execute the following command:
Code: Select all
set the decorations of stack "yourStackName" to "title,menu,minimize,maximize,close"
or use the inspector and change the controls on the basic tab as shown here
I hope that helps.
Tim
Re: driving me crazy!
Posted: Thu May 28, 2020 9:26 pm
by adventuresofgreg
Perfect. Decorations was it. Thanks.