[Gambas-user] textedit html behaviour

Benoît Minisini gambas at ...1...
Wed Dec 2 18:37:59 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.

Yes, why?

-- 
Benoît Minisini




More information about the User mailing list