Android Question Having troubles running BCTextEngine related examples

toby

Well-Known Member
Licensed User
Longtime User
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

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
 

toby

Well-Known Member
Licensed User
Longtime User
I got exactly the same error while trying to run a BCToast test app (attached).
 

Attachments

  • TestBcToast.zip
    7.3 KB · Views: 158
Upvote 0

toby

Well-Known Member
Licensed User
Longtime User
Everything works if I downgrade BCTextEngine library from 1.81 to 1.75. Does that mean v1.81 works with B4A 9.90+ only?
 
Upvote 0

Toky Olivier

Active Member
Licensed User
Longtime User
Do you use jBitmapCreator version 4.71+? I cannot test because I don't have B4A 9.80.
Anyway, why you don't installthe last version of B4A?
 
Upvote 0
Top