Hi,
I wanted to use a textEdit window to be able to do things like bold/colored
text etc for individual lines.
I noticed this behavoir:
sText = "<b>Text</b>"
FLogfiles.txtMainLog.Text = sText
Displays:
Text
sText = "<b>Text</b>"
FLogfiles.txtMainLog.Insert(sText)
Displays:
<b>Text</b>
Is this expected behavior?
Gambas 2.18.x
gb.qt
Ubuntu 9.10
Regards,
Ron_2nd.