Re: custom list view
Re: custom list view
- Subject: Re: custom list view
- From: Dave Hayden <email@hidden>
- Date: Wed, 19 Jan 2011 15:01:13 -0800
On Jan 19, 2011, at 12:29 PM, James Dempsey wrote:
> Try running your app with the argument -NSAccessibilityDebugLogLevel 1. it will log more, which may give some insights.
Aha! With that on I'm getting a "Unable to create AX specifier for element" message. Googling that, I found an earlier message on this list where that problem was due to a child not pointing back to the same parent. Sure enough, I was using the layer hierarchy to find the parent but I'd forgotten that I was taking off-screen layers out of the hierarchy for performance. I added an ivar to track the parent and it's getting past that now. Onward!
Many thanks for the help!
-Dave _______________________________________________
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