Issue with menu bars on OS X

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
massung
Posts: 93
Joined: Thu Mar 19, 2009 5:34 pm

Issue with menu bars on OS X

Post by massung » Wed Mar 25, 2009 3:51 pm

I'm having a bit of a problem with adding a menu bar to my top-level stack in OS X. Here's the symptoms:

When I first create the menu bar, Rev asks me if I would like to compensate all controls in the view by the height of the menu bar. If I say 'no' (because OS X puts the menu outside the window), then Rev displays all the controls wrong when I'm editing the app. If I say 'yes' then when I build a standalone and run the app the controls are (initially) messed up, only fixed after the first resize operation of the stack.

I'm just wondering if there is some order of operations I need to follow in order to get this to work right?

Thanks!

Jeff M.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Wed Mar 25, 2009 5:38 pm

Dear Jeff,

This is a very old, long-standing bug. Probably, the bug is even older than Revolution ;-)

Is the destroyWindow property of your stack true? You can see this in the stack property inspector. Turning it off might help.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

massung
Posts: 93
Joined: Thu Mar 19, 2009 5:34 pm

Post by massung » Wed Mar 25, 2009 8:01 pm

Thanks for the reply, even though I didn't like what I heard. ;)

Anyone know if this is fixed in 3.5 or if there is any plan to fix it sometime soon?

Jeff M.

Post Reply