Shoutbox

Rich Edit Control - 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: Rich Edit Control (/showthread.php?tid=62176)

Rich Edit Control by deAd on 06-30-2006 at 08:52 PM

           

code:
<Control xsi:type="RichEditControl" Id="EditRichEdit">
                <Position Top="40" Width="280" Height="200" Left="5"/>
                <Attributes><TextMode>Rich Text</TextMode></Attributes>
            </Control>

What's wrong with this code? It's not...rich...
RE: Rich Edit Control by J-Thread on 06-30-2006 at 09:34 PM

It is actually works here... When I paste "Rich Text", it does appear in the edit box as rich content. I haven't tried using it, but it seems like the "Rich Edit Box" part works the way you tried..


RE: Rich Edit Control by deAd on 06-30-2006 at 09:39 PM

It appears as normal text for me O_O

EDIT: It works if I copy in rich text. How do I put rich text in through code?


RE: Rich Edit Control by Pai on 07-23-2006 at 12:24 PM

Almost a month later, I've the same problem :S

Is there a way to do this ? I mean, adding rich text through code

Thanks


RE: Rich Edit Control by andrewdodd13 on 07-23-2006 at 12:52 PM

If I understand you guys correctly, you see the text box, but no buttons that change the way the text box works.

Well, that's because you have to code them yourself :)

You can alter the current colour, size, etc using the RTB's properties - which you should be able to find a list of on the MSDN.