Click on Notification result

The Growl forums have moved to Google Groups, this forum is read only.
Locked
NovaScotian
Harmless
Posts: 1
Joined: Sat Jun 21, 2008 2:55 pm

Click on Notification result

Post by NovaScotian »

When 1.1.4 was "growled" all I had to do was click on the notification to download the new version, but the Growl AppleScript dictionary does not include that capability, i.e., that a dismissed growl will return an apple event to the growl script that produced it:

Code: Select all

tell GrowlHelperApp
    set dismissed to notify with name ..... etc.
end tell
where "dismissed" would have a value if the notification had been clicked before it timed out and a different value if it timed out. A timeout setting would be required to avoid hanging the script.

Is this likely to ever happen?
Locked