RE: [Scripting Bug] RichEditControl and SetControlText
In rich text controls, you have to use messages to set the format, Plus! just calls the SetWindowText API. BBCode tags are not parsed in rich edit controls because Plus! has no need to anywhere in the program. The chat window edit box is not a standard rich edit control, so Plus! has no need to hook into them, as opposed to rich static controls, which Plus! uses and hooks.
Another RichEditControl bug is that when you move a window, they appear, even if their Visible attribute is set to false.
|