applescript and Growl
Posted: Sun Feb 24, 2008 9:49 pm
hello,
I'm using this script with growlHelperapp, but nothing appends
can you help me, My script is well register in Growl.
I'm using growl 1.1.2 on Leopard
Thanks a lot
I'm using this script with growlHelperapp, but nothing appends
can you help me, My script is well register in Growl.
Code: Select all
tell application "GrowlHelperApp"
set the List_of_alerts to {"My first notification"}
set the enabledNotificationsList to {"My first notification"}
register as application "My Script Growl" all notifications List_of_alerts default notifications {"My first notification"} icon of application "Finder"
notify with name "Mon alerte" title "hello" description "blalbla" application name "My Script Growl" icon of application "Finder"
end tell
Thanks a lot
