While displaying the values typed in keyboard to the text box, it is not working for me. How can I troubleshoot?
@starpixel399811 ай бұрын
Hello sir good day, Thank you for the tutorial it was very helpful. Can you please make tutorial on how to read the wildcard values?
@ControllersTech11 ай бұрын
Wildcard values are sent from mcu to the display. So mcu already know these values.
@amorftor Жыл бұрын
Hello, i need bigger keyboard for that. The keyboard remains the same even with a larger height first and width verse. How can I fix this?
@ControllersTech Жыл бұрын
You need to design the whole interface by yourself. Add responsive layout for varying width. As of now touchgfx don’t provide keyboard element, so it can’t be done from the UI. Read the customkeyboard code and design another one as per your requirement.
@victorrodriguez3991 Жыл бұрын
Segui todo los pasos, pero al hacer la simulación da errar en: static const Keyboard::Layout layout = { BITMAP_KEYBOARD_BACKGROUND_ID, keyArray, 30, callbackAreas, 3, Rect(15, 10, 11 * 28, 40), TypedText(T_ENTEREDTEXT), 0xFFFFFF, Typography::KEYBOARD, }; el T_ENTEREDTEXT no lo encuentra... que debo hacer alguna idea o apoyo por favor... gracias. he realizado casi todos videos enteriores y son batante bueno.
@victorrodriguez3991 Жыл бұрын
Me falto decir que el archivo indicado con error es el KEYBOUADLAYOUT.HPP
@mohamedraqi1291 Жыл бұрын
Please Help me!!! I use stm32f769i disco kit I create simple screans using touchGFX In the test, the screan work fine For a few second, but after that it freeze with no reason, so i restart it and the same problem is repeating for any project i create, even for simple tests I m sur you can give me same answers, and thanks for your tutorials
@Skhillz_FN Жыл бұрын
Fivver rules i just realized the reality of the true gui capabilities of stm32 woow Got recommended instead of paying to have it built
@carhero8688 Жыл бұрын
it would be better to copy the written string in the name and age string into the keyboard when the keyboard pops up.
@ControllersTech Жыл бұрын
indeed. But this is upto users to decide. The functions needed are all in there.
@carhero8688 Жыл бұрын
@@ControllersTech Got it, will review it.
@manojverma5076 ай бұрын
how to get suggestion from local database when click on textbox