Re: Core Data and Inheritance

2010-04-28 Thread Quincey Morris
On Apr 28, 2010, at 05:27, Billy Flatman wrote: > I have a situation where I have a parent entity "Animal" and inheriting > entities "Fish", "Mammal". > I need to be able to select the corresponding Fish from it's array controller > by binding it with the selection from the Animal array controll

Core Data and Inheritance

2010-04-28 Thread Billy Flatman
Hi all, I have a situation where I have a parent entity "Animal" and inheriting entities "Fish", "Mammal". I need to be able to select the corresponding Fish from it's array controller by binding it with the selection from the Animal array controller. The problem is the index counts for Animal a