Menu Builder Help

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
stephenmcnutt
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 107
Joined: Fri Nov 10, 2006 8:58 pm
Contact:

Menu Builder Help

Post by stephenmcnutt » Mon Aug 24, 2015 12:30 am

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?

Post Reply