Re: A Quick Look contribution and a question

2011-01-04 Thread Julien Jalon
Look at Apple provided code sample at: http://developer.apple.com/library/mac/samplecode/QuickLookDownloader/Introduction/Intro.html -- Julien Jalon On Monday, January 3, 2011, Brad Stone wrote: > I'm submitting this code for anyone who needs a quick hack to get Quick Look > working.  It's a

Re: A Quick Look contribution and a question

2011-01-03 Thread Seth Willits
On Jan 3, 2011, at 8:42 AM, Brad Stone wrote: > I don't think the Quick Look documentation is as robust as it can be, I'm > still trying to figure out how to do the same thing the right way. Roughly: @interface MyView : NSView { QLPreviewPanel * mQLPreviewPanel; } - (IBAction)toggle