On Sun, Feb 1, 2009 at 6:52 PM, Chris Idou wrote:
>> I want my app to automatically save a document when the user closes its
>> window, without prompting the user.
>
>What do you want to do if the user hasn't saved the document? Do you
>want to prompt the user, save to a default location, or
On Sun, Feb 1, 2009 at 6:52 PM, Chris Idou wrote:
> I want my app to automatically save a document when the user closes its
> window, without prompting the user.
What do you want to do if the user hasn't saved the document? Do you
want to prompt the user, save to a default location, or abandon
I want my app to automatically save a document when the user closes its window,
without prompting the user.
I had thought I'd found a solution by overriding
- (void)canCloseDocumentWithDelegate:(id)delegate
shouldCloseSelector:(SEL)shouldCloseSelector contextInfo:(void*)contextInfo
to call saveD