Re: Problem with NSValueTransformer, NSTableView and NSAttributedString
Re: Problem with NSValueTransformer, NSTableView and NSAttributedString
- Subject: Re: Problem with NSValueTransformer, NSTableView and NSAttributedString
- From: Kyle Sluder <email@hidden>
- Date: Tue, 23 Jun 2009 08:06:48 -0700
On Tue, Jun 23, 2009 at 6:53 AM, Jim Correia<email@hidden> wrote:
> On Jun 23, 2009, at 1:35 AM, Kyle Sluder wrote:
>> I do not see where you're finding this. The bindings documentation
>> says: "The object should be suitable for the passing to
>> setObjectValue." Maybe it's in the conceptual docs?
>
> In the link I included in my last email (which was wrapped when sent to the
> list):
Okay... but you are aware that's the documentation for
NSTextFieldCell, not NSTableColumn? Bindings in a table view are done
on the table column, not on the cells themselves. The table column
does not in turn bind any cells (after all, it only has one cell!); it
observes the keypath you specify and tells its tableview to redraw for
any rows that have been changed.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden