2020-02-14 02:07 AM
Hi,
I'm making an embeded app with the STM32F746 discovery kit and TouchGFX 13.0.0.
I need to implement a keyboard in order to write in different text areas. I know that there's an example of keyboard already made, but it doesn't show anything on the editor. I would like to know if there's some keyboard widget or something like this.
Furthermore, i need to use the keyboard for several text areas, and don't know how to implement it.
Thanks a lot!
Dani
2020-02-14 05:08 AM
Hi. Have you checked this thread? Or is that the same example as you are referencing?
https://community.st.com/s/question/0D50X0000AIdyAu/support-for-a-keyboard-widget
2020-02-16 11:20 PM
HI,
Yes, this is the one i'm referencing that doesn't work. I think i have to implement it completely.
2022-09-15 01:50 PM
I might try to use the modal to create a custom keypad. I think it would be less work.