Y_1
December 28, 2020, 12:43pm
1
Hello, I did a keypad like this :
but I have an issue : when I type 1, it displays 1. But when I type 5 after, it replaces the 1 by the 5, it does not write it after.
So I tried to do something like that to extend the length but that doesn't work :
Do you have an idea ? Thanks
Y_1
December 28, 2020, 2:25pm
6
Thank you very much !
What is the difference between the button "ButtonDelete" and "ButtonAllClear" ? I just want to have the keypad + a clear button that clear all the numbers
(Btw, I want to have only maximum 4 numbers, then after 2-3 seconds clear the textbox)
Thanks
Y_1
December 28, 2020, 2:28pm
7
Thank you ! Is it 4 digits max ?
ButtonDelete = delete text one by one
ButtonAllClear = delete text
Y_1
December 28, 2020, 2:34pm
11
Thank you very much (btw, is it 4 digits ) ?
please wait I will post again
Okay, please try my project :
Aia Project :
NewKeypad.aia (3.0 KB)
Y_1
December 28, 2020, 2:51pm
15
It works, thanks ! Now I have 2 questions :
How can I get every digit i type to send to my BLE (arduino)? (I have the BLE extension)
Doesn't the "when any button.click" run the risk of conflicting with other buttons? Because I have bluetooth connection buttons, etc.
Anke
December 28, 2020, 2:55pm
17
You need to exclude them (as shown).
Y_1
December 28, 2020, 3:00pm
18
Okay, where it is shown ?
Y_1
December 28, 2020, 3:55pm
20
Is it possible to add it to this ?
Because here there is a clear and delete button that is important for me
1 Like