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: Christiaan Hofman <email@hidden>
- Date: Thu, 14 Jan 2010 18:46:51 +0100
On Jan 14, 2010, at 18:24, Daniel Jalkut wrote:
> I see that to Accessibility, an NSTableView is represented "by row" where each row has a number of children representing the columns.
>
> I have a table view with a "dummy row" that is only used to show ephemeral progress updates.
>
> Putting aside the fact that the best solution is probably for me to get away from abusing table views in this way, is there some reasonably easy way I can mask the column from the accessibility hierarchy? When a VoiceOver user, for example, browses my UI, they come upon this "empty" column, which doesn't even have a column title, and it probably doesn't do them much good.
>
> Thanks for your help,
> Daniel
Have you tried using custom cell subclass(es) for this row that are not accessible?
Apart from that I would say that the best solution it is almost certainly not to abuse the table view.
Christiaan
_______________________________________________
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