quote:
Originally posted by Zeh
The code you sugested doesn't work. The colors are right but they appear in the same line wich makes impossible to read part of the message because of the toast's size. And also the first .$0 still appers between online and offline contacts.
That's because I forgot to put in a space, and because your code had a full stop instead of the dot in the middle on the $0, which is why I suggested the simpler colour codes.
code:
MsgPlus.DisplayToastContact('Contact Counter', '[c=green]Contacts online: '+online+'[/c] '+'[c=red]Contacts offline: '+offline+'[/c]','');
Try that...
EDIT: Tried it, doesn't fit, this is better:
code:
MsgPlus.DisplayToastContact('Contact Counter', '[c=green]Online: '+online+'[/c] '+'[c=red]Offline: '+offline+'[/c]','');