Jonathan_Mandia
New Member
I have test the barcode reading...however when I test it there an error...
B4A Version: 10.70
Parsing code. (0.09s)
Java Version: 11
Building folders structure. (0.02s)
Compiling code. Error
Error compiling program.
Error description: Array expected.
Error occurred on line: 99
scanner = builder.Initialize("Barcode").BleepEnabled(True).EnableAutoFocus(True).withBackfacingCamera.Text("DonManfred presents").TrackerColor(Colors.Red).build
Word: (
i tried to break the code piece by piece...
builder.Initialize("Barcode")
builder.BleepEnabled(True)
builder.EnableAutoFocus(True)
builder.withBackfacingCamera.Text("Test")
builder.TrackerColor(Colors.Red)
i found out that the error is on this line...
builder.withBackfacingCamera.Text("Test")
builder.TrackerColor(Colors.Red)
i can't find a way on how to solve this error...i really appreciate if someone from the expert here on this community can help me to solve this error...thank you in advance...
B4A Version: 10.70
Parsing code. (0.09s)
Java Version: 11
Building folders structure. (0.02s)
Compiling code. Error
Error compiling program.
Error description: Array expected.
Error occurred on line: 99
scanner = builder.Initialize("Barcode").BleepEnabled(True).EnableAutoFocus(True).withBackfacingCamera.Text("DonManfred presents").TrackerColor(Colors.Red).build
Word: (
i tried to break the code piece by piece...
builder.Initialize("Barcode")
builder.BleepEnabled(True)
builder.EnableAutoFocus(True)
builder.withBackfacingCamera.Text("Test")
builder.TrackerColor(Colors.Red)
i found out that the error is on this line...
builder.withBackfacingCamera.Text("Test")
builder.TrackerColor(Colors.Red)
i can't find a way on how to solve this error...i really appreciate if someone from the expert here on this community can help me to solve this error...thank you in advance...