Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

keyboard with c#

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
resatee

keyboard with c#

Post by resatee » 22 May 2014, 13:07

Hi everyone!
I want to input text via a virtual keyboard. To realise the keyboard I gave every single letter its own button. These buttons are inputted in a c# script as strings. I used the simple code text = text +"a" and so on to create the text. As output I have the string variable " text". This variable is linked to a "Convert to text". Now my problem is that when I press the button a, the a doesn't appear on screen. Can anybody tell me what I'm doing wrong or how I can realise the keyboard more simple? Thank you

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: keyboard with c#

Post by Daniel Willer » 22 May 2014, 13:17

I thinnk you forgot to set the changed flag.
Please read the User Manual for further information.

Post Reply