Re: In a modal pickle
Re: In a modal pickle
- Subject: Re: In a modal pickle
- From: "Stephen J. Butler" <email@hidden>
- Date: Sat, 19 May 2012 14:23:18 -0500
On Sat, May 19, 2012 at 12:04 PM, NUExchange <email@hidden> wrote:
> I have a core data app that opens two windows when it starts up. One of the two has a NSSearchField. The cursor is in search field and I can enter and delete text, but any other operation on either of the windows causes the screen to flash and the system beeps. This even happens when I hit Command-Q to try to exit the app. Nothing appears in the GDB debugger and if I pause the app in the debugger it's always in main. Any idea what could make it go in such a mode?
Maybe there's an NSBeep() hiding somewhere in your code or a 3rd party
framework? It shouldn't be in the system frameworks, but it has
happened before.
Try setting a breakpoint on NSBeep.
_______________________________________________
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