Interacting with Spaces

2008-08-14 Thread Justin Patrin
I've been working with the code for Blacktree's Nocturne to make ti work for multiple monitor and with Spaces and have had a lot of luck with parts and nto so much with others. The problem I'm trying to fix currently has to do with switching Spaces. Nocturne puts an overlay window on top of each

Re: Interacting with Spaces

2008-08-14 Thread Chilton Webb
Hi Justin, I think what you're after is this... [[self window] setCollectionBehavior:NSWindowCollectionBehaviorCanJoinAllSpaces]; ...That will make your app's window show up on any space when the user returns from 'Spaces space'. -Chilton On Aug 14, 2008, at 5:24 PM, Justin Patrin