Dear Growl maintainers and interested parties,
I have been trying to use AppleScript to create Growl notifications
from Weather Station management software. My scripts work perfectly
well on my own computer, but when I try to use the networking feature
of Growl, the notifications do not appear on receiving computer.
Worse, Growl appears to "crash" on the receiving computer and won't
display any notifications local to it or sent from outside. The
script I am using is ridiculously simple:
tell application "GrowlHelperApp"
-- Register our script with growl. Display the LWCC icon to
associate the notification with LWC
set the allNotificationsList to {"LWC Growl notification"}
set the enabledNotificationsList to allNotificationsList
register as application "LWC Growl trigger" all notifications
allNotificationsList default notifications enabledNotificationsList
icon of application "LWCC"
-- Now display the notification. Change the title and description
text here.
notify with name "LWC Growl notification" title "Weather event title"
description "Weather event description" application name "LWC Growl
trigger" with sticky
end tell
Using the networking features from some other Growl application like
growlnotify works perfectly well. Unfortunately, there is no crash
log on either computer and nothing in the system.log of either
machine. Can anyone give me a suggestion as to what might be going
wrong here?
Thanks in advance for your assistance,
Sincerely,
Edouard Lagache
Orinda, CA
[email protected]
P.S. Both computers are Intel Macs, running 10.5.8 (all patches
applied), and running Growl 1.2.
--
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.