Asure
2009-08-10, 12:43
I've been trying to get eventserver notifications going.
They don't seen to work as shown in the example notification scripts (and/or eventclients.)
This will not display:
packet = PacketNOTIFICATION("New Mail!", # caption
"RE: Check this out", # message
ICON_PNG, # optional icon type
"../../icons/mail.png") # icon file (local)
Only messages with caption/message are shown with a generic icon.
Anybody know what was changed in the format ?
They don't seen to work as shown in the example notification scripts (and/or eventclients.)
This will not display:
packet = PacketNOTIFICATION("New Mail!", # caption
"RE: Check this out", # message
ICON_PNG, # optional icon type
"../../icons/mail.png") # icon file (local)
Only messages with caption/message are shown with a generic icon.
Anybody know what was changed in the format ?