Hello,
when i compile a standalone app for mac, I have a * to display in title bar. How to remove it ? Thanks.
how to hide * in title bar ?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: how to hide * in title bar ?
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 ?
Thank you.