Hi All. I have this code:
Into Label1 work without problem, but in TabStrip1 dont work.
In attachment example.
Any suggestion ??
Thank you very much
Marco
B4X:
Dim cs1 As CSBuilder
cs1.Initialize
'cs1.Color(xui.Color_Black).Append("TEST").PopAll
cs1.Image(LoadBitmap(File.DirAssets, "img_trash_yellow.png"), 40dip, 40dip, False).Append(CRLF).PopAll
Label1.Text = cs1
TabStrip1.LoadLayout("lay0", cs1)
Into Label1 work without problem, but in TabStrip1 dont work.
In attachment example.
Any suggestion ??
Thank you very much
Marco