driving me crazy!

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

driving me crazy!

Post by adventuresofgreg » Thu May 28, 2020 2:54 pm

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

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10341
Joined: Wed May 06, 2009 2:28 pm

Re: driving me crazy!

Post by dunbarx » Thu May 28, 2020 3:14 pm

Hi.

What are the decorations of your stack?

Craig

cpuandnet
Posts: 32
Joined: Thu Jan 17, 2019 6:43 am

Re: driving me crazy!

Post by cpuandnet » Thu May 28, 2020 4:18 pm

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

stackPic.png

I hope that helps.

Tim

adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

Re: driving me crazy!

Post by adventuresofgreg » Thu May 28, 2020 9:26 pm

Perfect. Decorations was it. Thanks.

Post Reply