ello
just got mx 04 pro so I’m playing around with some of the new features and seeing what can be done.
Anyway I’m checking out the support of <img> tags in html enabled textfields and I’ve found that if I make the textfield autosize it doesn’t load my image.
here’s what I mean:
Caption = "test <br><img src=\"Bug.jpg\">";
works fine, loads my bug image
Caption = "test <br><img src=\"Bug.jpg\">";
CaptionField.autoSize = true;
fails to load the image
anyone know why this is and if there’s a workaround? its pretty important that I can have dynamically sized textfields with images in them for a project I’m working on
cheers all
(-: