Menu builder

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
DukeUK
Posts: 23
Joined: Sun Dec 06, 2009 5:55 pm

Menu builder

Post by DukeUK » Sat Oct 06, 2012 12:28 pm

I wonder if someone could help me with the menu builder.

As an example, if I create a new stack and add the default menu with the menu builder, in the menu bar at the top of the screen on a mac, only the new, open and close items show for the file menu (ie no line or quit).

A similar thing happens for the Edit and Help menus.

Yet if the 'set as stack menu bar' is deselected so the menu shows at the top of the card, then all the items are there.

I get the same problem when I add menu items, they show on the menu on the card but not on the top menubar for a mac.

If I use the property inspector and look at the file button, all the lines are there.

Any idea what I am doing wrong, or how to get all the items to display ??

Many thanks

Kev

Klaus
Posts: 14182
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Menu builder

Post by Klaus » Sat Oct 06, 2012 12:53 pm

Hi Kev,

welcome to the wonderful world of Mac OS X! 8)

To stick with the HIG (Human Interface Guidelines) of Apple, the menuitems "Quit", "Preferences" and "About"
are moved to their "correct" position and that is:
Quit -> last menuitem in the Application menu (the one with the name of your standalone/stack)
About -> first menuitem in the application menu
Preferences -> second item in hte app menu

Check the User Guide" (Livecode -> Menu: Help) and read about: "7.13.6 Menu Bars on Mac OS Systems"
for more info about this.


Best

Klaus

DukeUK
Posts: 23
Joined: Sun Dec 06, 2009 5:55 pm

Re: Menu builder

Post by DukeUK » Sat Oct 06, 2012 1:01 pm

Thanks Klaus

It didn't make any sense to me before.

It makes perfect sense now !

Post Reply