FROM : Craig Bakalian
DATE : Fri Nov 22 12:17:53 2002
Hi,
I know how to set a subclass of NSDocument in the Document Types of
Project Builder, yet how does one return the extensions of that
subclass which has been set up in the target settings of PB?
For example, to get the document types for a NSDocument subclass all
one has to do is-
+(NSArray *)documentTypes
{
return [self writableTypes];
}
Yet, is there a simple way to return the extensions of the
writableTypes?
Craig Bakalian
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Fri Nov 22 12:17:53 2002
Hi,
I know how to set a subclass of NSDocument in the Document Types of
Project Builder, yet how does one return the extensions of that
subclass which has been set up in the target settings of PB?
For example, to get the document types for a NSDocument subclass all
one has to do is-
+(NSArray *)documentTypes
{
return [self writableTypes];
}
Yet, is there a simple way to return the extensions of the
writableTypes?
Craig Bakalian
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| No related mails found. | ||






Cocoa mail archive

