Re: Auto-saving documents

2009-02-01 Thread Chris Idou
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

Re: Auto-saving documents

2009-02-01 Thread Kyle Sluder
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

Auto-saving documents

2009-02-01 Thread Chris Idou
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