On Friday, June 28, 2013 2:51:55 PM UTC+2, Brett Swift wrote:
>
> The growl script was looking for a GrowlHelperApp and wouldn't compile 
> without it.
>
 
Find All Applications (Catalog) → GrowlHelperApp ⇥ Get Absolute (POSIX) Path

I have a very old version of Growl still running in ML. Mine is at 
/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app. 
Yours might be in Growl.app's bundle.

Any tips to debug this?
>

In AppleScript Editor leave e.g. these lines out

*using terms from* *application* "Quıcĸsıɩⅴεʀ"

*on* *process text* theText

*end* *process text*

*end* *using terms from*

and add

*set* theText *to* "something"

and run.

To check what's not working add at your discretion

*do shell script* "logger -t " & myTag & space & myMes

--

*display dialog* "my variable: " & myVar

--

*return* myVar


HTH

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to