Hi everyone,

I'm working on a project where I use the Growl SDK to show notifications 
from python, and I'm having trouble getting sticky notifications to work in 
10.8, whereas they are working fine in 10.7.

I'm guessing this is because Notification Center overrides the values I am 
setting via growl.  Does anyone have any suggestions on how to get sticky 
notifications to work in 10.8?

An example call might look like:

            
GrowlApplicationBridge.notifyWithTitle_description_notificationName_iconData_priority_isSticky_clickContext_(
                NSString.stringWithString_('Title'),
                NSString.stringWithString_('A message'),
                NSString.stringWithString_('My notification'),
                None,
                0,
                True,
                None,
            )

and the isSticky parameter seems to be simply ignored in 10.8.  If 
possible, I'd like for a single application to be able to issue some sticky 
notifications and some non-sticky notifications.

Thanks!
Ben

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/growldiscuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to