• 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
Re: NSDocument and Saving File Packages
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSDocument and Saving File Packages


  • Subject: Re: NSDocument and Saving File Packages
  • From: Sherm Pendley <email@hidden>
  • Date: Thu, 30 Sep 2004 16:44:10 -0400

On Sep 29, 2004, at 7:39 PM, David McGavern wrote:

I don't know if this would be appropriate for my app, because I don't want to save and load the entire package at once (which appears to be what NSFileWrapper does). Basically, there's one part of the package I want to load, and one part I want to save when the user actually invokes a Save command. I've got the loading finished, but I can't get the saving to work without getting the "Cannot save document" message :-(.

I agree - What you're trying to do doesn't fit well with the methods you'd ordinarily override. The "standard" methods are built around the assumption that the entire document is to be saved.


Try overriding the action methods -saveDocument:, and perhaps -saveDocumentAs:, and/or -saveDocumentTo:, if your app supports those operations.

sherm--

_______________________________________________
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


References: 
 >NSDocument and Saving File Packages (From: David McGavern <email@hidden>)
 >Re: NSDocument and Saving File Packages (From: Sherm Pendley <email@hidden>)
 >Re: NSDocument and Saving File Packages (From: David McGavern <email@hidden>)

  • Prev by Date: Re: Cocoa, Quartz, Colorspaces and ColorSync
  • Next by Date: Re: Cross-platform Cocoa?
  • Previous by thread: Re: NSDocument and Saving File Packages
  • Next by thread: Document Edit State, Undo and Cocoa Bindings
  • Index(es):
    • Date
    • Thread