Hi,
I'm using ZXing to scan barcodes. In some cases however, it takes some time to process the found value of the barcode. To let the user know that the scanner has picked up the barcode, I added a ACR.UserDialog to show that the app is working on it.
The scanner itself however remains active, causing it to scan over and over again if it sees a barcode. This causes my app to crash.
I tried to solve it with IsAnalyzing = false and IsEnabled = false, but that didn't do the trick:
The barcode is processed in open_page().
Does someone know how to disable/turn off ZXing while processing the barcode?
Regards, Ganesh