This question has been asked, but never answered.
I'm cleaning up a project and removing methods deprecated in
10.4. The method
- (id)openUntitledDcumentOfType:(NSString*)docType display:(BOOL)display
was deprecated in 10.4. It says to use
openUntitledDocumentAndDisplay:error: instead. But that method
doesn't take a docType parameter.
This application has several flavors of File > New that each
create a different document type. What's the 10.4/10.5
equivalent method for creating a new document of a specific type?
--
James Bucanek
_______________________________________________
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 [EMAIL PROTECTED]