matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Format Codes and Interface Windows
quote: Originally posted by Matti
2. Actually, the Rich Edit Control doesn't support those tags. However, it does allow you to use PlusWnd::RichEdit_SetCharFormat to set the style of the current selection. This allows you to create a WYSIWYG editor with format buttons (although I have no idea how you would read the format out of the control afterwards).
xml code: <Control Id="lblWinner" 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>
|
|