Re: applicationShouldTerminate: still not working
Re: applicationShouldTerminate: still not working
- Subject: Re: applicationShouldTerminate: still not working
- From: Andy Lee <email@hidden>
- Date: Sun, 20 Nov 2005 14:50:16 -0500
On Nov 20, 2005, at 2:42 PM, Timothy Reaves wrote:
I've seen several posts in the archive about this, including my
own. So I know I'm not the only one experiencing this. I have a
fairly standard app; problem is, several window delegate methods
are not being called, applicationShouldTerminate: being one of
them. Several others, including windowShouldClose: are called fine.
-applicationShouldTerminate: is not a window delegate method; it is
an application delegate method. You need to set the delegate outlet
of your app's NSApplication instance.
--Andy
_______________________________________________
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