cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a keyboard with TouchGFX?

DCost.1
Associate II

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

3 REPLIES 3
Mon2
Senior III

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

DCost.1
Associate II

HI,

Yes, this is the one i'm referencing that doesn't work. I think i have to implement it completely.

BRobb.1
Associate III

I might try to use the modal to create a custom keypad. I think it would be less work.