[Gambas-user] textedit html behaviour

Ron ron at ...1740...
Wed Dec 2 13:54:50 CET 2009


   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.



More information about the User mailing list