On Mon, Nov 9, 2009 at 10:20 AM, Richard Somers <[email protected]> wrote: > How do you insert an object into a managed object context with undo > disabled?
The NSPersistentDocument Core Data tutorial tells you exactly how to do it: http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/NSPersistentDocumentTutorial/04_Department/department.html Or you could just look at NSUndoManager, since that's the thing that does undo. Either way, you should have been able to find your answer rather quickly without needing to ask the list. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
