Re: Full screen borderless window
Re: Full screen borderless window
- Subject: Re: Full screen borderless window
- From: "M. Uli Kusterer" <email@hidden>
- Date: Fri, 2 Apr 2004 19:59:50 +0200
At 19:29 Uhr +0200 02.04.2004, Jirka Jirout wrote:
How do you create a full screen borderless window such as DVD
Player uses in full screen mode?
use NSBorderlessWindowMask as styleMask in NSWindow's
initWithContentRect:styleMask:backing:defer:
to get a borderless window and use the size of the screen as the
window's frame rectangle to make it full screen...
He'll also have to enter "full screen mode" or hide the menu bar at
least. Otherwise the menu bar will still be around. There are some
calls in QuickTime to do that, but I think there should be something
like that in Cocoa as well... somewhere ... ?
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.