touch screen application
Hi,
I am developing an touch screen application. In my appliation, the user can enter data into the text fields by clicking on the touch keyboard on the screen as well as the regular keyboard.
So here is the scenerio:
When the user is on the text field, he touches the keyboard button which will bring up the touch keyboard widow, which will in turn take away the focus from the text field. So when i press the keys on the keyboard the data is not going to the text field. So my problem is when the user touches any key on the touch keyboard, the corresponding data should go into the text field that have a focus.
So please help me find the way to make sure when i press the touch sreen keyboard, the character goes to the correct field.
please help me with the solution , any code segments are appreciated
thanks in advance

