Sergey_New Well-Known Member Licensed User Longtime User Aug 27, 2020 #1 How to make continuous scrolling when pressing and holding the ">" "" <buttons?
Erel B4X founder Staff member Licensed User Longtime User Aug 28, 2020 #2 Change the buttons to SwiftButtons and handle the ButtonDown / Up events. You can use it together with a timer or Sleep to change the page every x milliseconds. Upvote 0
Change the buttons to SwiftButtons and handle the ButtonDown / Up events. You can use it together with a timer or Sleep to change the page every x milliseconds.
Sergey_New Well-Known Member Licensed User Longtime User Aug 28, 2020 #3 Thanks, I will try and do it. I realized that vertical scrolling with gestures will not work? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 30, 2020 #4 Sergey_New said: I realized that vertical scrolling with gestures will not work? Click to expand... There is no vertical scrolling in B4XTable. Upvote 0
Sergey_New said: I realized that vertical scrolling with gestures will not work? Click to expand... There is no vertical scrolling in B4XTable.