Re: Menu Item "Close" stopped working [SOLVED]
Re: Menu Item "Close" stopped working [SOLVED]
- Subject: Re: Menu Item "Close" stopped working [SOLVED]
- From: Justin Lundy <email@hidden>
- Date: Sat, 15 Mar 2003 11:26:02 -0800
I had not set the window to be the Initial First Responder, so when the
app called out performClose, it was calling it to nothing.
On Friday, March 14, 2003, at 11:45 AM, Justin Lundy wrote:
I'm building a Doc-based cocoa app, and just recently, "Close" from
the File (Which I renamed) menu no longer closes the front document,
it doesn't know any document, but clicking the red widget works fine.
I verified that in the MainMenu.nub the item is still connected to the
FirstResponder.performClose: and I have not overridden the method
performClose: in either my NSDocument or NSDocumentController
subclasses. All the other Menu Items function properly.
Help?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.