Hey There,
according to the documentation i can fire a growl-notification by
window.fluid.showGrowlNotification({
title: "test title",
description: "my description",
priority: 1,
sticky: false,
identifier: "testingIdent",
onclick: function(){alert(1)}
})
But the Notification does only show the logo, no title, no description
and the onlick is not getting fired as well.
I am using Growl 1.2.1 and fluidapp 0.9.6
Am i missing something?
Cheers, Fabian
--
You received this message because you are subscribed to the Google Groups
"fluidapp" 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/fluidapp?hl=en.