Re: Reliable way to find out if CoreData finished loading

2009-09-19 Thread Mantas Masalskis
Hi, I have 3 objects in Interface Builder: NSArrayController, NSManagedObjectContext and object that is NSApp's delegate. NSManagedObjectContext is using XML store as backend NSArrayController is binded to NSManagedObjectContext When application starts, on applicationFinishedLauncing NSAr

Re: Reliable way to find out if CoreData finished loading

2009-09-19 Thread Mantas Masalskis
Hi, I have 3 objects in Interface Builder: NSArrayController, NSManagedObjectContext and object that is NSApp's delegate. NSManagedObjectContext is using XML store as backend NSArrayController is binded to NSManagedObjectContext When application starts, on applicationFinishedLauncing NSAr

Re: Reliable way to find out if CoreData finished loading

2009-09-18 Thread I. Savant
On Sep 17, 2009, at 6:46 PM, Mantas Masalskis wrote: I'm loading Core Data object via Managed Object Context in IB. It looks like it hasn't finished loading when applicationDidFinishLoading is fired. Perhaps thinking about this a different way would clarify things. You don't "load a co

Re: Reliable way to find out if CoreData finished loading

2009-09-18 Thread Sean Kline
Hi Mantas, What are you trying to do? - S On Thu, Sep 17, 2009 at 6:46 PM, Mantas Masalskis wrote: > Hi, > > I'm loading Core Data object via Managed Object Context in IB. It looks > like it hasn't finished loading when applicationDidFinishLoading is fired. > > What is the appropriate way to do

Reliable way to find out if CoreData finished loading

2009-09-18 Thread Mantas Masalskis
Hi, I'm loading Core Data object via Managed Object Context in IB. It looks like it hasn't finished loading when applicationDidFinishLoading is fired. What is the appropriate way to do smth once Managed Object Context is loaded? Mantas Masalskis