Documents and "Created with:"
Documents and "Created with:"
- Subject: Documents and "Created with:"
- From: Darrin Filer <email@hidden>
- Date: Fri, 15 Feb 2002 16:19:38 -0500
What is the preferred method of setting a Document's "Type:" and
"Created With:" strings shown in the finder's Show Info panel?
My app properly reads in files of the appropriate type and grays out
ones of other types. However, when I go to save a file via
- (NSData *)dataRepresentationOfType:(NSString *)aType
the written file is of Type: Document and Created with: Not available
None of the other NSDocument saving methods are overridden and my target
has its Document Type information set in PB. I've even tried setting the
file's type with NSDocument's setFileType: method.
_______________________________________________
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.