Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
119 views

Calling App Expose In Lion

Is there any way to call App Expose in Lion programmatically, for example on an event tap, etc?
3
votes
2answers
124 views

How can I know if the user is in Exposé mode?

Is there a way to find out if the user is in the Exposé mode? (i.e., all windows are being shown.) Thank you.
2
votes
0answers
49 views

NSWindow with NSWindowCollectionBehaviorStationary is visible on the Dashboard. Is this a bug?

I'm trying to get my NSWindow to: Be visible on all Spaces Be visible when showing the Desktop (by pressing F11) Not be visible in Mission Control/Expose The following does exactly that, but with ...
2
votes
1answer
249 views

Is there a way to programmatically extend Apple's Expose

I'm looking for some pointers on how to reproduce the Apple Expose effect in my own app. Is there an API for Expose? If not how can it be replicated from scratch?
1
vote
2answers
158 views

How can I check whether Exposé is being activated or not?

I'm creating an application that emulates MacBook's multi-touch Trackpad. As you may know, on MacBook's trackpad if you swipe 4 fingers up, it triggers the Show Desktop. if you swipe 4 fingers down, ...
1
vote
1answer
218 views

The logic behind MacOS's Exposé

This is just for curiosity. Exposé has two functions, among others, that rearrange windows on the desktop, one shows all the open windows so the user can see windows that are hidden below others, ...
0
votes
3answers
293 views

Open an application in a space using applescripts

I am trying to create a script that will open an application in a specific "space". So let's say I am on space 1 working in the terminal and then I want to be able to open safari in space 4. Is there ...
0
votes
1answer
181 views

Eclipse not working with Mac OS X exposé

I am running last Eclipse Helios for C++ under latest Mac OS X Leopard. When switching between programs using MAc OS X's exposé, I have always to repeat the process twice, until I get the eclipse ...
0
votes
1answer
223 views

How to programatically arrange windows like in expose with Cocoa?

I would like to know if there is a way to programatically arrange desktop windows similar to Expose in Cocoa. Thanks.
0
votes
1answer
45 views

In OS X, I want to change to a non-standard keyboard shortcut for switching spaces

In System Preferences > Expose and Spaces > Spaces Tab > to switch between spaces, there is a drop down list that allows you to select a modifier key and the arrows. The arrows are so far away from ...
0
votes
1answer
167 views

Position boxes like in Exposé

Does anyone know a way to locate rectangles to best fit a certain area? The rectangles can be scaled up to a certain limit, but they should keep their proportions. I basically want to rebuild Mac OS' ...
0
votes
1answer
149 views

Preventing an application from being moved between spaces

Working on an application that contains legacy Carbon code (mixed with some Cocoa). It is a full screen app (not technically, it just draws itself as though it were) that hides the dock and ...