Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / Barcode Generation with AGK - EAN13

Author
Message
Yeshu777
4
Years of Service
User Offline
Joined: 26th Feb 2020
Location: Cymru
Posted: 25th Aug 2024 21:27
Hi All,

Probably not the right for forum to post on, but just wondering if anyone has used AppGameKit to create Barcodes.

The QR Code functionality is already provided, but for "backwards compatibility" I also require a barcode to be printed.

Not sure if anyone had created a PlugIn / Module for AppGameKit to simply convert the data string to the Barcode image - can't find anything.

Yeshu777
smerf
19
Years of Service
User Offline
Joined: 24th Feb 2005
Location: nm usa
Posted: 26th Aug 2024 00:50
I don't Imagine its very hard. I think its much harder to read a barcode then to make one. make a list with upca codes.
"0001101", // 0 "0011001", // 1 "0010011", // 2 "0111101", // 3 "0100011", // 4 "0110001", // 5 "0101111", // 6 "0111011", // 7"0110111", // 8 "0001011" // 9 search numbers in your barcode against the numbers in the list, if found iterate through each digit in the list and draw a box representing the digits in the list item. You'll have the add the standard formatting at the beginning or end depending on your needs.

Yeshu777
4
Years of Service
User Offline
Joined: 26th Feb 2020
Location: Cymru
Posted: 26th Aug 2024 03:07 Edited at: 26th Aug 2024 03:12
Hey Smerf,

Looking ( trawling ) through some sites I came across a "128 Barcode" True Type Font..

http://freebarcodefonts.dobsonsw.com/index.html

Seems it'll do the job!!

Yeshu777
smerf
19
Years of Service
User Offline
Joined: 24th Feb 2005
Location: nm usa
Posted: 26th Aug 2024 17:08
haha that's genius

Phaelax
DBPro Master
21
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 28th Aug 2024 14:31
I haven't used this but it may be an idea.

https://www.activebarcode.com/rest/
Tiled TMX Importer V.2
XML Parser V.2
Base64 Encoder/Decoder
Purple Token - Free online hi-score database
Legend of Zelda
Pixel-Perfect Collision

"I like offending people, because I think people who get offended should be offended." - Linus Torvalds

Yeshu777
4
Years of Service
User Offline
Joined: 26th Feb 2020
Location: Cymru
Posted: 28th Aug 2024 20:06
Thanks Phaelax,

There's some nice projects on there, thanks for the link.

Yeshu777

Login to post a reply

Server time is: 2024-09-14 23:24:39
Your offset time is: 2024-09-14 23:24:39