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: Daniel Jalkut <email@hidden>
- Date: Thu, 14 Jan 2010 13:31:03 -0500
Hi Christiaan:
On Jan 14, 2010, at 12:46pm, Christiaan Hofman wrote:
> Have you tried using custom cell subclass(es) for this row that are not accessible?
Great idea! I hadn't oriented my thinking correctly that the Table View is just a structure for exposing accessible cells.
I did a quick test, providing a custom NSTextFieldCell that returns an empty accesible attributes array. This has the desired effect in VoiceOver, but reveals errors in accessibility inspector that clearly show I'm "playing with fire." There might be some way to nuance it, though.
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