Jan 22, '07 07:30:05AM • Contributed by: Anonymous
Once there, add the following to the file:
<key>LSUIPresentationMode</key>
<integer>4</integer>
Be sure that it goes in alphabetical order, otherwise it won't work (i.e. LSUIPresentationMode goes after LSMinimumSystemVersion but before NSAppleScriptEnabled). Save the file and enjoy.
[robg adds: You should work on a copy of the app, obviously, in case you make a mistake. I tested this with a copy of Stickies, and it worked great. If you're using Property List Editor (part of the Developer Tools), you don't need to worry about the order; just add a new Child to Root, and it works.
Note that the menubar is not completely gone, it's just hidden, like the dock. Move your mouse up to the top of the screen, and the menubar drops down. You can read about the various LSUIPresentationMode options in this section of Apple's Runtime Configuration Guidelines.]
