Could you post an example with more concrete terms and an actual example script. I don't know if notification is required, if it's a variable, etc. what sets it? does growl set it? is it the name of the notification sent by the application? etc. very confused. a simpler explanation with a concrete example would help a great deal.
On Friday, August 2, 2013 2:17:14 AM UTC+1, Daniel Siemer wrote: > > The folder where the scripts go the same as in those rules (Just don't > name it Rules.scpt). In your script you need an event handler: > > using terms from *application* "Growl" > > on perform action with notification > > (* What you do with the notification goes in here*) > > end perform action > end using terms from > > Then open Growl's preferences, go to the displays tab, find the Script > Action in the list, and select your script. You may have to create a new > configuration (the add config popup at the bottom). Note that the script > action changes its name in the list to the selected script. > > On Thursday, August 1, 2013 12:53:28 PM UTC-5, dewshi wrote: >> >> I'd like to run an applescript every time HardwareGrowler notifies that a >> Volume has mounted. Is this possible? >> >> I see documentation of Applescript rules here: >> http://growl.info/documentation/applescript-rules, but I don't think >> this is what I need. >> >> Does anyone have an example? Thanks. >> > -- You received this message because you are subscribed to the Google Groups "Growl Discuss" 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/growldiscuss. For more options, visit https://groups.google.com/groups/opt_out.
