I am looking for a way to hide the menu bar like the way the Dock hides. So when I put my mouse to the top it comes back. Any ideas?
The menu bar is pretty deep in the system...making it appear and disappear via a 3rd party app makes it seem just a bit haxie for my tastes...adriantoll said:most of the other posts on these forums about this talk about the importance of keeping the menu bar at the top for usability reasons, but to me that doen't hold water if you can call it instantly back and also turn off that behaviour easily...
hmmm Since itunes will always be running maybe the way to do it would be to some how add that to itunes then quit finder.WildCowboy said:There are ways to do it...here's a discussion of some of it. There's a demo application you can download to try out that will allow you to auto-hide the menu bar, but it only works for that demo app, not systemwide. Not sure how you could implement that...
Note that it is also trivial to modify an existing app (if it is a "package") to have an auto-hiding menu bar. Just add a 'LSUIPresentationMode' property with an integer value of "4" to its "Info.plist" file. It may be doable for some non-package apps as well, if it has a 'plst' resource.
Windows belonging to the modified programme may resist being moved into the space where the menubar usually is, but clicking the green "zoom" button will often expand the window to its full height. The setting will also put the "Dock" in "auto-hide" mode - it can be manually set to "turn hiding off", but it may be necessary to do this each time the app is brought to the front or else it goes back to "auto-hide" mode.
So if you wanted to, I suppose you could modify the "Finder" and a few of your favourite programmes (the effect will of course apply to all users), but because apps in OS X do use the "common menubar" as opposed to having menus on individual windows, it is somewhat inconvenient and I found the novelty wore off fairly quickly.
That perfect. Just what I wanted! As I will only need to do it to itunes, and maybe finder! Thanks! Now how would I make the dock not show(even with the mouse over it). Would I change that number to a different number?WildCowboy said:Okay, I did a little more digging and found a post in this thread.
Again, note that it's on an application-by-application basis, and you have to modify the package contents for each one. I duplicated Safari and gave it a shot, and it seemed to work just fine. So, if you're really desperate, you could try something like this for your favorite apps, but it's generally not a good idea to go digging around inside the packages of apps.
ham_man said:The menu bar is pretty deep in the system...making it appear and disappear via a 3rd party app makes it seem just a bit haxie for my tastes...
weg said:Hmm.. applications like the DVD player or VLC can make it dissappear in Fullscreen mode, so it can't be buried that deep in the Systems code..