2019-10-02 09: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
2019-10-11 08: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.
2019-10-11 08:42 AM
Thanks everyone for the help.
2020-10-10 08: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.
2020-10-30 08: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. :)
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.