irix
10-15-2009, 07:43 AM
Hi all,
I've tried to make a fill-in form for a touch screen, so the keyboard needs to be on-screen.
So I created buttons, each with a letter and some input fields.
Then for scripting I tried this:
Q: Input.SetText("Input1", "Q");
W: Input.SetText("Input1", "W");
and so on, but it doesn't add, it replaces the text within input1.
Is it possible to make the buttons function as on screen keyboard? Or is there any other possible solution for this?
Thanks.
I've tried to make a fill-in form for a touch screen, so the keyboard needs to be on-screen.
So I created buttons, each with a letter and some input fields.
Then for scripting I tried this:
Q: Input.SetText("Input1", "Q");
W: Input.SetText("Input1", "W");
and so on, but it doesn't add, it replaces the text within input1.
Is it possible to make the buttons function as on screen keyboard? Or is there any other possible solution for this?
Thanks.