Re: Full Screen Mode With MenuBar
Re: Full Screen Mode With MenuBar
- Subject: Re: Full Screen Mode With MenuBar
- From: douglas welton <email@hidden>
- Date: Thu, 5 Feb 2009 10:57:56 -0500
Adam,
How do you want to do "fullscreen mode"?
Do you want your window/view to take up the entire screen, except for
the menu bar? If so, have you tried to create a borderless window and
resize it using [[NSScreen mainScreen] visibleFrame]?
or...
Do you want your window/view to take up the entire screen with the
menubar appearing only when the cursor is moved into the top portion
of the screen? If so, have you read Tech Note 2062 about creating a
Kiosk?
BTW, how does the Dock fit into your idea of what "fullscreen mode" is?
regards,
douglas
PS: as for -enterFullScreenMode:options: being buggy, please see the
discussion here: <http://www.cocoabuilder.com/archive/message/cocoa/2009/1/6/226850
>
On Feb 4, 2009, at 8:26 PM, Adam Gerson wrote:
I am looking to implement a fullscreen window while showing the
menubar. The consensus is that NSView's enterFullScreenMode is buggy
and doesn't support showing the menu bar. What is the alternative? Are
there any good examples out there? I have done many google searches
and read through the archives. Looks like many have asked, but an
exact answer is hard to come by.
Thanks,
Adam
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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