On Jan 6, 2011, at 10:54 AM, Rob McBroom wrote: > On Jan 6, 2011, at 10:28 AM, Howard Melman wrote: > >> I tried the QuickLook one and it didn't work for me. It appeared as a choice >> in the 2nd pane but did nothing when run on a txt file. I'm using B54, I >> don't know if that's an issue. > > The Quick Look action seems to work on all files for me. (I just tried it > with an image, text, Markdown, and a song. All work. The song didn't play > automatically, but was playable.) I'm using B54 as well. > > I don't think I've modified anything from the script as posted on the group's > page, but here it is. > > on open of theFile > set thePath to quoted form of POSIX path of theFile > do shell script "/usr/bin/qlmanage -p " & thePath > tell application Quicksilver to hide > end open
Thanks. That's different than what's posted in the group page and it works for me. Howard
