• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to prevent NSApp from NSBeeping ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >How to prevent NSApp from NSBeeping ? (From: "Daniel Angermeier" <email@hidden>)
 >Re: How to prevent NSApp from NSBeeping ? (From: Jim Correia <email@hidden>)
 >Re: How to prevent NSApp from NSBeeping ? (From: "Daniel Angermeier" <email@hidden>)

  • Prev by Date: Re: How to create .widgetplugin with java source file??
  • Next by Date: Re: NSMutableString appendString: "appending self" allowed?
  • Previous by thread: Re: How to prevent NSApp from NSBeeping ?
  • Next by thread: Color matching of NSBitmapImageRep
  • Index(es):
    • Date
    • Thread