Re: accessibility to help in my problem
Re: accessibility to help in my problem
- Subject: Re: accessibility to help in my problem
- From: Nick Rogers <email@hidden>
- Date: Thu, 06 Nov 2008 20:02:31 +0530
Hi,
Thanks for the reply. I implemented apple script.
But in my particular case it doesn't work.
Its a bit complicated, but here it is:
MyApp is embedded inside MyApp.
I have the directory structure like this:
MyApp.app/Contents/MacOS/MyApp
and in the same dir i have:
MyApp.app/Contents/MacOS/MyApp.app //another app with the same name
which is launched by the outer app.
Since the app name is same applescript's "tell application "MyApp" \n
set bring front to yes\n end tell" doesn't target the right inner app.
I was hoping there's some easier to read article on Accessibility out
there. Which could target some where near my problem.
If I'm able to implement accessibility in my app, will it require
turning ON something in the preferences or will it just work?
Thanks,
Nick
On 06-Nov-08, at 5:40 PM, Christiaan Hofman wrote:
On 6 Nov 2008, at 12:53 PM, Nick Rogers wrote:
Hi,
Just joined this list.
I was wondering if there exists any simple tutorial on
accessibility, that would help in my problem.
My cocoa app should be able to bring to front the minimized window
from the dock, of one of my other cocoa app.
For this I have to add accessibility support to the other app.
And also be able to raise its window from the doc from the first app.
any help would be greatly appreciated.
Wishes,
Nick
Have you considered using AppleScript for this? I think that may be
easier, and does not require turning on accessibility.
Christiaan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden