tell application id "com.growl.GrowlHelperApp"
        set the allNotificationsList to ¬
                {"TestLogging"}
        set the enabledNotificationsList to ¬
                {"TestLogging"}
        register as application ¬
                "Growl Log Test" all notifications allNotificationsList ¬
                default notifications enabledNotificationsList ¬
                icon of application "AppleScript Editor"

        notify with name ¬
                "TestLogging" title ¬
                "Hi Im number two!
                Testing multi line title" description ¬
                "This is a test AppleScript notification." application name ¬
                "Growl Log Test" icon of application ¬
                "Xcode.app" callback URL ¬
                "http://growl.info"; with sticky
end tell

Clicking the notification should open growl.info in your default
browser.

On Jun 20, 3:05 am, George Papadakis <[email protected]> wrote:
> Any example on how to actually implement it?
>
>
>
>
>
>
>
> On Monday, June 11, 2012 10:59:28 PM UTC+3, Daniel Siemer wrote:
>
> > Was added in Growl 1.4
>
> > On Jun 10, 6:41 am, Czech X Team <[email protected]> wrote:
> > > Hello,
> > > I have a question: statement "callback URL" in AppleScript Growl
> > > dictionary is available from Growl 1.4 or is it also in Growl 1.3?
>
> > > Thank you.
>
> > > -FE

-- 
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.

Reply via email to