Standalone application name

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
MikeC
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9
Joined: Tue Sep 18, 2012 2:12 pm

Standalone application name

Post by MikeC » Thu Jan 24, 2013 8:28 am

Can't find an answer to this in any of the documentation.

Whenever I save a standalone application on the Mac, when running the app, the name I gave it appears in the title bar but always has * an asterisk at the end of the name.

Why?

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

Re: Standalone application name

Post by sturgis » Thu Jan 24, 2013 8:30 am

That is letting you know that it is using the name of the stack in the title bar rather than the label. If you set a label to the stack it will use that instead and there will be no asterisk.

EDIT: Er.. title of the stack. Not label. (same diff, different name)

MikeC
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9
Joined: Tue Sep 18, 2012 2:12 pm

Re: Standalone application name

Post by MikeC » Fri Jan 25, 2013 7:55 am

Thanks for that, all makes sense now.

Post Reply