I am trying to use BBLabel to show rich text.
I can add them by using the designer. But I need to add them by code. I didn't figure out how to do this.
I can add a pane which contains a BBLabel, but I can't get it by GetNode method.
I can add them by using the designer. But I need to add them by code. I didn't figure out how to do this.
I can add a pane which contains a BBLabel, but I can't get it by GetNode method.
B4X:
Dim pane As Pane
pane.Initialize("")
pane.LoadLayout("bblabel")
MainForm.RootPane.AddNode(pane,10,10,100,100)
Dim BBLabel1 As BBLabel=MainForm.RootPane.GetNode(0) 'error type not match