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
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,
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
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