Examples in question:
I was testing out the two examples without any change and I ran into same problem during compilation as shown below. Could someone tell me what went wrong? BBCTextEngine version is 1.81
and the ScrollingLabel is 1.01
TIA
[B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View
Be open minded. This is a cross platform library with several features: - Text drawing engine. - Text layout engine. - BBCode parser. - Two custom views that connect everything: BBCodeView - multiline, scrollable with support for embedded views. BBLabel - lightweight label. - NEW...
www.b4x.com
[B4X] BBScrollingLabel - rich text scrolling label
(this is an animated gif, it is is much smoother in real usage) BBScrollingLabel is similar to XUI Views ScrollingLabel, however it is based on BCTextEngine and can therefore display formatted text. It is cross platform. Usage instructions: - Download the b4xlib and put it in the B4X...
www.b4x.com
I was testing out the two examples without any change and I ran into same problem during compilation as shown below. Could someone tell me what went wrong? BBCTextEngine version is 1.81
and the ScrollingLabel is 1.01
compiler log:
B4A Version: 9.80
Java Version: 8
Parsing code. (0.06s)
Building folders structure. (0.01s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: values
Error occurred on line: 575
For Each b As Boolean In AsyncBCs.Values
Word: values
debug log:
Syntax error.
Unknown member: values
TIA