Search found 4 matches

by wordtech
Fri Aug 01, 2008 10:34 pm
Forum: Growl
Topic: GrowlHelperApp: "Invalid connection"
Replies: 1
Views: 2365

Re: GrowlHelperApp: "Invalid connection"

Um, it would really help if I turned Growl on in the prefspane.... :rolleyes:
by wordtech
Fri Aug 01, 2008 5:25 pm
Forum: Growl
Topic: GrowlHelperApp: "Invalid connection"
Replies: 1
Views: 2365

GrowlHelperApp: "Invalid connection"

I'm trying to add Growl support via AppleScript for an application I'm developing. Testing out Growl 1.1.4's AppleScript interface using the sample script at the Growl website (http://growl.info/documentation/applescript-support.php), I get this error: GrowlHelperApp got an error: Connection is inva...
by wordtech
Tue Jun 03, 2008 12:44 am
Forum: Growl
Topic: osascript & Growl
Replies: 1
Views: 1876

Re: osascript & Growl

Got it working. I didn't correctly parse the list of notifications to get the right one. Here's what I came up with: property theAppName : {} property theTitleString : {} property theGrowlString : {} on run args checkGrowl() set theAppName to item 1 of args set theTitleString to item 2 of args set t...
by wordtech
Mon Jun 02, 2008 9:21 pm
Forum: Growl
Topic: osascript & Growl
Replies: 1
Views: 1876

osascript & Growl

I'm trying to put together an AppleScript to post Growl notifications that I can call from the command line. The idea is to call the script in this fashion: "osascript macgrowl.applescript AppName Title Description". The script below has no errors that I can identify--it compiles fine in S...