Well quite simply, when trying to set the text of a RichEditControl with SetControlText (with Rich Text mode enabled) the text set is not "rich".
Example:
code:
PlusWnd.SetControlText("MyRichEdit", "[b]Testing[/b]");
The text is displayed as [b]Testing[/b] not as it should be
Testing.
The reason I consider this a bug is that when you use SetControlText on a RichStaticControl, it works fine and the text is bold/italic/coloured/whatever.
-----
On a related note, GetControlText when used on a RichStaticControl doesnt return the formatting from the text. Although I realise this is probably just a limitation not a bug.