I am trying to build on Mac OS X what the application would look like on a Linux system as I convert it from HyperCard to Revolution. I do not want the menus in the Mac menu bar; I want them in the window as they would appear on Linux. I am having trouble getting the menus from the menu builder to show up on the same card where I have the original image. The image is moved down the 22 pixels on an enlarged card as it should be to leave room. I just can't get the menu visible on that card. It shows up in another card.
Is there a way to get menu builder to generate menus look like Linux on a Mac?
Thanks.
-Kay T.
Want Mac menu in the window, not the menu bar
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 1000
- Joined: Sat Apr 08, 2006 3:06 pm
- Location: Overland Park, Kansas
- Contact:
Take a look at the 'menubar' and 'editmenus' stack properties.
The menubar property specifies what group acts as the menu for the stack. If the property is set on Mac but you still want the menu to show up in the stack window then set the editMenus property to true. This will keep the menu from becoming the application menu when the stack is the top stack.
The menubar property specifies what group acts as the menu for the stack. If the property is set on Mac but you still want the menu to show up in the stack window then set the editMenus property to true. This will keep the menu from becoming the application menu when the stack is the top stack.
Trevor DeVore
ScreenSteps - https://www.screensteps.com
LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
ScreenSteps - https://www.screensteps.com
LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder