hide mac menu

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
grimaldiface
Posts: 43
Joined: Tue Apr 08, 2008 9:56 pm
Location: Purdue University

hide mac menu

Post by grimaldiface » Tue Sep 16, 2008 11:14 pm

Anyone have any idea how to hide the mac menu at the top of the display, similar to how the dock can be hidden?

I doubt this can be done through rev, however I've read that by adding LSUIpresentationMode 4 to an applications info.plist using property list editor will accomplish this. For some reason, this will not work with my standalone.

Any ideas?

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

Post by Mark » Wed Sep 17, 2008 12:48 am

Hi grimaldiface,

Inside Rev, you can hide the menubar with the command...

Code: Select all

hide menubar
You can make the menubar visible again with

Code: Select all

show menubar
This doesn't affect the menubar of the Finder and any other applications.

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

grimaldiface
Posts: 43
Joined: Tue Apr 08, 2008 9:56 pm
Location: Purdue University

Post by grimaldiface » Wed Sep 17, 2008 1:27 am

Thanks, Mark.

I will never doubt revolution again.

Post Reply

Return to “Mac OS”