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
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 mails | Author | Date |
|---|---|---|
| Wesley Smith | Mar 27, 08:24 | |
| Uli Kusterer | Mar 28, 13:05 | |
| Dominik Pich | Mar 28, 13:14 | |
| Wesley Smith | Mar 28, 20:05 | |
| John Joyce | Mar 30, 14:25 |






Cocoa mail archive

