• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
undo in a sheet
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

undo in a sheet


  • Subject: undo in a sheet
  • From: "R. Matthew Emerson" <email@hidden>
  • Date: Sun, 30 Apr 2006 00:24:26 -0400

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: This email sent to email@hidden
  • Prev by Date: Re: refactoring tools and xcode plugins
  • Next by Date: [SOLVED] Fwd: Incorrect flipping when manually drawing NSCells (was: Fwd: -isFlipped not working right when drawing IconAndTextCell to NSImage)
  • Previous by thread: Re: refactoring tools and xcode plugins
  • Next by thread: NSOpenPanel setCanChooseDirectories behavior
  • Index(es):
    • Date
    • Thread