Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Activating Quit Menu with a Modal Window



I tried to use validateMenuItem: from my windows delegate, but it did not work. I assume that is because terminate is not a nil targeted action. All the nil targeted actions such as paste, cut and copy became active. I even tried to reset the target of the quit menu item to my modal window's delegate and that also did not work, which was a surprise. Anyway I dont think that is a good solution as I want an external process, such as a restart, to be able to quit my application when the modal window is active.

Fred



On 25 Oct 2007, at 00:08, Uli Kusterer wrote:

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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden
References: 
 >Activating Quit Menu with a Modal Window (From: email@hidden)
 >Re: Activating Quit Menu with a Modal Window (From: Uli Kusterer <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.