Re: Stop window from closing
Re: Stop window from closing
- Subject: Re: Stop window from closing
- From: Greg Hulands <email@hidden>
- Date: Mon, 22 Sep 2003 10:43:10 +1000
NSApplications delegate method applicationShouldTerminate or
applicationShouldTerminateAfterLastWindowClosed might be what you are
after.
On Monday, September 22, 2003, at 10:22 AM, Mark Davis wrote:
I need to know how to stop a window from closing without using
windowShouldClose (it doesn't get called when the application is
quitting).
I need to be able to cancel quitting and closing of the window so I
can show the save changes sheet.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.