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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to