Page 1 of 1

hide mac menu

Posted: Tue Sep 16, 2008 11:14 pm
by grimaldiface
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?

Posted: Wed Sep 17, 2008 12:48 am
by Mark
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

Posted: Wed Sep 17, 2008 1:27 am
by grimaldiface
Thanks, Mark.

I will never doubt revolution again.