I interskala Member Licensed User Nov 11, 2019 #1 Hi all.. How to generate barcode / Qr in B4i?? and can give me sample because i am newbie in B4i Thanks..
Hi all.. How to generate barcode / Qr in B4i?? and can give me sample because i am newbie in B4i Thanks..
Erel B4X founder Staff member Licensed User Longtime User Nov 11, 2019 #2 You can use this class to generate QR codes: [B4X] QRGenerator - Cross platform QR code generator Generating barcodes: https://www.b4x.com/android/forum/threads/how-to-generate-1d-barcode.112429/#post-701000 Last edited: Dec 24, 2019 Upvote 0
You can use this class to generate QR codes: [B4X] QRGenerator - Cross platform QR code generator Generating barcodes: https://www.b4x.com/android/forum/threads/how-to-generate-1d-barcode.112429/#post-701000
I interskala Member Licensed User Nov 12, 2019 #3 Thank's erel for your answer but i already add QRGenerator Class but i have error in this class I already add library B4XCollections and iXUI can you help me.. Thanks Attachments error1.png 82.9 KB · Views: 173 error2.png 99.2 KB · Views: 168 Upvote 0
Thank's erel for your answer but i already add QRGenerator Class but i have error in this class I already add library B4XCollections and iXUI can you help me.. Thanks
Erel B4X founder Staff member Licensed User Longtime User Nov 12, 2019 #4 Looks like you have a module named Product. You will need to rename it or rename the variable name in the QRGenerator class. Upvote 0
Looks like you have a module named Product. You will need to rename it or rename the variable name in the QRGenerator class.