Problems with Core Data and NSArrayController
Problems with Core Data and NSArrayController
- Subject: Problems with Core Data and NSArrayController
- From: Benjamin Dunton <email@hidden>
- Date: Thu, 20 Oct 2005 20:13:10 -0400
All,
I have created an XML persistent store type, I create an object from
my model, and add it to my store. The object is added to the store
(confirmed by opening the xml file in Terminal and verifying
insertion); however, my NSArrayController that controls my tableview
is not getting updated. The NSArrayController is an entity object of
my model type, the columns of my table view have their value bound to
myArrayController.arrangedObjects.foo, and my NSArrayController has
its managedObjectContext bound to my appDelegates managedObjectContext .
What am I missing here?
Thanks,
Ben
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden