Re: TableView partial bindings
Re: TableView partial bindings
- Subject: Re: TableView partial bindings
- From: Scott Anguish <email@hidden>
- Date: Sat, 12 Jul 2008 01:40:15 -0400
On Jul 11, 2008, at 11:25 PM, Ashley Perrien wrote:
I have a three column table where the third column is a calculation
(actually a constructed string) and the first two and simple number
values. It would be nice if I could bind the first two to an
ArrayController and the third just handle manually. Possible? I
tried setting the table seemed to have issues having both a
datasource and bindings.
can you not use the Value with Display Pattern binding to do what you
want to do?
otherwise you can add a method to your model object that returns the
constructed string and set it as dependent on the appropriate model
keys.
_______________________________________________
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