Le 23 janv. 2010 à 21:43, cocoa-dev a écrit :
> I have a core data app with a model where there is a one-to-many relationship
> between CD and Track (CD has an NSSet called tracks). The tracks are shown
> in an NSTableView and the content set is managed by an NSArrayController. To
> manually
I have a core data app with a model where there is a one-to-many relationship
between CD and Track (CD has an NSSet called tracks). The tracks are shown in
an NSTableView and the content set is managed by an NSArrayController. To
manually add a track the user presses the add button which runs