D db0070 Active Member Licensed User Longtime User Nov 4, 2017 #1 I have two buttons for counting up and down. Is there a way to count continuously as long as the button is pressed down?
I have two buttons for counting up and down. Is there a way to count continuously as long as the button is pressed down?
Emme Developer Well-Known Member Licensed User Longtime User Nov 4, 2017 #2 You can intercept button down to increment the value https://www.b4x.com/android/forum/threads/button_down-button_up-events-fire-twice.80889/#post-512581 Upvote 0
You can intercept button down to increment the value https://www.b4x.com/android/forum/threads/button_down-button_up-events-fire-twice.80889/#post-512581
D db0070 Active Member Licensed User Longtime User Nov 4, 2017 #3 Thanks - done, I used panels and timer. Upvote 0