B4A Example [B4X] [B4XPages] Barcode Reader - Erel    Jul 12, 2021   (40 reactions) 97444 https://www.b4x.com/basic4android/images/i_view64_HkncBfNNKe.png
B4A + B4i barcode reader.../vision/barcode/Barcode#constant-summary
B4i - TYPE_QR, TYPE_UPCE, TYPE_39, TYPE_39Mod43, TYPE_EAN13... B4A Library [B4X] barcodeGenerator - Cross platform Barcode code generator - Lucas Siqueira    May 8, 2023   (20 reactions) codeBarGenerator is a class that generates barcodes.
It is written in B4X and is compatible with B4A, B4i and B4J.
At the moment the class only generates barcode in EAN13, UPC-A and CODE128-B... B4i Library iBarcode library - Erel    May 17, 2018   (20 reactions) This library allows you to use the device camera to scan for all kinds of barcodes.
It is based... this library.
The main steps are:
1. Initialize the BarcodeScanner and set the preview panel.
2. In... B4i Question Save iBarcode preview as a bitmap? - JackKirk    Mar 9, 2016 Is it possible to save the iBarcode preview as a bitmap? I have tried code of the form: Private temp_imageview As ImageView Private temp_rect As Rect Private temp_bmp As Bitmap Private temp_canvas As Canvas temp_imageview.Initialize("") Page1.RootPanel.AddView(temp_imageview, 0, 0... I have initialized the barcode scanner instance to. I get a photo which shows all the other views I have dumped into the scanner_panel but no barcode preview. Thanks in anticipation...... B4A Code Snippet [B4X] Useful Features for PharmaCode Barcodes - TILogistic    Apr 29, 2024   (12 reactions) These are some useful functions for Pharmacode barcodes. 1. Generate Digit Verifier Public Sub PharmacodeDigitVerifier(Value As String) As String Dim Result As String If Not (Regex.IsMatch("+", Value)) Then Return Result 'Invalid If Not (Value.Length < 9) Then Return Result 'too long Dim Base32Value As StringBuilder Base32Value.Initialize For... ref. https://github.com/woo-j/OkapiBarcode/blob/master/src/main/java/uk/org/okapibarcode/backend... B4A Library [B4X] [B4XPages] Dynamsoft Barcode Reader - Cross-Platform Barcode/QR Code Scanning Library - xulihang    Oct 12, 2022   (12 reactions) Dynamsoft Barcode Reader is a barcode reading SDK written in C++ and has Java/Objective-C packages... wrapped the basic decode method and a TextResult class (storing the barcode content and localization... B4A Code Snippet [B4X] CameraExClass- QrCode/Barcode Reader fix new SDK - Mike1970    Jun 21, 2022   (3 reactions) Hi everyone,
today I updated all the packages with the SDK Manager.
After that, the app was crashing... B4i Question Getting the photo while grabbing the Barcode using B4i Barcode library - imbault    Jul 8, 2022 Using the very good Barcode library :
https://www.b4x.com/android/forum/threads/ibarcode-library.47354/
131240
And just putting a button bellow the panel like the image to get the photo should be great
It that possible, as the image is in a panel ?
Thanks a lot
Patrick... B4i Code Snippet [B4X] [B4XPages] Barcode Reader with Torch - aeric    Oct 23, 2020   (10 reactions) /threads/b4x-b4xpages-barcode-reader.120417/... Other [B4X] [B4XPages] Barcode Reader - Formats - LucaMs    Dec 4, 2022 B4A
builder.RunMethod("setBarcodeFormats", Array(0)) ' ALL_FORMATS constant, value 0
#ELSE
builder.RunMethod("setBarcodeFormats", Array(format))
#End If... Page: 1   2   3   4   |