Shoutbox

[ASK] Plus Code in script interface - 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: [ASK] Plus Code in script interface (/showthread.php?tid=92244)

[ASK] Plus Code in script interface by Suxsem on 09-16-2009 at 08:14 PM

hi all!
if i put [a=2]try[/a] in my personal message i can see colour text...
but, how i can to get this effect in the interface of my script? can i use an EditControl?

more simple...
PlusWnd.SetControlText(myEditControl,"[a=2]try[/a]") > colour text
how?
thank :)


RE: [ASK] Plus Code in script interface by matty on 09-16-2009 at 08:20 PM

XML code:
        <Control Id="lWinner" xsi:type="RichStaticControl">
            <Position Top="182" Left="8" Width="185"/>
            <Attributes><Align>Center</Align></Attributes>
            <Caption>[c=#666666]Messenger Plus! [b][c=#FF9900]Live[/c][/b] Script Contest Winner[/c]</Caption>
        </Control>


RE: [ASK] Plus Code in script interface by Suxsem on 09-16-2009 at 08:25 PM

very thank! i love you! XD
bye ^^