• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Fullscreen Window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Fullscreen Window (From: Andrew James <email@hidden>)
 >Re: Fullscreen Window (From: Fabio Mancinelli <email@hidden>)

  • Prev by Date: Re: Design Pattern
  • Next by Date: Using iTunes as a guide for my App
  • Previous by thread: Re: Fullscreen Window
  • Next by thread: Re: Fullscreen Window
  • Index(es):
    • Date
    • Thread