Re: Q: Filter Services
Re: Q: Filter Services
- Subject: Re: Q: Filter Services
- From: Douglas Davidson <email@hidden>
- Date: Thu, 13 Jun 2002 14:26:34 -0700
On Thursday, June 13, 2002, at 02:09 PM, Marco Scheurer wrote:
I'm still struggling with filter services, and I'm beginning to wonder
if they work at all to convert files to a "non standard" format
(meaning not one already supported by AppKit), or if they do, if they
work for NSDocument based applications.
Not everything comes for free in the kit. The subsystems that use
filter services must explicitly make use of the pasteboard filtering
methods, typesFilterableTo: and pasteboardByFiltering.... I believe
currently it's just images and text that do this. You may need to use
them yourself if you want them for your own custom types.
Douglas Davidson
_______________________________________________
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.