[Gambas-user] textedit html behaviour

Matti math.eber at ...221...
Wed Dec 2 20:44:30 CET 2009


I'm not sure if I understood precisely what you want to do, but:
I spent some time trying to get formatted text into TextEdit and finally used
WebBrowser instead. This works perfectly with html-text.

Matti


Ron schrieb:
>    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.
> ------------------------------------------------------------------------------
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 




More information about the User mailing list