Page 1 of 1

Menu Builder Help

Posted: Mon Aug 24, 2015 12:30 am
by stephenmcnutt
My app is being rejected from the Mac App Store because there's a "File" in the menubar, but nothing happens when you click it. Nothing should be in the "File" menu because Quit moves to the application menu. How can I hide "File" in the menubar? I've tried putting this in the on preOpenStack script:

If the platform is "macos" then hide menu "File" of group "Menubar 1"

But I get an error that it can't find the background. Shouldn't LiveCode automatically hide "File" if it's empty, by the way?