Re: [Gambas-user] HTML in Text Label

2009-04-22 Thread BenoƮt Minisini
> I'm trying to insert some basic HTML into a text label and from the docs, > "" should work, but it displays the text align=center>. Meanwhile , , etc. seems to work well. Also, > TextLabel1.alignment = 3 has the result I want. Am I missing something? > > Jason I think you must write ''. Withou

Re: [Gambas-user] HTML in Text Label

2009-03-11 Thread richard terry
On Wed, 11 Mar 2009 02:57:39 am Jason Hackney wrote: > I'm trying to insert some basic HTML into a text label and from the docs, > "" should work, but it displays the text align=center>. Meanwhile , , etc. seems to work well. Also, > TextLabel1.alignment = 3 has the result I want. Am I missing so

[Gambas-user] HTML in Text Label

2009-03-10 Thread Jason Hackney
I'm trying to insert some basic HTML into a text label and from the docs, "" should work, but it displays the text . Meanwhile , , etc. seems to work well. Also, TextLabel1.alignment = 3 has the result I want. Am I missing something? Jason -