Re: Accesibility Understanding
Re: Accesibility Understanding
- Subject: Re: Accesibility Understanding
- From: Mike Engber <email@hidden>
- Date: Fri, 4 Jan 2008 09:28:56 -0800
Note - James has definitively answered the question you asked.
But, if what you really want to do is use the Accessibility API to
access the UI of other apps (i.e. write an assitive) - then there is a
very different set of stuff you should read.
The NSAccessibility protocol is only used for making Cocoa apps
support the Accessibility API - it's not part of the Accessibility
API. People often conflate the NSAccessibility protocol and the
Accessibility API.
-ME
On Jan 4, 2008, at 9:00 AM, James Dempsey wrote:
On Jan 4, 2008, at 1:31 AM, Sushil Tiwari wrote:
Can anyone let me know the basic source code with which I can
understand the concept of NSAccessibility protocol? I keep on
reading the pdf's available for the same but unable to understand
where to start.
The ImageMap example demonstrates the use of NSAccessibility protocol:
http://developer.apple.com/samplecode/ImageMapExample/
These articles are essentially descriptive walkthroughs of the
ImageMap sample code. I'd recommend reading those articles and
looking at the sample code.
Enabling Accessibility in Your Cocoa Application
http://developer.apple.com/ue/accessibility/accessibilityincocoa.html
Adding Accessibility Support in Custom Views in Your Cocoa
Application
http://developer.apple.com/ue/accessibility/accessibilitycustomviews.html
Dicey is another code sample of making a Cocoa app accessible using
the NSAccessibility protocol:
http://developer.apple.com/samplecode/Dicey
Other docs:
Accessibility Overview
http://developer.apple.com/documentation/Accessibility/Conceptual/AccessibilityMacOSX/index.html
Accessibility Programming Guidelines for Cocoa
http://developer.apple.com/documentation/Cocoa/Conceptual/Accessibility/cocoaAXIntro/cocoaAXintro.html
NSAccessibility protocol reference
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSAccessibility_Protocol/Reference/Reference.html
_______________________________________________
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