Thanks. One thing I found out after 6 more hours... I was not forming my URL correctly when I typed part of it out by hand. <shoots self in head with finger> @"file://localhost/Volumes/..." instead of "@"file://Volumes/..." Somehow I didn't think that "localhost" was in the path for URLs on network volumes, I usually Applescript and use Posix paths that start with "/Volumes/..."
Chris ----- Original Message ----- From: Kyle Sluder <kyle.slu...@gmail.com> To: Chris Paveglio <chris_paveg...@yahoo.com> Cc: Norbert M. Doerner <ndoer...@cdfinder.de>; "cocoa-dev@lists.apple.com" <cocoa-dev@lists.apple.com> Sent: Friday, October 7, 2011 11:33 AM Subject: Re: Quicklook not working for network volume items On Oct 7, 2011, at 8:25 AM, Chris Paveglio <chris_paveg...@yahoo.com> wrote: > I don't get any error messages at all. > I feel like I am misunderstanding how quicklook works. Previously I had > assumed that in general, QL stores a file preview inside of the actual file, > like metadata, and calling a QL panel will simply fetch and display the image > from inside a file. But I'll guess that I'm wrong, and in any application, > the QL generator has to generate a preview "on-the-fly" and display that. So > there's not a "static" generated QL image for any file on any drive. Can > someone confirm that for me? Yep. > > "QLThumbnailImageCreate" > I'm looking at the sample project again and seeing this is where it appears a > preview is being generated. It's for the "icon" but I can't figure out where > the "large" preview would be stored. It appears to only be saving a 48x48 > icon. Or does the QL panel some override a small icon preview and do that > call transparently? Er, if you don't want an icon preview, don't pass the IconMode key in the options dictionary. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com