B4A Library ZXingLib(integration version)by icefairy333 - mike2506 (first post)    Jun 06, 2015 Thanks for the reply, but the barcode consists of an EAN13 code and a small distance from a code of EAN5. Italian newspapers have this dual code that locates the newspaper (EAN13) and the date of publication (EAN5). The double code should be read in a single step. In annex I reproduce an example of B4A Question Barcode Example not reading Leading '0' from a EAN13 Barcode (Understood and Solved) - emexes (first post)    Nov 12, 2022 To confirm, just in case:
The bar code construction is fine; the issue is what preference your barcode scanning libraries or apps have when they scan a barcode that is validly more than one barcode type.
Your barcode:
135906
is both valid EAN-13 and valid UPC-A. It is impossible to tell from the B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Mar 20, 2023   (2 reactions) What's New Since Last Week (12 Mar 2023 to 20 Mar 2023)
B4J
Barcode/scan
OkapiBarcode
Okapi Barcode is an open-source barcode generator written entirely in Java, supporting over 50 encoding standards, including all ISO standards. Okapi Barcode is based on Zint, an open-source barcode encoding li B4A Question B4XInputTemplate text cant be changed by user when called in sub - Kostas_Bar (first post)    Aug 30, 2023 I figured it out! Since the option "Barcode" was in the position of No ( Wait For (ThirdDialog.ShowTemplate(input3, "RF", "Barcode", "")) complete (result As Int)), the program executed the code without reading the input. When i changed the order and placed the "Barcode" option to the position of B4A Question How to use IndexOf in a list of Map - OliverA (first post)    Mar 27, 2018   (1 reaction) If "barcode" is the only map entry you ever search for and the list order does not matter, then @LucaMs has the correct solution for your problem.
Edit: Same goes for @Star-Dust B4A Question Read EAN-128 barcodes - Erel (first post)    Feb 09, 2021   (1 reaction) This is a good example of barcode reading: https://www.b4x.com/android/forum/threads/b4x-b4xpages-barcode-reader.120417/
It doesn't split the parts. I'm not an expert in this, however I'm not sure that the spaces or parts are actually encoded in the barcode. B4A Question SD ESC_POS barcode - elitevenkat    Oct 30, 2023 U_Printer.WriteBarCode("1234567890") ' This prints the barcode image correctly (length of string is 10
U_Printer.WriteBarCode("123456789012345") ' No barcode image is printed (length of string is 15)
is it possible to accommodate string length more than 10 in writebarcode ?
the input string B4A Library Barcode reader based on Google Play Services Vision - Erel    Jul 18, 2024   (20 reactions) Better solution: https://www.b4x./#content
This is not really a library. It is a modification to CameraEx example that adds barcode detection based on Google Play Services Vision. It uses JavaObject to create the detector and detect barcodes in the Preview event.
You should call CreateDetector wit Java Question SD ESC_POS Barcode - elitevenkat    Oct 30, 2023 hi
U_Printer.WriteBarCode("1234567890") ' This prints the barcode image correctly (length of string is 10
U_Printer.WriteBarCode("123456789012345") ' No barcode image is printed (length of string is 15)
is it possible to accommodate string length more than 10 in writebarcode ?
the input B4A Question Know if an EditText was typed or acquired by a barcode reader - Unobtainius (first post)    Oct 08, 2021   (6 reactions) I use barcode readers all the time we set our barcode reader to append a character to the end of the scanned data. That way we know an entire barcode has been read or alternately one has been typed in. Its very easy to add a suffix character when setting up the scanner. Page: 1   2   3   4   5   6   7   Powered by ColBERT |