Re: Problem with MakeKeyandOrderFront
Re: Problem with MakeKeyandOrderFront
- Subject: Re: Problem with MakeKeyandOrderFront
- From: Amy Heavey <email@hidden>
- Date: Wed, 6 Oct 2010 06:02:12 +0100
nothing in the main console app.
I only have this problem using the large data file I've created. I've
been adding data to the app and now this just won't work. If I move
the xml file or the app it's fine. It's fine running in xcode too.
I think I'll have to move to an sqllite store and start all over again,
Amy
On 5 Oct 2010, at 20:59, Ken Thomases wrote:
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