How to get a fullscreen Window in Cocoa
How to get a fullscreen Window in Cocoa
- Subject: How to get a fullscreen Window in Cocoa
- From: "Florian G. Pflug" <email@hidden>
- Date: Fri, 26 Oct 2001 22:29:05 +0200
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