imgsimonebiliato Well-Known Member Licensed User Longtime User Jun 14, 2013 #1 Hello, please, I need some example code, to do this: when Slide (left or right) the screen, there is a click of a button. Thanks!
Hello, please, I need some example code, to do this: when Slide (left or right) the screen, there is a click of a button. Thanks!
Erel B4X founder Staff member Licensed User Longtime User Jun 16, 2013 #2 There are all kinds of implementations related to sliding: Basic4android Search: slide You can do something similar and replace the event. Upvote 0
There are all kinds of implementations related to sliding: Basic4android Search: slide You can do something similar and replace the event.
imgsimonebiliato Well-Known Member Licensed User Longtime User Jun 19, 2013 #3 Thanks Erel, but those examples are too complex. I would like to intercept only the event slide, also because I don't need to change 1,2,3 panel Upvote 0
Thanks Erel, but those examples are too complex. I would like to intercept only the event slide, also because I don't need to change 1,2,3 panel
Erel B4X founder Staff member Licensed User Longtime User Jun 20, 2013 #4 You can intercept the Activity_Touch event and use it to decide when there is a slide operation. Another option: [Lib] Gesture Detector Upvote 0
You can intercept the Activity_Touch event and use it to decide when there is a slide operation. Another option: [Lib] Gesture Detector
imgsimonebiliato Well-Known Member Licensed User Longtime User Jun 20, 2013 #5 Thanks Erel. I've done! :sign0060: Upvote 0