Page 1 of 1

How to undim "About" menubar (Mac OS)

Posted: Mon May 23, 2016 11:13 pm
by lrieber
This question seems like a simple thing, but I've googled and searched the livecode forums with no luck...

All of my Mac OS standalones dim the "About" menubar item. How do you get it to show?

(I'm using AppWrapper, which gives you a nice option for customizing the "Apple About Box Credits.")

Is there a script I have to run?

Thanks - Lloyd

Re: How to undim "About" menubar (Mac OS)

Posted: Tue May 24, 2016 11:04 am
by Klaus
Hi Lloyd,

did you create a menubar with an "About" menu and scripted it?
And of course a stack which represents the "About dialog box"
that will open when the user selects "About" in your app?

This does not happen automatically!


Best

Klaus

Re: How to undim "About" menubar (Mac OS)

Posted: Tue May 24, 2016 12:36 pm
by lrieber
Thank you, Klaus, for clarifying this.