HI, All
The test project is here: https://www.b4x.com/android/forum/t...bject-moving-dragging-by-_touch-event.160800/
In B4J - the blue horizontal line is visible, but in B4A - no.
Any ideas ?
The test project is here: https://www.b4x.com/android/forum/t...bject-moving-dragging-by-_touch-event.160800/
In B4J - the blue horizontal line is visible, but in B4A - no.
B4X:
mLine = xui.CreatePanel("")
mRoot.AddView(mLine, PointSizePx , PointSizePx / 2 - LineThinknessPx, LineLenghtPx, LineThinknessPx)
mLine.SetColorAndBorder(LineColor, LineThinknessPx, LineColor, 0) 'line as rectangle between Points
Any ideas ?