rbrcurtis
unread,Aug 31, 2011, 2:15:05 PM8/31/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fluidapp
I can't seem to get the onclick callback for growl notifications to
work. Ideally I would like it to bring the window when I click the
growl notification, but I can't even get a notification to work. Any
suggestions?
window.fluid.showGrowlNotification({
title: unreadMsgCount + ' new message' + ( unreadMsgCount == 0 ||
unreadMsgCount > 1 ? 's' : '' ),
description: null,
priority: priority,
onclick:function(){
alert('hi');
},
sticky: sticky
});