Tagged Questions

0
votes
2answers
425 views

Flex 3 htmlText calculates height way wrong and strips span tags

I currently have two problems with Flex 3 htmlText. 1) When I am setting my text's htmlText: myText.htmlText = <html text stored in my mysql database> It calculates the height way wrong. In ...