On Nov 4, 2010, at 10:11 AM, Rob McBroom wrote: > Here's a chunk from the Viscosity plug-in that figures out if an app is > running (although I suspect you're dealing with AppleScript and not Obj-C).
And in case you run across it in other code, yes there is a predefined way to
do this in Quicksilver:
if ( QSAppIsRunning(@"com.apple.iCal") ) {}
but I had problems with it. I forget the specifics.
--
Rob McBroom
<http://www.skurfer.com/>
