Re: Best 'Cocoa' File Preview
Re: Best 'Cocoa' File Preview
- Subject: Re: Best 'Cocoa' File Preview
- From: Julien Jalon <email@hidden>
- Date: Mon, 13 Jul 2009 02:01:01 +0200
On Mon, Jul 13, 2009 at 12:58 AM, David Blanton <email@hidden>wrote:
> I am traveling down the QuickLook path ...
>
> I have followed all directions but my code is not being called by qlmange
> as evidenced here:
>
> 7/12/09 4:46:08 PM qlmanage[855] [QL] Thumbnailing
> /users/davidblanton/Aibnb18.pes. Content type UTI: dyn.ah62d4rv4ge81a3px.
> Generator used: None
> 7/12/09 4:46:08 PM qlmanage[855] [QL] Thumbnailing for
> /users/davidblanton/Aibnb18.pes done (No image created).
>
>
> Is there some known secret sauce not divulged in the docs?
>
>
Your file type (UTI) should be declared somewhere (in your app or in the
plug-in). Still, during development, the file type registration might not be
done when you want to you can use:
"qlmanage -t -c <com.mycompany.mytype> </path/to/file>"
to override type identification.
--
Julien
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden