i am working on a project that is displaying html in the Flex Text component
(via htmlText). it works great for showing basic html (b, i, u) but when i
add an image it does not show the correct size.

- is there a way to know when the image(s) have loaded in the text
component?
- i looked at a property called textHeight and it has a greater height than
the height property. when i set the component height to this value it shows
almost all the image but it is still too short
- when debugging the text component i saw a yellow property in the debugger
called, "$height". this value had the correct height of the text component
with image. any way to get this value?
- is there a way to undefine the height so that it goes back to autosizing
itself? ie, mytext.height = null; // component remeasures itself

thanks friends
  • [flexcoders] dorkie dork from dorktown

Reply via email to