[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Delegate of window in document-base application
From: |
Nicola Pero |
Subject: |
Re: Delegate of window in document-base application |
Date: |
Fri, 9 May 2003 12:34:02 +0100 (BST) |
> Hi,
>
> In Document-base appliction, the relationship is
>
> NSDocumentController (newDocument:, openDocument:, etc.)
> |
> NSDocument (saveDocument:, saveDocumentTo:, etc)
> |
> NSWindowController
> |
> NSWindow
>
> And I notice that *only if* the NSDocument (or subclass) is the delegate of
> NSWindow,
> the menu "Save...", "Save To..." will be enabled.
Yes - this was a bug in gnustep-gui. It has been fixed since, so now it
should work without setting the delegate.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Delegate of window in document-base application,
Nicola Pero <=