Good day,
I have searched the forum and have not found anything similar to the issue I am having but I am running Mac OS X 10.7.5 and LiveCode 6.1.1 and when I create a new menu bar using the menu builder, the menu bar shifts up and I cannot find it on the card. All my other form items also shift up. If I find the menu bar and I select it using the application browser, I can move it to the desired location using the arrow keys. If I then save the stack and navigate away from that page and come back to it, the same thing has happened.
has anyone else had this problem?
Rgds
Nic
menu builder not staying in one place
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: menu builder not staying in one place
This has to do with how menubars work, to ease cross platform compability. Unlike on other systems, on Macs the menubars are supposed to be shown in the system menu bar at the top. If you want a menu that does not do that, it's probably easier to make your own, not using the "menubar" property. To show a menubar, you probably want to use the "editMenus" property, look it up in the dictionary.
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
Re: menu builder not staying in one place
Thank you. I have unchecked the "set as stack menu bar" and it seems to be behaving as I wanted.
Rgds
Rgds