Lib: GestureDetector V1.1 is needed. Thanks to Informatix.
http://www.b4x.com/forum/additional-libraries-classes-official-updates/21502-lib-gesture-detector.html#post124392
Last path can be cancel by back tracking (like backspace)
if NoOfPoint < 10
Last path can be cancel by choosing the starting point of the last path again
The first point can be cancelled by "flicking" if it is the only point selected.
if NoOfPoint = 10 -> NoOfButton = 0
As soon as the finger is off the screen, Ok button is automatically executed.
Optional title and buttons.
Property:
NoOfPoint - default 5
NoOfButton - default no button (0)
Title - default no title ("")
TextSize - default 15
http://www.b4x.com/forum/additional-libraries-classes-official-updates/21502-lib-gesture-detector.html#post124392
Last path can be cancel by back tracking (like backspace)
if NoOfPoint < 10
Last path can be cancel by choosing the starting point of the last path again
The first point can be cancelled by "flicking" if it is the only point selected.
if NoOfPoint = 10 -> NoOfButton = 0
As soon as the finger is off the screen, Ok button is automatically executed.
Optional title and buttons.
Property:
NoOfPoint - default 5
NoOfButton - default no button (0)
Title - default no title ("")
TextSize - default 15
Attachments
Last edited: