Application Menu Bar Not Visible

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Westermeyer
Posts: 6
Joined: Sat Aug 09, 2008 5:53 pm

Application Menu Bar Not Visible

Post by Westermeyer » Sat Oct 10, 2009 6:26 am

Hello,

I'm using version 3.5 on an older Mac OS X (10.3.9). I've installed RunRev, but the menubar on the main stack (revMenuBar) isn't visible. In other words, only the buttons are available (Inspector, Script, Message Box, etc.), but drop down commands are nowhere to be seen (File, Edit, Tools, Object, etc.). Does anyone know how to make them visible?

Steve

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

Post by Mark » Sat Oct 10, 2009 7:27 am

Hi Steve,

Type the following in the message box and press enter:

Code: Select all

set the top of stack "revMenubar" to 100,100
If the problem persists, you might want to delete the file revpreferences.rev

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

Randy Hengst
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 157
Joined: Thu Jun 29, 2006 4:16 pm

Post by Randy Hengst » Sat Oct 10, 2009 1:41 pm

Steve,

Try typing

show menubar

in the message box.


take care,
randy

Westermeyer
Posts: 6
Joined: Sat Aug 09, 2008 5:53 pm

Post by Westermeyer » Sun Oct 11, 2009 1:53 am

Thanks for the help with this. I'm kind of embarrassed to say that I simply had to restart the application for the title bar to appear, and it's now working fine

S.

Post Reply