Warning obsolete shouldCloseWindowController
Warning obsolete shouldCloseWindowController
- Subject: Warning obsolete shouldCloseWindowController
- From: Erez Anzel <email@hidden>
- Date: Wed, 28 Jan 2004 21:36:40 -0500
I receive the following warning in certain circumstances:
2004-01-28 16:00:54.409 Exterior3D[426] *** WARNING: Method
shouldCloseWindowController: in class TBDDocument is obsolete and will
be removed in release GM ***
Nowhere in my code can I find the string "shouldCloseWindowController".
My document class is a subclass of TBDDocument.
I had done a clean install of Panther, updated it to 10.3.2, installed
Xcode 1.1 from CD images, and installed the 10.2.8 SDK. My project's
deployment target is Mac OS X 10.2, and my project is instructed to
cross develop using target SDK 10.2.8.
This warning is written to my project's Run window in Xcode when I
close a window in my app. I ran the app from within Xcode. This occurs
when I am running what I define as a demo version of my app. When
compiling this demo version, my document class has the following code
compiled:
- (BOOL)canCloseDocument
{
return YES;
}
I included this method so that application windows will close without
saving.
Is it me? What should I be doing differently?
TIA...Erez
_______________________________________________
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.