Mailing Lists: Apple Mailing Lists

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

Re: NSDocument and Saving File Packages



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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

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>)



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.