>    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

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to