My problem is that I am trying to use the library ZXingLib (1.06) with B4xPages, I have a main page (log in), a second page, where the user will scan the code, I put the code from the sample code on the second page but when I press the button to scan (a button that I created) but it just quits the process and I get a time-out on the logs
Result has arrived
** Activity (main) Pause event (activity is not paused). **
onActivityResult: wi is null
timedOut true
** Activity (main) Resume **
** Activity (main) Pause event (activity is not paused). **
The library is this one
See the attached project (with library files in the /files folder of the project). This is based on the original work of @icefairy333. I have modified @icefairy333's library so that it can do the following: 1. Set the color of the border of the framing rectangle from B4A code 2. Set the color...
PS
The sample code works fine, it's just when I use it in my app with B4xPages