Custom Cell For NSTableView & Bindings
Custom Cell For NSTableView & Bindings
- Subject: Custom Cell For NSTableView & Bindings
- From: Thaddeus Cooper <email@hidden>
- Date: Tue, 13 Nov 2007 22:05:59 -0800
Hello all.
I've been working on a custom cell for a table that displays/edits
data from multiple attributes in an NSManagedObject. I was overriding
setObjectValue and objectValue, but in discussions I had today with
someone today, they have indicated that this may not be the best
course of action for doing this. Their suggestion was that I don't use
bindings for the table column in question and use a data source
instead. That raised the question about the other column in the table
that still uses bindings. So, my question is, is it ok, or even
possible, to mix columns that use bindings and columns that use data
sources in the same table?
Thanks very much.
Thaddeus O. Cooper
(email@hidden)
_______________________________________________
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