Is there a way to create a NSWindow into fullscreen mode? NSWindow has the ToggleFullscreen: selector but then it creates the window normally and animates it to the fullscreen version which isn't what I want. Any other way of doing it?
相关问题
- Why am I getting a “C compiler cannot create execu
- NSOutlineView drag line stuck + blue border
- iphone sdk see size of local file (one created
- How can you detect the connection and disconnectio
- QuickLook Plugin Failing with sandboxing error
相关文章
- Converting (u)int64_t to NSNumbers
- “getter” keyword in @property declaration in Objec
- Generate code for core data attributes in xcode 4
- NSMenuItem KeyEquivalent “ ”(space) bug
- UITableViewController Background Image
- Lion scrollbar colors
- Detect if cursor is hidden on Mac OS X
- NSNumberFormatter doesn't allow typing decimal
First find the screen size
screenRect
contain Screen size, now creat a window and setNSWindow
size to screen size.this will open window in full screen