Hello,
So am getting used to the nextion display and have all sorts of feature working on multipage apps.
I am even writing a Windows 10 app to chat to Nextion displays via usb/serial. Plus i plan to use this win 10 app as a traffic monitor between a nextion and microcontroller (Adafruit M4).
So this evening i discovered that the nextion display has a built in QWERTY keyboard.
Now i have added to a text box (TextBoxOne.key field “full qwerty\keybdA” which is now load into a new page keybdA and i have load up keybdA via ‘Touch Press Event’ of my text box TestBoxOne with “page keybdA”. So when i press on the TextBoxOne control the page keybdA pops up and when i press OK on the keyboard it closes. Question is please how do i get the data i typed into keybdA back into TextBoxOne.txt please?
I have tried all sorts of things but i just can’t figure it
Many thanks in advance imk