| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| Håkan, Can you tell me a little bit more about the object that you are trying to make accessible? What is it a subclass of? Since you are implementing the accessibility protocol from scratch, I am guessing that this object is a subelement of a custom view or control, and is not a view or cell itself. A second question would be where does this object draw itself? Is it custom drawing within a view or control? If so, then the parent of this object needs to report it as one of its children, and needs to implement its accessibility hit testing / focus testing methods to call this object's accessibility hit testing / focus testing methods. If you could provide a little more info about what you are doing, that would be very helpful. You might also take a look at the following code samples, which show two different methods of making an object accessible from scratch: Thanks, James On Aug 23, 2006, at 6:46 AM, Håkan Waara wrote:
-------------------------------------------------- James Dempsey AppKit Engineering Apple |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Accessibility-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/accessibility-dev/email@hidden This email sent to email@hidden
| References: | |
| >Minimum requirements for a NSAccessibility object? (From: Håkan Waara <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.