Skip navigation.
 
mlRe: setMenuVisible
FROM : John Joyce
DATE : Sun Mar 30 14:25:25 2008

> On 27.03.2008, at 08:24, Wesley Smith wrote:
>

>> I'm trying to make an NSWindow that takes up the entire screen
>> including the menu bar but is not actually a fullscreen window.  I
>> know this is possible with Carbon, but I can't figure it out with
>> Cocoa.  Whenever I call [NSMenu setMenuVisible:TRUE], the menubar 
>> goes
>> away, but so does my window.
>>


maybe you really want  setMenuBarVisible:(BOOL)visible
NSMenu class method

Related mailsAuthorDate
mlsetMenuVisible Wesley Smith Mar 27, 08:24
mlRe: setMenuVisible Uli Kusterer Mar 28, 13:05
mlRe: setMenuVisible Dominik Pich Mar 28, 13:14
mlRe: setMenuVisible Wesley Smith Mar 28, 20:05
mlRe: setMenuVisible John Joyce Mar 30, 14:25