Re: Document Types
Re: Document Types
- Subject: Re: Document Types
- From: John Warner <email@hidden>
- Date: Fri, 27 May 2005 08:24:50 -0400
On May 27, 2005, at 2:14 AM, Seth Willits wrote:
The way I got the application to accept any file drop was to add
another document type to the plist, which simply had "*" for the
extension and "****" for the OS type. That works, except when I use
NSDocumentController to open a specified file (which is a
supporting RTF document and not my main document), it opens with
that "fake" document instead of the rtf class I have.
I believe you can just move the RTF type ahead of the generic type in
the plist. (Or is it already?) The first match for a file is the one
that will be used.
-John
_______________________________________________
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