Page 1 of 1
how to hide * in title bar ?
Posted: Sun Apr 14, 2013 4:18 pm
by KevinPy
Hello,
when i compile a standalone app for mac, I have a * to display in title bar. How to remove it ? Thanks.
Re: how to hide * in title bar ?
Posted: Sun Apr 14, 2013 4:23 pm
by sturgis
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).
Re: how to hide * in title bar ?
Posted: Sun Apr 14, 2013 6:57 pm
by KevinPy
Thank you.