Window will no longer close
Window will no longer close
- Subject: Window will no longer close
- From: T Reaves <email@hidden>
- Date: Fri, 27 May 2005 22:59:16 -0400
I have an application that I just added a second NIB file to.
The user clicks a button, and the second NIB is loaded. Now, once
the second NIB has been opened, the main window will no longer
close. It does not respond to quit keyboard shortcut, and quit is
disabled in the menu.
I'm assuming that this has something to do with a should close
method returning NO, but I'm not sure. I make sure I have released
all programatically created resources in the second window. The
second window closes fine. Actually, the first window closes fine as
well, it's just that the application won't quit.
How should I go about debugging this? My main window's
controller is returning YES to the applicationShouldTerinate:
message. The app quits fine if I do not open the second NIB.
Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden