Has anyone successfully used the mergZXing external to scan barcodes after updating to LC 5.5.3? It worked fine in LC 5.5.1 and 5.5.2, but after updating to 5.5.3, I can't get it to work. I haven't changed any of my code from one version of LC to the next.
My code is:
Code: Select all
on mouseUp
mobileBusyIndicatorStart "square","Starting Scan..."
put mergZXingGetBarcode() into tBarcode
if tBarcode contains "user cancelled" then
else
set the text of field "newName" to tBarcode
end if
mobileBusyIndicatorStop
end mouseUp
Is there an update to the code that I missed? I didn't see anything on the mergExternal website or on the forums about this code changing.
Thanks in advance for your help
Jacob