Check out the page. For your specific point here, you'll want this portion: http://growl.info/documentation/applescript-support.php#growlisrunning
And possibly this one: http://growl.info/documentation/applescript-support.php#1.3changes Any feedback would be appreciated as well. :) -- Chris Forsythe On Thursday, October 27, 2011 at 9:57 AM, SpiralOcean wrote: > With the launch of Growl 1.3, it no longer lists as GrowlHelperApp in > the System Events. > > http://growl.info/documentation/applescript-support > > This: > Checking if Growl is running > If you want to distribute your scripts, you should check if Growl is > running before sending any events to GrowlHelperApp in order to avoid > the "Choose Application" dialog. > > tell application "System Events" > set isRunning to ¬ > count of (every process whose name is "GrowlHelperApp") > 0 > end tell > > needs to change to: > count of (every process whose name is "Growl") > 0 > > -- > You received this message because you are subscribed to the Google Groups > "Growl Discuss" group. > To post to this group, send email to [email protected] > (mailto:[email protected]). > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]). > For more options, visit this group at > http://groups.google.com/group/growldiscuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
