Core data, bindings and multiple view NIBs

2009-05-26 Thread Tomaž Kragelj
Hi all I'm (again) banging my head with a single window, multiple views app using core data. Each of my view is implemented within it's own NIB and handled by a NSViewController subclass. The views share the same data from the same MOC. Using the following core data model I cannot bind

Re: Core data, bindings and multiple view NIBs

2009-05-26 Thread Keary Suska
On May 26, 2009, at 5:21 AM, Tomaž Kragelj wrote: I'm (again) banging my head with a single window, multiple views app using core data. Each of my view is implemented within it's own NIB and handled by a NSViewController subclass. The views share the same data from the same MOC. Using the