Re: How to hide system menu bar and the dock bar in cocoa?
Re: How to hide system menu bar and the dock bar in cocoa?
- Subject: Re: How to hide system menu bar and the dock bar in cocoa?
- From: Joachim Deelen <email@hidden>
- Date: Fri, 24 Feb 2006 12:15:12 +0100
Hello,
I think you have to use the "NSBorderlessWindowMask" during creation
of the Window. Since you can't set this style using InterfaceBuilder,
you have to subclass NSWindow and set the style accordingly.
Hope this helps...
Joachim
Am 24.02.2006 um 10:21 schrieb wlq:
I want to make my window size to full screen, so I need to hide
the system menu bar and dock bar by myself.
I have been told that SystemUIMode() can do this and It is.
Now I have another question that is how to hide the title bar
of my window?
Thanks & B.R. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden