Hi,
I am using the b4azxing library.
When the scan does not work and the user presses the stop button, the program itself stops. I just want the scan to stop.
For a test, I did this:
Sub Activity_Pause (UserClosed As Boolean)
If UserClosed Then Activity_Resume
End Sub
It compiles, but I never get to this point. Why?
Thanks
Peter
I am using the b4azxing library.
When the scan does not work and the user presses the stop button, the program itself stops. I just want the scan to stop.
For a test, I did this:
Sub Activity_Pause (UserClosed As Boolean)
If UserClosed Then Activity_Resume
End Sub
It compiles, but I never get to this point. Why?
Thanks
Peter