I refer to the example here: https://www.b4x.com/android/forum/t...-bbcode-parser-rich-text-view.106207/#content
In the example the bbcodeview is added with designer. when I try to add one with codes
It returns an error saying that Bbcodeview cannot be converted to view. How can I fix that?
In the example the bbcodeview is added with designer. when I try to add one with codes
B4X:
parentPanel.addview(bbCodeView1,0,0,100dip,150dip)
It returns an error saying that Bbcodeview cannot be converted to view. How can I fix that?