Hi, i'm using TextFormat() to display dynamic text (from XML).

Assuming this line: GeneralQLFormat = new TextFormat();

and then:

GeneralQLFormat.html = true;

the dynamic text that comes the DB is in htm format, example: <b>text</b>
but it doesn't display the "text" in Bold, nor it shows the tags (<b>) what going on???????

thanks in advance,
Maya.