Mission Control Hiding Window
Mission Control Hiding Window
- Subject: Mission Control Hiding Window
- From: Trygve Inda <email@hidden>
- Date: Wed, 25 Jul 2012 19:55:29 -0700
- Thread-topic: Mission Control Hiding Window
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 (email@hidden)
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:
This email sent to email@hidden