There are multiple applescripts that you can download: http://growl.info/documentation/applescript-support.php lists at least 2. Scroll to the bottom and the control script and see what it produces for you.
Chris On Tue, Nov 1, 2011 at 12:47 AM, George C <[email protected]> wrote: > While trying to figure out why my existing AppleScripts no longer > worked with 1.3, I downloaded the sample AppleScript from the main > site. When I run it as-is via AppleScript Editor, I get the following > error: > > error "Growl got an error: Exception raised while processing: *** - > [__NSArrayM insertObject:atIndex:]: object cannot be nil" number 1 > > AppleScript Editor highlights this section of the code: > > register as application ¬ > "Growl AppleScript Sample" all notifications > allNotificationsList ¬ > default notifications enabledNotificationsList ¬ > icon of application "Script Editor" > > I'm assuming this is part of the reason my custom scripts are failing, > but have no idea how to fix this or even what the error means. > > -- > 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. > > -- 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.
