How to detect which Space the user is on in Mac OS X Leopard?

Posted by georgebrock on Stack Overflow See other posts from Stack Overflow or by georgebrock
Published on 2009-02-16T19:59:42Z Indexed on 2010/03/25 7:13 UTC
Read the original article Hit count: 293

Filed under:
|
|
|

Mac OS X Leopard has a virtual desktop implementation called Spaces. I want to programatically detect which space the user is currently on.

Cocoa is preferable but AppleScript is acceptable if there's no other way.

I've seen a couple of AppleScript implementations, but the techniques they used seemed a bit too hacky to use in production code (one relied on causing and error and then parsing the error message to get the current space, the other interrogated the Spaces menu GUI)

© Stack Overflow or respective owner

Related posts about mac

Related posts about osx