Click on Notification result
Posted: Tue Jun 24, 2008 7:21 pm
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:
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?
Code: Select all
tell GrowlHelperApp
set dismissed to notify with name ..... etc.
end tellIs this likely to ever happen?