Problems with ApplicationShouldTerminateAfter...
Problems with ApplicationShouldTerminateAfter...
- Subject: Problems with ApplicationShouldTerminateAfter...
- From: Roberto Sobachi <email@hidden>
- Date: Mon, 23 Feb 2004 11:57:57 +0100
I'm trying to implement
- (BOOL) applicationShouldTerminateAfterLastWindowClosed:(id)sender
{
return YES;
}
but when I try to close Last window with the CLOSE button, It doesn't
close. When I try to clisk icon in dock, it returns me a panel window
with the text:
can't create new document. Why?
The last window has the delegate class.
Roberto Sobachi
_______________________________________________
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.