I have been reading over the B4X Guides and found a few typos.
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("")...