Try for a while to draw text to a canvas. Issue is the font object.
Erel writes in https://www.b4x.com/guides/B4xXUI/?page=20
xLabelFont = xui.CreateDefaultFont(16)
But I have no XUI-class, although the XUI-Lib (and XUI Views)is loaded
I declared it: Dim fnt As B4XFont
fnt=xui... does not react, means xui is not offered.
fnt.ToNativeFont makes no text-output at all.
Where is my fault?
Erel writes in https://www.b4x.com/guides/B4xXUI/?page=20
xLabelFont = xui.CreateDefaultFont(16)
But I have no XUI-class, although the XUI-Lib (and XUI Views)is loaded
I declared it: Dim fnt As B4XFont
fnt=xui... does not react, means xui is not offered.
fnt.ToNativeFont makes no text-output at all.
Where is my fault?