Re: How to prevent NSApp from NSBeeping ?
Re: How to prevent NSApp from NSBeeping ?
- Subject: Re: How to prevent NSApp from NSBeeping ?
- From: "Daniel Angermeier" <email@hidden>
- Date: Thu, 30 Aug 2007 10:14:15 +0200
yea, I already tried that but it didn't work.
Overrode - (void)noResponderFor:(SEL)eventSelector
in an NSApp subclass but it's never called.
I am having the NSBeeping problem with main menu items and table views.
isn't every event that is not handled through the responder chain
forwarded back to NSApp at the end of the responder chain ?
Is there any way to make NSApp not invoke NSBeep() then ?
Thanks again,
Daniel
On 8/30/07, Jim Correia <email@hidden> wrote:
> On Aug 29, 2007, at 8:35 PM, Daniel Angermeier wrote:
>
> > Is it possible to have NSApp not make the NSBeep sound when sendEvent
> > is not handled ?
>
> <http://developer.apple.com/documentation/Cocoa/Reference/
> ApplicationKit/Classes/NSResponder_Class/Reference/Reference.html#//
> apple_ref/occ/instm/NSResponder/noResponderFor:>
>
> Jim
>
>
_______________________________________________
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