Re: NSTableView custom accessibility attribute
Re: NSTableView custom accessibility attribute
- Subject: Re: NSTableView custom accessibility attribute
- From: Eric Schlegel <email@hidden>
- Date: Mon, 29 Apr 2013 16:27:51 -0700
On Apr 29, 2013, at 4:16 PM, Dado Colussi <email@hidden> wrote:
> - But if I return an array of objects of my own class, I see "<nil>".
>
> Why Accessibility Inspector is showing nil instead of the collection of the objects I return in the code? The extra row objects present themselves as AXRow:AXTableRow.
First guess: do your custom objects implement -accessibilityIsIgnored to return NO? If not, then possibly they're being filtered out of the removed attribute, or ignored later.
-eric
_______________________________________________
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