Skip navigation.
 
mlRe: Floating window across all Spaces?
FROM : Andreas Mayer
DATE : Sun Nov 11 14:58:01 2007

Am 11.11.2007 um 14:07 Uhr schrieb Keith Blount:

> Is there any way to set a floating window so that it appears in all 
> Spaces?


Setting the window's collection behaviour to 
NSWindowCollectionBehaviorCanJoinAllSpaces should work, I guess:

http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSWindow_Class/Reference/Reference.html#/
/apple_ref/occ/instm/NSWindow/setCollectionBehavior:


Andreas

Related mailsAuthorDate
mlFloating window across all Spaces? Keith Blount Nov 11, 14:07
mlRe: Floating window across all Spaces? Joachim Deelen Nov 11, 14:51
mlRe: Floating window across all Spaces? Andreas Mayer Nov 11, 14:58
mlRe: Floating window across all Spaces? Keith Blount Nov 11, 15:15
mlRe: Floating window across all Spaces? Gregory Weston Nov 11, 22:30