Re: CoreData/Bindings: Managed objects don't get finally deleted
Re: CoreData/Bindings: Managed objects don't get finally deleted
- Subject: Re: CoreData/Bindings: Managed objects don't get finally deleted
- From: Stefan <email@hidden>
- Date: Mon, 5 Feb 2007 23:28:27 +0100
I need to refine my posting: New documents work just fine, at least one
document seems to show this behaviour - which doesn't seem to
simplify the
problem.
Am 05.02.2007 um 23:17 schrieb Stefan:
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