2023-08-23 12:52 AM
Hi, I have a question about the entering character in the TouchGFX Designer.
I want to realize character input by flick operation like a smartphone, but I can't find it on the demo screen.
When entering characters, is there only a way to place one button per character?
Solved! Go to Solution.
2023-08-23 04:56 AM
Hello @TN ,
There's no example showcasing flick keyboard but that's a good idea, thank you :)
I don't think it's too complicated to create and it doesn't necessarily require extra button. This should be doable by getting the gesture event coordinates.
(source : https://k-tai.sharp.co.jp/support/w/wx04sh/manual/online/en/en_cont/02_5_wx04sh.html#a1)
In the example above, pressing the "7" button will allow you to enter "R" if you swipe up, "S" if you swipe right, "Q" if you swipe left, "7" if you swipe down, and finally "P" if you release your press (behaves as a click).
So you'll only need to know which direction you'll swipe and based on that you can know which characters it corresponds to.
Hope it helps :)
2023-08-23 04:56 AM
Hello @TN ,
There's no example showcasing flick keyboard but that's a good idea, thank you :)
I don't think it's too complicated to create and it doesn't necessarily require extra button. This should be doable by getting the gesture event coordinates.
(source : https://k-tai.sharp.co.jp/support/w/wx04sh/manual/online/en/en_cont/02_5_wx04sh.html#a1)
In the example above, pressing the "7" button will allow you to enter "R" if you swipe up, "S" if you swipe right, "Q" if you swipe left, "7" if you swipe down, and finally "P" if you release your press (behaves as a click).
So you'll only need to know which direction you'll swipe and based on that you can know which characters it corresponds to.
Hope it helps :)
2023-08-23 09:33 PM
Thank you for answering, @Osman SOYKURT .
It can be realized depending on the software implementation.
It's a little complicated, but I'll do my best to design it.
2023-08-24 01:55 AM
Hello @TN
Best of luck! ;)
Don't hesitate to ask if you need support on making it.
2023-09-04 12:55 AM
Hello @Osman SOYKURT
This is a impudentrequest, but if you are willing, could you please answer the following questions?
Re: Is vertical swipe possible in Touch GFX Design... - STMicroelectronics Community
We cannot proceed to the next step until we know that it is possible.
We apologize for the inconvenience and thank you for your understanding.