Re: [Flashcoders] AS3: Inserting text into textInput field via code... can't do it?

2009-05-06 Thread Kenneth Kawamoto
You should be able to set the text of a TextFieldType.INPUT type TextField using "text" property as 
you are doing.


Kenneth Kawamoto
http://www.materiaprima.co.uk/

Carl Welch wrote:

Hi,

I need to place some text into a input text field - the user needs to be 
able to edit some text (from a database) and submit it back to a 
database. So far, though, I've been unable to pass any vars to the input 
textfield like this: datatext.text = database_vars;


do I need to handle input textfields differently than a dynamic textfield?

thanks.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] AS3: Inserting text into textInput field via code... can't do it?

2009-05-05 Thread Carl Welch

Hi,

I need to place some text into a input text field - the user needs to  
be able to edit some text (from a database) and submit it back to a  
database. So far, though, I've been unable to pass any vars to the  
input textfield like this: datatext.text = database_vars;


do I need to handle input textfields differently than a dynamic  
textfield?


thanks.
--
Carl Welch
http://www.carlwelch.com
http://blog.jointjam.com
carlwelchdes...@gmail.com
805.403.4819





___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders