Android Question zxScannerLiveView Resources$NotFoundException

imgsimonebiliato

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

Attachments

  • Screenshot_2017-11-02-15-35-23.png
    Screenshot_2017-11-02-15-35-23.png
    88.2 KB · Views: 381
Top