2020-08-02 11:56 PM
hi,i'm new touchgfx user, i want to have a numpad , is there any way to custmize keyboard sample?
2020-08-03 06:55 AM
Hello,
Yes it should be possible. As you correctly said, you can customize the keyboard example to create a numpad.
We don't have a dedicated numpad example so you need to start from the keyboard example.
I will see if I can make one when I have time.
/Alexandre
2020-08-09 12:06 AM
oh thank u , so if you have a time plz help me.
2020-08-23 01:36 AM
oh i wrote a code for numpad with edit touchgfx sample every thing is good but i don't know how can i change keyboard size... my design is:
but in the simulator
how can i resolve this problem?
2020-08-23 04:26 AM
oh i forget to save that the problem solved with:
keyboard.setPosition(80, 16, 220, 340);:grinning_face_with_sweat: :grinning_face_with_sweat:
2020-08-24 01:41 AM
Hello,
Glad you could implement your numpad :) and sorry that I didn't have time for it, this month was pretty busy.
Would it be possible for you to provide a sample code on this thread so that it can help other people ?
/Alexandre
2020-08-26 04:59 AM
of course , i must wrote a doc for it after completion i upload it in gitlab & put a link...
2021-02-19 12:23 AM
Hi! I'm trying to implement the numpad too. Could you please share the code?
2021-02-19 12:34 PM
2021-02-19 02:54 PM
Thank you very much!