App Delegate method not being called
App Delegate method not being called
- Subject: App Delegate method not being called
- From: koko <email@hidden>
- Date: Mon, 27 Jun 2011 13:48:29 -0600
Under what conditions or causes would preclude an app delegate meth from being called?
At start up in appDidFinishLaunching I log the delegate for reference.
Then I execute a method and at the end of the method I log the delegate again for comparison and it checks out.
Now when I click the red close button the app delegate method applicationShouldTerminate is not called.
However, if I do not execute the method referenced above applicationShouldTerminate is called when clicking the close button.
Where should I look for ?corruption of the deleagate ... or just what.
-koko
_______________________________________________
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