Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

undo in a sheet



I have a bunch of instrument objects, each of which has a to-many relationship to calibration points. (A calibration point has two attributes: "indicated" and "actual", but that's not really important.)

instrument -->> calibrationData

The instruments are displayed in a table view. A button runs a sheet to edit the calibration data of the selected instrument in a table view. When the sheet is running, the undo menu item is dimmed, so I can't undo object insertions/deletions/edits while the sheet is running. When the sheet is closed, the undo menu item is enabled again, and selecting undo will undo the changes made in the sheet one by one, but of course, you can't see this unless you run the sheet again.

How can I make (Core Data's) undo work in the sheet?


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.