Re: Core Data Disable Undo
Re: Core Data Disable Undo
- Subject: Re: Core Data Disable Undo
- From: Richard Somers <email@hidden>
- Date: Mon, 9 Nov 2009 14:53:05 -0700
On Nov 9, 2009, at 11:46 AM, BJ Homer wrote:
[[managedObjectContext undoManager] disableUndoRegistration];
Thank you.
On Nov 9, 2009, at 11:49 AM, Kyle Sluder wrote:
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.
Thanks for the reply.
Either way, you should have been able to find your answer rather
quickly without needing to ask the list.
Sorry, I was not thinking very clearly today.
Richard
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden