Skip to main content
Participant
January 18, 2007
Question

Dynamic Text Field

  • January 18, 2007
  • 1 reply
  • 154 views
Hi Guys

Probably a simple question but I am trying to load external text into a dynaimc field. The ammount of text will change and I would like to have the text box resize to fit the text.

I searched and googled with no real results.
You are my last hope before I attempt a hack job (grrrrr).
Thanks in advance.
This topic has been closed for replies.

1 reply

Participating Frequently
January 18, 2007
to autosize
instanceName.autoSize = true;
for multiline
instanceName.multiline = true;
for word wrap
instanceName.wordWrap = true;