Need help - Bold characters in toast - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Need help - Bold characters in toast (/showthread.php?tid=62579) Need help - Bold characters in toast by J3ck on 07-05-2006 at 01:15 PM
Hi all RE: Need help - Bold characters in toast by markee on 07-05-2006 at 01:21 PM [b][/b] is what you should be using rather than <b></b>. You have to use BBcode rather than HTML RE: Need help - Bold characters in toast by deAd on 07-05-2006 at 01:33 PM The [b] stuff will only be parsed in DisplayToastContact though RE: Need help - Bold characters in toast by J3ck on 07-05-2006 at 01:37 PM
Thx for your reply Markee code: it's ok but i don't have bold characters...normal ^^ But if i put [/b] as you say me... example : code:+ "SignOut"; or var Message = +Name + + "SignOut"; or var Message = ''Name' + "SignOut"; or var Message = '' + Name '' + "SignOut"; It doesn't work... I tried all solutions that you can see...i don't understand RE: Need help - Bold characters in toast by deAd on 07-05-2006 at 01:39 PM As I said, you need to use DisplayToastContact instead of DisplayToast. RE: Need help - Bold characters in toast by J3ck on 07-05-2006 at 01:43 PM
Thx Dead for reply code: and if i change the line o displaytoast... for displaytoastcontact...it doesn't work. RE: Need help - Bold characters in toast by deAd on 07-05-2006 at 01:58 PM
DisplayToastContact has two lines. code: RE: Need help - Bold characters in toast by markee on 07-05-2006 at 02:15 PM
As deAd said, you have to use the DisplayToastContact rather than just DisplayToast like in the code below. DisplayToastContact goes in the following order - title,unformatted line,formatted line, sound,...... code: NB. I wrote the bold in HTML rather than BBcode because I don't know how to turn this off RE: Need help - Bold characters in toast by J3ck on 07-05-2006 at 02:25 PM
It's wonderfull!! Thank you very much to Markee and Dead, it's nice to helped me quickly |