PDA

View Full Version : Fullscreen menu problem


KiroNeem
2005.08.30, 05:28 PM
I would imagine there is a way, although I have been unable to find to solution. Anyways in Carbon & Cocoa is there a way to disable the menu bar at the top, or at least events to it. Because unfortunetly in my OpenGL full screen whenever I click where the menu bar should be my game slows down for a second or two then returns to normal.

OneSadCookie
2005.08.30, 05:52 PM
in Carbon, HideMenuBar, I think.

in Cocoa [NSMenu setMenuBarVisible:NO], 10.2+ only.

KiroNeem
2005.08.30, 06:32 PM
I've never talked to you personally OneSadCookie, yet you always seem to have the answers. Thanks ^^