Re: How to hide a table view column from Accessibility hierarchy?
Re: How to hide a table view column from Accessibility hierarchy?
- Subject: Re: How to hide a table view column from Accessibility hierarchy?
- From: Avi Drissman <email@hidden>
- Date: Thu, 14 Jan 2010 15:28:09 -0500
Another thing to try is in a subclass to override the -accessibilityAttributeValue: method and muck with the NSAccessibilityChildrenAttribute requests, filtering out children before returning them. I've used that to clear out clutter.
Avi
On Thu, Jan 14, 2010 at 3:03 PM, Daniel Jalkut
<email@hidden> wrote:
On Jan 14, 2010, at 2:56pm, Christiaan Hofman wrote:
> I'm not talking about returning an empty array, I'm talking about returning YES from accessibilityIsIgnored.
I neglected to mention that I did try that, but it didn't achieve the desired effect. I saw console errors about "failed reparenting" or some-such. I didn't look too much harder after seeing that it was causing havoc.
Daniel
_______________________________________________
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
_______________________________________________
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