Core Data / Bindings problem: context not notified of add: ?

2008-06-18 Thread Alain Schartz
Hello list. I need help with a problem I suspect being a Core Data / Bindings hickup : My model consists of an abstract entity A and an entity B, with A being B's parent. Each entity is managed by it's own NSArrayController (mode set to Entity and correctly bound to the context), and each

Re: Core Data / Bindings problem: context not notified of add: ?

2008-06-18 Thread Quincey Morris
On Jun 18, 2008, at 03:31, Alain Schartz wrote: My model consists of an abstract entity A and an entity B, with A being B's parent. Each entity is managed by it's own NSArrayController (mode set to Entity and correctly bound to the context), and each NSArrayController is bound to a