Re: Core data binding "first" of to-many relationship

2010-11-27 Thread Sean McBride
On Nov 27, 2010, at 17:44, Jerry Krinock wrote: >> I have an NSArrayController that holds a set of persons. These persons have >> a to-many relationship of name objects. Usually they will only have one >> name, but there may be multiple (or even no name). >> >> In my interface, I have an NSTabl

Re: Core data binding "first" of to-many relationship

2010-11-27 Thread Jerry Krinock
On 2010 Nov 27, at 08:20, Mikkel Eide Eriksen wrote: > I have an NSArrayController that holds a set of persons. These persons have a > to-many relationship of name objects. Usually they will only have one name, > but there may be multiple (or even no name). > > In my interface, I have an NSTab

Core data binding "first" of to-many relationship

2010-11-27 Thread Mikkel Eide Eriksen
Hi I have an NSArrayController that holds a set of persons. These persons have a to-many relationship of name objects. Usually they will only have one name, but there may be multiple (or even no name). In my interface, I have an NSTableView that will display the persons. The attributes are eas