I have started learning Cocoa and I have a question. In an application I am trying it has to get information from other applications, ones that I have not made and do not have the source for. Specifically how can I have an application look at what objects another application has created.
For Example: My application wants to find the value of a slider in another application.
How can I "ask" that other applications slider what its value is? I know how to ask a slider that is part of my own application, so that isn't a problem.
Short Version: Can I see what objects another application has created and talk to them?
Is this possible? Thanks
For Example: My application wants to find the value of a slider in another application.
How can I "ask" that other applications slider what its value is? I know how to ask a slider that is part of my own application, so that isn't a problem.
Short Version: Can I see what objects another application has created and talk to them?
Is this possible? Thanks