[Gambas-user] Embedding a bulleted list in a text label

M0E Lnx m0e.lnx at ...626...
Tue Mar 18 15:30:10 CET 2008


I'm trying to format text in a text label in an attempt to make a
bulleted list. I've been trying to use this HTML to format it.
<ul>
<li>Item1</li>
<li>Item2</li>
<li>Item3</li>
</ul>

But when I run the code, the textlabel displays exactly that... the
html code... not the formatted text... which makes me wonder 2
things... up to what point is one able to use HTML tags within gambas
to format text, and then, how can I accomplish this?

using gambas2-2.3

Regards, M0E




More information about the User mailing list