Re: Binding to values which aren't there

2009-10-11 Thread BareFeet
On 10/10/2009, at 9:17 AM, A B wrote: Long-held habits regarding best practices regarding relational integrity are making me reluctant to stick a "parentPerson" ivar in each Note object, otherwise the solution would be simple: Just create another property which has code in the getter that c

Re: Binding to values which aren't there

2009-10-09 Thread A B
On Friday, October 09, 2009, at 04:21PM, "mmalc Crawford" wrote: > >On Oct 9, 2009, at 3:17 PM, A B wrote: > >> I have a situation in which I would like a column in a table that is bound >> to an NSArrayController to display information that isn't actually in the >> objects being represented,

Re: Binding to values which aren't there

2009-10-09 Thread mmalc Crawford
On Oct 9, 2009, at 3:17 PM, A B wrote: > I have a situation in which I would like a column in a table that is bound to > an NSArrayController to display information that isn't actually in the > objects being represented, but is instead the result of an operation that > involves a bit of data i

Binding to values which aren't there

2009-10-09 Thread A B
I have a situation in which I would like a column in a table that is bound to an NSArrayController to display information that isn't actually in the objects being represented, but is instead the result of an operation that involves a bit of data in that row's object and a separate bit of data in