growl onclick callback problems

39 views
Skip to first unread message

rbrcurtis

unread,
Aug 31, 2011, 2:15:05 PM8/31/11
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
});
Reply all
Reply to author
Forward
0 new messages