Everyone,
Can we put the BBLabel inside the BBCodeView? I tried it but I get an error:
my codes are as follows:
bbcMessageContent is a BBCodeView and sb is a stringbuilder.
Thanks
Can we put the BBLabel inside the BBCodeView? I tried it but I get an error:
B4X:
java.lang.RuntimeException: Class instance was not initialized (bblabel)
B4X:
Dim bblMsgContent As BBLabel
bbcMessageContent.Views.Put("bblMsgContent", bblMsgContent)
sb.Append($"[View=bblMsgContent]"$).Append(CRLF)
Thanks