Closed. This question is off-topic. It is not currently accepting answers. 开发者_开发知识库 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Using the accessibility API, I am drilling down through a series of elements and finding a specific AXUIElementRef I am interested in (all in an external application).How do I check if this element cu
What is the best way to store the current mouse position (system-wide) and then (later) put the mouse at that stored point?
I\'m using JNA to call Carbon APIs.开发者_如何转开发 The particular API call that I want to call takes
For a project I must create a little buddy app that will read the content of one of the main app\'s text fields.
This is a bit esoteric, but there have to be a few people here who know how OS X\'s Carbon Component Manager works. I\'ve made a couple of little apps to play around with making Components (see here f
I am trying to port a Windows FileMaker plugin to OS X and am thinking that I should be doi开发者_如何学Pythonng this in Cocoa not Carbon,
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 applicatio
I\'m trying to automate a foreign OSX application using the accessibility API. Some of the state of the application isn\'t available through the API, so I acquire it through
I\'m trying to control windows of a foreign OSX applications from my application. I\'d like to 1. move the windows on the screen