Undo in tables
Undo in tables
- Subject: Undo in tables
- From: Bill Cheeseman <email@hidden>
- Date: Thu, 11 Apr 2002 17:44:13 -0400
Is there a standard technique for implementing undo and redo of edits in
tables? I can't find any examples or documentation on this. The techniques
used for single-item controls don't seem applicable.
My thinking is to do it with editingDidEnd delegate methods or related
notifications, and to keep an array of recently-edited records that can be
unwound back into the table if the user chooses Undo a lot. I fear that I'll
have to get down and dirty with the undo manager and its notifications.
I'm wondering, before I get too far down this path, if this makes sense from
the point of view of those of you who've tackled this issue.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
Croquet Club of Vermont -
http://members.valley.net/croquetvermont
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.