I'm working on it, but I can't get some of the applescripts to actually run. It's the first thing on my todo list for today actually.
-- Chris Forsythe On Thursday, October 27, 2011 at 10:48 AM, Rudy Richter wrote: > We're aware, Chris was supposed to update it earlier this week. > > And this is actually not the most compatible way of doing it either; I > have updated that specific section of the applescript docs to figure > out if growl is running for both 1.2.x and 1.3. as well as the linked > to example script. > > -rudy > > On Oct 27, 10:57 am, SpiralOcean <[email protected] (http://gmail.com)> > wrote: > > 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.
