cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX Custom Keyboard

Shirish
Associate II

Hello,

I am fairly new to the TouchGFX designer and am trying to build an application where I can copy the contents typed using the keyboard on a screen(Custom Keyboard application provided with the designer) to a TextArea on another screen. I would really appreciate any help regarding this problem.

I am using a STM32F746G-DISCO Board.

Thanks in advance.

13 REPLIES 13

Hi @Shirish​,

Sure, i think i understand. You need to store a Unicode buffer that is as large as any kind of input you can get from the Keyboard. To achieve what you're describing just pass the buffer to the presenter once you're done and on to the model where you can store it. Then once you active a different screen, the presenter activate() method could simply retrieve this stored Keyboard "state" from the model.

Does that make sense?

Let me try and I will get back to you with the result.

Thanks again :)

-Shirish

No problem! Let me know.

/Martin

apronin47
Associate II

Martin, good afternoon!

Please help with advice on how to change the background of the keyboard in this example.

And one more question. Why can't I use the "keyboard widget" in the field of available widgets from the touchGFX?