Re: openUntitledDocumentOfType:(Error)
Re: openUntitledDocumentOfType:(Error)
- Subject: Re: openUntitledDocumentOfType:(Error)
- From: Charilaos Skiadas <email@hidden>
- Date: Thu, 10 Mar 2005 22:48:35 -0600
On Mar 10, 2005, at 10:03 PM, Chris Outwin wrote:
myDocRef =[[ [NSDocumentController sharedDocumentController]
openUntitledDocumentOfType:@"myDocSubClass" display:YES]retain];
Is the name of the type of your document really "myDocSubClass" ? This
sounds more like the name of the custom NSObject subclass that you have
set up to handle those document types. You would probably want to use
the string from CFBundleTypeName there.
Haris
_______________________________________________
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