Open HamidSaffari opened 4 years ago
Another solution would be popping-up keyboard that allow you to print it, which is good way also for future because for example you want to set MAC address eg: 54:B8:0A:81:B3:18 or entering WiFi password so that would be helpful.
I don't really understand. So do you want to realize a "number editing" with lvgl similar to the one shown in the image?
No, about the picture is that it editing one digit at the time for it's 4-digit "08:00"and show it by underlined the "8" which is current editing digit. My question is how it is more efficient to edit long numbers like 8888888 or strings like 54:B8:0A:81:B3:18 etc in your lv_setting method? becuse your "Numset" with two + and - button is not appropriate for such along number range. I think about two methods:
I see. I think adding a general text input would be a more reasonable direction to take because it could be used for other purposes too.
Or the spinbox object for numbers only. https://docs.littlevgl.com/en/html/object-types/spinbox.html
Unfortunately, at this time I'm busy with developing v7 so I can not add it now. :(
Hi, I just want to set long number range like from 0 to 9233304 or even editing it's sign in setting menus and with the Numset it is almost impossible. and one solution is to set each digit individually and add two more buttons Left and Right in addition two +- to do the job and underscored or blinking the editing digit for better visualization.
Now what do you prefer?