iOS Question Barcode scanner with iPhone X

Keith Yong

Active Member
Licensed User
Longtime User
Hi, i'm using iPhone X and when i initialize the scanner, the following code doesn't return success as True. May i know how can i resolve this problem?

Sub Scanner_Ready (Success As Boolean)

btnStart.Enabled = Success

btnStop.Enabled = False

If Success = True Then

hd.ToastMessageShow("Ready to start", False)

Else

hd.ToastMessageShow("Error starting scanner", True)

End If

End Sub
 

Keith Yong

Active Member
Licensed User
Longtime User
When i run the program, i only get the message "Error starting scanner" in the Scanner_Ready routine.
 

Attachments

  • Screen Shot 2018-05-17 at 10.40.32 PM.jpg
    Screen Shot 2018-05-17 at 10.40.32 PM.jpg
    26.6 KB · Views: 190
Upvote 0
Top