Re: how to implement equivalent of -[NSTableView _getFullyFormedCellAtColumn:row:]?
Re: how to implement equivalent of -[NSTableView _getFullyFormedCellAtColumn:row:]?
- Subject: Re: how to implement equivalent of -[NSTableView _getFullyFormedCellAtColumn:row:]?
- From: Corbin Dunn <email@hidden>
- Date: Fri, 30 Sep 2005 16:47:59 -0700
It appears that NSTableView uses -[NSTableView
_getFullyFormedCellAtColumn:row:] when it needs to do something
similar. Of course, that is a private method that I shouldn't use :-).
How can I fetch the object value for a row and column if the table
view is using bindings?
There is no easy way to do this. I'll log a bug requesting some API
that is similar to _getFullyFormedCellAtColumn:row.
thanks,
corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden