Re: [Pyobjc-dev] Fullscreen apps using CoreGraphics
Brought to you by:
ronaldoussoren
From: Frederik De B. <fre...@pa...> - 2004-06-12 13:38:06
|
The problem solves itself! I used one of the constants in the NSWindow documentation. Setting the window level to NSPopUpMenuWindow does the trick, ordering the window in front of the dock and menubar. The relevant documentation is here: http://developer.apple.com/documentation/Cocoa/Reference/ ApplicationKit/ObjC_classic/Classes/NSWindow.html#//apple_ref/doc/uid/ 20000013/BCIGAIJC Frederik |