Re: NSDocument close NSApplication targetForAction

2003-09-22 Thread Adam Fedor
On Sunday, September 21, 2003, at 02:20 PM, Fred Kiefer wrote: Adam Fedor wrote: I don't really see where it says this, unless it's somewhere in the NSDocument documentation. NSApplication documentation doesn't mention anything about documents. Exactly there in the class description for

Re: NSDocument close NSApplication targetForAction

2003-09-20 Thread Fred Kiefer
Matt Rice wrote: bug when using NSDocument, the key window always responds to close and so NSDocument close never gets called.. and reopening a document would show the one which you just closed rather than reading from disk.. (tested with Ink..) this patch moves the check for document based apps

Re: NSDocument close NSApplication targetForAction

2003-09-20 Thread Adam Fedor
On Sat, 2003-09-20 at 10:55, Fred Kiefer wrote: Matt Rice wrote: bug when using NSDocument, the key window always responds to close and so NSDocument close never gets called.. and reopening a document would show the one which you just closed rather than reading from disk.. (tested with

NSDocument close NSApplication targetForAction

2003-09-16 Thread Matt Rice
bug when using NSDocument, the key window always responds to close and so NSDocument close never gets called.. and reopening a document would show the one which you just closed rather than reading from disk.. (tested with Ink..) this patch moves the check for document based apps up above the key