PDA

View Full Version : Making TextInput comp work with on-screen keyboatf code


anthonyp
10-26-2006, 01:15 PM
Hi guys, its my first time here!

Hopefully you can help me out with this one.

Ive made an onscreen keyboard that types text to a dynamic text field, lets call it textField.

However my problem is i cant get it to work with a TextInput box (flash 8 component)

Ive tried the following but does not work

textin is the component name for the TextInput component

var TextInput = textin.text
or

TextInput - textin.text

Any help would very gratefully recieved as i'm pulling my hair out!

Many thanks in advance.

Anthony