I have a window that is the size of the display and has a z-order to put it between the desktop picture and icons. I call:
setCollectionBehavior:NSWindowCollectionBehaviorCanJoinAllSpaces | NSWindowCollectionBehaviorTransient | NSWindowCollectionBehaviorIgnoresCycle This lets it move betwen spaces, but when I go to Mission Control, it hides it completely. Using NSWindowCollectionBehaviorManaged doesn't work as the window gets too small and no longer covers the small desktop representations completely. Using NSWindowCollectionBehaviorStationary doesn't work as then you can't see anything in Mission Contral as it is covered up by my window. How can I make this work? This window needs to behave like a desktop picture. Note that I can't use a real desktop picture as there is no way to set them on a per-space basis. Trygve _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com