Re: How to get a fullscreen Window in Cocoa
Re: How to get a fullscreen Window in Cocoa
- Subject: Re: How to get a fullscreen Window in Cocoa
- From: Jeff LaMarche <email@hidden>
- Date: Fri, 26 Oct 2001 19:20:50 -0700
http://www.cocoadevcentral.com has a tutorial on how to do this..
On Friday, October 26, 2001, at 01:29 PM, Florian G. Pflug wrote:
Hi
How does one get a fullscreen Window in cocoa?
I tried using "BeginFullScreen" from the QuickTime.framework, and
created a
NSWindow using initWithWindowRef. This works, but my app crashes when
trying
to return from Fullscreen mode.
I think the problem is that I need to call both, NSWindow.dealloc and
EndFullScreen, but both somehow release the WindowRef.
Is there any other way of using the full screen in cocoa?
greetings, Florian Pflug
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev