Re: quick look question

2011-08-18 Thread Julien Jalon
See QLPreviewPanel http://developer.apple.com/library/mac/#documentation/Quartz/Reference/QLPreviewPanel_Class/Reference/Reference.html On Wed, Aug 3, 2011 at 6:10 AM, Rick Corteza wrote: > Hi again, > > I double-checked but isn't it that this one is just to create thumbnails? > Actually runni

Re: quick look question

2011-08-03 Thread Rick Corteza
Hi again, I double-checked but isn't it that this one is just to create thumbnails? Actually running /usr/bin/qlmanage -p is exactly what I'm trying to do because I want to display short video clips not just still images. If only it didn't put [DEBUG] in the title bar it would probably be good e

Re: quick look question

2011-08-02 Thread Rick C.
Awesome thank you! I had seen one for thumbnails but I didn't realize there was one that called qlmanage. I'll check it out! On Aug 2, 2011, at 7:00 PM, jonat...@mugginsoft.com wrote: > > On 2 Aug 2011, at 11:39, Rick C. wrote: > >> Hi all, >> >> I want to include this feature in my app an

Re: quick look question

2011-08-02 Thread jonat...@mugginsoft.com
On 2 Aug 2011, at 11:39, Rick C. wrote: > Hi all, > > I want to include this feature in my app and the way I want it to work is if > a user selects a file in my table view and clicks a button it will open that > file in a quick look panel just the way it works in Finder. Actually if > there

quick look question

2011-08-02 Thread Rick C.
Hi all, I want to include this feature in my app and the way I want it to work is if a user selects a file in my table view and clicks a button it will open that file in a quick look panel just the way it works in Finder. Actually if there was only a way to trigger that easily like NSWorkspace