I have been reading over the B4X Guides and found a few typos.
E.G. B4X Graphics
2.3.1.1 XUI
2.4.1 XUI Drawing methods
On the 7th line ...
x, y. x1, y1, x2, y2 As Float are coordinates, Float variables.
x, y, x1, y1, x2, y2 As Float are coordinates, Float variables. <<< y,x1 not y.X1 ?
But I am new to this so I could be wrong !
E.G. B4X Graphics
2.3.1.1 XUI
B4X:
Sub Process_Globals
Private xui As XUI
Private xplGraph As B4XView
Private cvsGraph As B4XCanvas '--- I asuume this should be xcvsGraph ?
End Sub
xplGraph = xui.CreatePanel("")
xcvsGraph.Initialize(xplGraph) ' or this should be cvsGraph ?
On the 7th line ...
x, y. x1, y1, x2, y2 As Float are coordinates, Float variables.
x, y, x1, y1, x2, y2 As Float are coordinates, Float variables. <<< y,x1 not y.X1 ?
But I am new to this so I could be wrong !