For OS X Lion Apple took Expose, Dashboard and Spaces and rolled them all together into one feature called Mission Control.

learn more… | top users | synonyms

0
votes
0answers
9 views

NSStatusBar App - Window always on top (ignore hot corners)

I'm trying to replicate a behavior found in Evernote's NSStatusBar icon (see image). I have my top left corner - hot corner set to show desktop. This moves all windows away except the evernote menu. ...
0
votes
0answers
18 views

How can I capture the feed of a Space and embed it in an NSView similar to Mission Control Space previews?

What I'd like to do is display a Desktop preview of another Space the exact same way the current implementation of Spaces shows previews of all other Desktops. I've provided a graphic at the bottom ...
1
vote
0answers
39 views

NSWindow at desktop level in Mission Control

I am making an application to replace the wallpaper on OS X with an interactive application. When I use hot corners to bring up Mission Control, the application window remains stationary and at the ...
0
votes
0answers
66 views

select option not coming properly in modal box of joomla admin 1.5

i am right now using joomla 1.5 latest version of 1.5 series. i have customized backend template mission control. and for gallery i used admiror gallery componant. Now when we go to add gallery in ...
4
votes
1answer
204 views

How can I programmatically add a space to mission control?

I want to create a new space (and also be able to delete it later), without having to go through the standard misson control gui. Is there any way to do this programmatically? Either via terminal ...
5
votes
2answers
868 views

Moving a Window to a New Space in Mission Control

I would like to write a small utility that moves a window from one space to another in OS X Lion. I don't care if the utility is written in AppleScript or Objective-C. What I can't seem to figure ...
32
votes
6answers
7k views

OSX Lion AppleScript : How to get current space # from mission control?

I'm trying to figure out how to get the current space # from mission control. Source would be helpful, but more helpful would be info on how to figure this out myself. I've written a few ...