Hi,
can someone help me with the attacched error? I get this, doing this code:
can someone help me with the attacched error? I get this, doing this code:
B4X:
Sub Globals
Private scanBar As zxScannerLiveView
End Sub
Sub Activity_Create(FirstTime As Boolean)
scanBar.Initialize("scanBar")
Activity.AddView(scanBar, 1.4%x, 8.6%y, 98.6%x, 90%y)
scanBar.HudVisible = True
scanBar.PlaySound = True
scanBar.Visible = False
End Sub