Re: NSDocument and Saving File Packages
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