Hi,

I'm building an app in Python and I'd like to be able to use 3 or 4
different durations for my notifiactions.

Specifically, for example:

I want to send a packet to growl from python that will get growl to
pop up "notification 1" with "message 1" for 10 seconds.

A minute later I want to fire over a packet that  will get growl to
pop up "notification 2" with "message 2" for 30 seconds.

etc.

I've searched around extensively on the net and can't figure out a way
to do this. The closest solution involves using the "coalescing"
feature of GAB to replace a sticky notification with one that is not
sticky at a certain time which is managed by my program. But as far as
I can tell this option is not available to programs that communicate
with Growl over the Network Protocol.

An unsatisfactory workaround is to use different display styles (where
the durations can be different for each). But then my notifications
necessarily have to *look* different as well and additionally, the
number of possible durations is limited to the number of styles and
the duration parameter is unavailable to my program for modification.

Any suggestions?

Cheers,
watson

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