[EventServer] How to notify it ?
#1
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:
Code:
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 ?
Reply

Logout Mark Read Team Forum Stats Members Help
[EventServer] How to notify it ?0