From: Patrick G. <pge...@wa...> - 2008-01-15 10:20:44
|
Hello, I'm trying to call accessibility functions (like AXUIElementCopyElementAtPosition). I've included the framework with require_framework 'ApplicationServices', but all I get is an 'undefined method' error. On disk, Application Services is split up in subframeworks and HIServices (containing AX*) does not contain a BridgeSupport directory. Is the BridgeSupport defined elsewhere ? Do I need to generate it for this particular framework ? Is there any other way to call these functions ? Thanks, - Patrick |