Re: Fullscreen Window
Re: Fullscreen Window
- Subject: Re: Fullscreen Window
- From: Michael Watson <email@hidden>
- Date: Thu, 29 Mar 2007 10:44:03 -0400
Note that [NSScreen mainScreen] is the currently active screen. If
you want the menu bar screen, use [[NSScreen screens] objectAtIndex:
0] after making sure the array of screens isn't empty.
--
On 29 Mar, 2007, at 05:48, Fabio Mancinelli wrote:
NSWindow *window = [[NSWindow alloc] initWithContentRect:screenRect
styleMask:NSBorderlessWindowMask
backing:NSBackingStoreBuffered
defer:NO
screen:
[NSScreen mainScreen]];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden