Hi I'm having issue with auto sizing a "linked" (not sure thats the correct wording) tlf text field.


Basically I have a tlf field labeled txt1 this is linked to another tlf field called txt2.

once txt1 is full the text overflows in to txt2.

I want txt2 too auto size left so that it re sizes depending on how much text there is to display.

Unfortunately it doesn't seem to work... I just have two lines of code for this...


txt2.autoSize = TextFieldAutoSize.LEFT;
txt1.text = "big ass long string so that it overflows in to txt2!"


So basically txt2 doesn't autosize to take on the extra text....

Any ideas?

thanks
Aidan