Re: Activating Quit Menu with a Modal Window
Re: Activating Quit Menu with a Modal Window
- Subject: Re: Activating Quit Menu with a Modal Window
- From: Uli Kusterer <email@hidden>
- Date: Thu, 25 Oct 2007 01:08:47 +0200
Am 25.10.2007 um 00:35 schrieb email@hidden:
Does anybody have any suggestion of how one can activate the Quit
Menu Command when the front Window is a Modal Window.
Have you tried just overriding the -terminate: method and
implementing the menu item validation protocol? If you implement -
validateMenuItem:, and return YES, the quit menu item should be
available. Your -terminate: method could probably just call through
to NSApplication's.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden