[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug #3346] NSDocument actions are not reachable
From: |
Nicola Pero |
Subject: |
Re: [Bug #3346] NSDocument actions are not reachable |
Date: |
Mon, 28 Apr 2003 13:24:26 +0100 (BST) |
> I am using Gorm.
>
> This problem was reported by others on #gnustep, who followed docs and got
> same behaviour
> (that means, no behaviour at all). What I am missing in my code?
Ok - I looked a bit more carefully, and you are probably right in having
problems - the Apple documentation says -
"When going up the responder chain, the Application Kit queries a window's
NSDocument, if it exists, just after it queries the window delegate, if
that is different from the NSDocument."
I couldn't find any notice of this happening in gnustep-gui. I added it
on CVS. Let me know if it works better now.
I also removed setting the document as the delegate in (traditional) Ink.
It seems to still work :-)