Re: Problem with MakeKeyandOrderFront
Re: Problem with MakeKeyandOrderFront
- Subject: Re: Problem with MakeKeyandOrderFront
- From: Ken Thomases <email@hidden>
- Date: Tue, 5 Oct 2010 14:59:28 -0500
On Oct 5, 2010, at 1:55 PM, Amy Heavey wrote:
> Now when I click the button the focus goes from the main window but the second window doesn't appear. If I move the data file it works fine. Have I just overloaded it already? Even if all I do is open the app and go to the second tab and click the button, nothing?
Check the console log (either in Xcode's console window or the main console log viewable with Console.app, depending on how you ran your app). I bet you're getting an exception, which is just prematurely terminating some operation within your app.
If you're running in the debugger, enable breakpoints and "Stop on Objective-C Exceptions" in Xcode's Run menu.
Regards,
Ken
_______________________________________________
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