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
driving me crazy!
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 349
- Joined: Tue Oct 28, 2008 1:23 am
- Contact:
Re: driving me crazy!
Hi.
What are the decorations of your stack?
Craig
What are the decorations of your stack?
Craig
Re: driving me crazy!
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:
or use the inspector and change the controls on the basic tab as shown here
I hope that helps.
Tim
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"
I hope that helps.
Tim
-
- Posts: 349
- Joined: Tue Oct 28, 2008 1:23 am
- Contact:
Re: driving me crazy!
Perfect. Decorations was it. Thanks.