PDA

View Full Version : dynamic textfields


adroitemedia
03-19-2003, 01:44 AM
hello all!!
i have two input text fields "first" and "last" names. When "create" button is clicked, i have the input text going into 2 dynamic textfields.

What i would like to have happen is the dynamic textfields length to be determined by the amount of text in the input text field.

i.e.: input text field :
first name : 123456789
Last name : 1234

Dynamic Text Field LENGTH is equal to :

First Name = 123456789 (lenght of text field is ONLY 9 characters)
Last Name = 1234 (lenght of text field is ONLY 4 characters)


Does anyone follow me?
Thanks in advance for the help....

CyanBlue
03-19-2003, 04:55 AM
Howdy...

Check out the 'TextField.autoSize'... ;)

adroitemedia
03-19-2003, 12:20 PM
AWESOME DUDER!! this is like the 3rd time you helped me!!

MANY MANY THANKS!!

CyanBlue
03-19-2003, 12:24 PM
No problem... ;)

I am just returning the favor that I have gotten... I am sure you will do the same thing when you can, right??? :D

adroitemedia
03-19-2003, 01:00 PM
no doubt, i attempt to now!!