Skip navigation.
 
mlRe: Leopard - interaction with Spaces from own applications
FROM : has
DATE : Tue Jan 22 18:59:18 2008

glenn andreas wrote:

> (And despite being exposed by the scripting bridge, it has some
> problems trying to expose what the modifiers are - it's suppose to be
> a list of modifiers, but it only returns a single modifier rather than
> a list which causes an exception).



Scripting Bridge has various application compatibility problems. For a 
more robust alternative, see objc-appscript:

   http://appscript.sourceforge.net/objc-appscript.html

Also, don't forget you can access the accessibility APIs directly from 
ObjC, avoiding the need to go through System Events, although the same 
caveats about code brittleness and portability apply as for GUI 
scripting.

has
--
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org

Related mailsAuthorDate
mlLeopard - interaction with Spaces from own applications Dennis Schmidt Jan 21, 20:02
mlRe: Leopard - interaction with Spaces from own applications Mike Abdullah Jan 21, 21:17
mlRe: Leopard - interaction with Spaces from own applications glenn andreas Jan 21, 21:39
mlRe: Leopard - interaction with Spaces from own applications ? Jan 21, 21:58
mlRe: Leopard - interaction with Spaces from own applications Twisted Theory Sof… Jan 21, 22:01
mlRe: Leopard - interaction with Spaces from own applications Dennis Schmidt Jan 21, 22:18
mlRe: Leopard - interaction with Spaces from own applications glenn andreas Jan 22, 15:16
mlRe: Leopard - interaction with Spaces from own applications has Jan 22, 18:59