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 (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to