On Aug 1, 2009, at 5:11 AM, Squ Aire wrote:
1) In awakeFromNib, call either [[self managedObjectContext]
setUndoManager:nil]; or [[[self managedObjectContext]
undoManager] disableUndoRegistration]; This certainly works, but
the problem with this is that the
NSManagedObjectContextObjectsDidChangeNotification will stop being
sent when the context changes!
It's not clear why you make this assertion? A simple test shows this
is not the case...
Did you register for
NSManagedObjectContextObjectsDidChangeNotification or
@"NSManagedObjectContextObjectsDidChangeNotification"?
mmalc
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com