CoreData and ArrayControllers

2009-06-16 Thread Steve Cronin
Folks; Using 10.5 SDK deploying to 10.4 on an Intel 10.5.7 machine running XC 3.1.2 I have a Core Data model against which I have successfully loaded data. Now I want to display some data in a tableView - so I drag a stock arrayController from IB onto a window. I set the Mode to

Re: CoreData and ArrayControllers

2009-06-16 Thread Steve Steinitz
Hi Steve On 16/6/09, Steve Cronin steve_cro...@mac.com wrote: A quick scan of your email leads me to think you've done everything correctly. Two questions: 1. are you sure the Window Controller's managedObjectContext exists? 2. what is the name (and maybe the description) of the exception?