how to hide * in title bar ?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
KevinPy
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 6
Joined: Fri Mar 15, 2013 10:44 pm

how to hide * in title bar ?

Post by KevinPy » Sun Apr 14, 2013 4:18 pm

Hello,

when i compile a standalone app for mac, I have a * to display in title bar. How to remove it ? Thanks.

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: how to hide * in title bar ?

Post by sturgis » Sun Apr 14, 2013 4:23 pm

The * is there because you have named your stack but not officially given it a title. Look at the property inspector for the stack. Right under where it is named. The * is just informing you it is using the stack name for the title rather than the actual title (since you haven't specified one).

KevinPy
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 6
Joined: Fri Mar 15, 2013 10:44 pm

Re: how to hide * in title bar ?

Post by KevinPy » Sun Apr 14, 2013 6:57 pm

Thank you.

Post Reply