On Tue, Jun 23, 2009 at 6:53 AM, Jim Correia<jim.corr...@pobox.com> 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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com