Re: Full Screen Mode
Re: Full Screen Mode
- Subject: Re: Full Screen Mode
- From: Shawn Erickson <email@hidden>
- Date: Fri, 9 Apr 2004 11:25:06 -0700
On Apr 9, 2004, at 11:01 AM, Christopher O'Neill wrote:
Hi all. Is is possible to go into full screen mode in Cocoa? If this
cannot be done, the how do I make the menu bar disappear, fade the
desktop to black, make the main window take the whole screen, and make
the dock disappear? Also, is there a way to control the screen
resolution, color depth, and refresh rate of the screen? Any help is
appreciated.
This ability is provided by Quartz Services which is a C API so it is
easy to use from Cocoa (of course other APIs exist but this is the core
one to use).
Docs...
<
http://developer.apple.com/documentation/GraphicsImaging/Reference/
Quartz_Services_Ref/index.html>
Code examples of screen resolution switching...
<
http://developer.apple.com/samplecode/Mode/Mode.html>
<
http://developer.apple.com/samplecode/ModeWhacker/ModeWhacker.html>
-Shawn
_______________________________________________
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.