2019-05-14 12:19 AM
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.
2019-05-20 11:56 PM
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?
2019-05-21 03:42 AM
Let me try and I will get back to you with the result.
Thanks again :)
-Shirish
2019-05-21 03:50 AM
No problem! Let me know.
/Martin
2020-06-24 08:41 AM
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?