Re: How to prevent NSApp from NSBeeping ?
Re: How to prevent NSApp from NSBeeping ?
- Subject: Re: How to prevent NSApp from NSBeeping ?
- From: Scott Thompson <email@hidden>
- Date: Thu, 30 Aug 2007 07:56:28 -0500
On Aug 30, 2007, at 3:14 AM, Daniel Angermeier wrote:
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 ?
In the case of menu items, have you confirmed (with a breakpoint on
NSBeep) that the beep is coming from NSApp?
The reason I ask is that the menus on Mac OS X go through the Carbon
menu manager and it could be that the responder chain is not invoked.
The beep may be coming from the Carbon side of things.
Scott
_______________________________________________
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