It is possible, to pass a csbuilder-object to the text-parameter of a canvas.drawtext. But its colors are overwritten by the color-parameter of the drawtext-method. It is not accepted, to pass anything else then an int for the color-parameter.
Is there a way, to get the colors of the csbuilder-object in drawtext of canvas?
It seems that I have not understood this crossplattform topic:
I thought that all the b4xviews are crossplatform and the 'normal' b4a-views are not.
So I assumed, that
1. Yes they are cross platform because Label type exists in all three platforms.
2. As @DonManfred wrote it is not doing anything. The view must be initialized and you can't initialize a B4XView directly as it is a wrapper for all types of views.