Integrate Keyboard in Custom TouchGFX Application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-02 9:38 PM
Hello everyone,
I am trying to build a custom application for my STM32F769i-Discovery Board. The Application consists of a Login Page which will compare the input with existing database and then move to next page after authentication. I wanted help on
1) How I can integrate a keyboard in my Application where user can type username and password?
2) How to make the password encrypted and appear as dots instead of normal characters?
Any help would be highly appreciated. Thanks
- Labels:
-
STM32F7 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-11 8:36 AM
Resolved. I was referencing the callback in my mainview but I was not calling setAction function in my mainscreen that's why gui was crashing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-11 8:42 AM
Thanks everyone for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-10 8:16 AM
hey @AKetc
I was going through this thread. I am also trying to take direct input from keyboard to desired textbox. Can you please help me how you took key inputs and stored in desired textbox buffer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-30 8:41 AM
Hi @Sahil Ahmad , yes please do share your progress and where you're getting stuck. I will see what I can do to help you get through. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-08 12:55 AM
sorry for very late reply, I have created project as per your screenshots, but I am confused how to link those callbacks to my textarea.

- « Previous
-
- 1
- 2
- Next »