Spelt / ZXing.Delphi

ZXing Barcode Scanning object Pascal Library for Delphi VCL and Delphi Firemonkey
Apache License 2.0
471 stars 206 forks source link

Transferring, content read from the barcode to the text field #114

Closed vrrocha-git closed 3 years ago

vrrocha-git commented 3 years ago

I did a mobile project for my tcc project using delphi CE and used Zxing to read the code and throw the content into the text field. When compiled in either 32 or 64 bits I can operate normally, if the android version is up to version 9, I can read the barcode for the text field normally, already in android 10, it opens the app for reading barcode, but the number read does not go to the text box! do you have any solution for this compatibility problem?

Spelt commented 3 years ago

Hi

What do you mean ‘throw to the textbox’ can you show some code?

If the number read is correct maybe this will help:

https://stackoverflow.com/questions/63682885/android-api-level-29-with-firemonkey-10-3-3-not-working-on-android-v-10-0-device

Op 22 dec. 2020 om 15:20 heeft xyberVI notifications@github.com het volgende geschreven:

 I did a mobile project for my tcc project using delphi CE and used Zxing to read the code and throw the content into the text field. When compiled in either 32 or 64 bits I can operate normally, if the android version is up to version 9, I can read the barcode for the text field normally, already in android 10, it opens the app for reading barcode, but the number read does not go to the text box! do you have any solution for this compatibility problem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.