Re: NSTableView, NSArrayController, NSManagedObjectContext
Re: NSTableView, NSArrayController, NSManagedObjectContext
- Subject: Re: NSTableView, NSArrayController, NSManagedObjectContext
- From: "I. Savant" <email@hidden>
- Date: Tue, 1 Jan 2008 12:47:09 -0500
On Jan 1, 2008, at 12:38 PM, Ture Pålsson wrote:
I subscribe to NSManagedObjectContextDidSaveNotification. In the
notification handler, I extract the object ID:s of the inserted
objects and pass them to a method on the main thread (using
performSelectorOnMainThread). On the main thread, I loop over the
objectID:s and... well, what *should* I be doing here?
Have you tried telling your *Array Controller* to -fetch: at this
point?
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden