You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zx...@googlegroups.com
i forget to say : when my app recognise directly a QRCode, it doesn't crash at all and i successfully get my results. so i think my decoder works, it crash only when it fail to recognise the code. (that's why i'm guessing the ResultPointCallback is my problem)
Bas Vijfwinkel
unread,
Sep 19, 2012, 3:05:02 AM9/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zx...@googlegroups.com
Whenever a decoder fails or all decoders fail, an exception is thrown. If you successfully decode a barcode then such an exception is not throw. Might this just be an exception that is not caught or handled properly. You could try to enclose the top level code in a try catch block to check if this is the case.