Re: Core data model - binding question
Re: Core data model - binding question
- Subject: Re: Core data model - binding question
- From: Davide Benini <email@hidden>
- Date: Wed, 14 Sep 2005 13:07:59 +0200
For the sake of clearness I set up a small page with the structure of
my app:
http://www.cnomania.it/garage/appreference.htm
My problem, stated in the previous post, is the following.
I bind the array controller to selection.passages and the column of
the table to book.author. Thanks to your suggestions, this works. Yet
I must eliminate duplicates: when a topic is associated to more than
one passage of the same book I get the author name duplicated in the
table. I tried t bind the table column to
email@hiddenr, but I get this message in the log:
2005-09-14 10:53:42.431 BiblioBeta[21410] [<BibliographicEntry
0x3182a0> valueForUndefinedKey:]: this class is not key value coding-
compliant for the key @distinctUnionOfArrays.
I also tried to put the @distinctUnionOfArrays in different
positions, but I get the same log, and the table doesn't work.
Thanks, Davide
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden