8/25/2010 11:53:50 PM
Title:
On screen keyboard
How to write onscreen keyboard from flex application which be written on notepad
8/26/2010 12:52:19 AM
onscreen keyboard is just a set of buttons which append text on click to a textfield.
say your text field is myText, on c button click you just need to add
myText+="a"; similarly add code for all the characters
8/26/2010 12:54:29 AM
check this link to create onscreen keyboard in flex, source code is also provided.
http://www.actionscript.org/resources/articles/711/1/AS3-On-Screen-Keyboard/Page1.html