CoreData/Bindings: Managed objects don't get finally deleted
CoreData/Bindings: Managed objects don't get finally deleted
- Subject: CoreData/Bindings: Managed objects don't get finally deleted
- From: Stefan <email@hidden>
- Date: Mon, 5 Feb 2007 23:17:27 +0100
After certain changes, the UI of my app is still consitent, but the
persistent
store seems to be not. Here is what happpens:
If I delete managed objects using a 'NSArrayController' subclass [..
remove], the
UI removes the respective object.
If I save he document and reload it again, all objects are still there.
Thus, I can add new objects, but I fail to delete them.
Any general ideas, what might force this behaviour?
I use a NSView suclass for drawing and this subclass enumerates objects
using
[transactionsArrayControllerOutlet arrangedObjects]
I never release the returned NSArray. Do I need to?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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