You are not logged in.

spysonic

Trainee

  • "spysonic" is male
  • "spysonic" started this thread

Posts: 88

Date of registration: Jul 11th 2014

About me: A beginner programmer.

Location: ...Jabaco Academy

Occupation: i have some but still not enough...

Hobbies: Jabaco

  • Send private message

1

Thursday, July 31st 2014, 8:20am

Barcode

Is there any tutorials or samples in creating a project dealing with barcodes

barcode as an input - well its simply firing a barcode device and the code and characters will be displayed in textbox
barcode as an output - it will display a barcode based on what you have type on the textbox.

TIA
.
.
Spare me, im new to Programming

spysonic

Trainee

  • "spysonic" is male
  • "spysonic" started this thread

Posts: 88

Date of registration: Jul 11th 2014

About me: A beginner programmer.

Location: ...Jabaco Academy

Occupation: i have some but still not enough...

Hobbies: Jabaco

  • Send private message

2

Friday, August 15th 2014, 8:19am

Anybody please..
.
.
Spare me, im new to Programming

theuserbl

Intermediate

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

3

Saturday, August 16th 2014, 3:38pm

The BASIC-dialect Gambas
[ http://gambas.sourceforge.net/en/main.html ]
includes a Barcode creator as an example program.

I have now ported it to Jabaco. Hope it helps.

What is not in GambasBarcode.zip are the following informations, which comes in a file called ".project", wich is part of the Gambas-Barcode-program:

Source code

1
2
3
4
5
6
7
8
9
10
# Gambas Project File 3.0
# Compiled with Gambas 3.3.90
Title=Barcode Printing
Startup=FMain
Icon=barcode.png
Version=3.3.90
Description="A module to print EAN-13 barcodes. The barcode is constructed from first principles (http://en.wikipedia.org/wiki/European_Article_Number). The barcode can be formatted for screen or printer."
Maintainer=charles
Address=c_guerin@o2.co.uk
License=General Public Licence


That are only the important parts, there stand more.
The barcode.png I have added here separatly.

The important things are, that it is the EAN-13 barcode (there are different standards, but that is the only one implemented there) and that is licensed under the GPL.

If the GPL is a no-go for you, then possible this project would help you:
[ http://sourceforge.net/projects/barbecue/ ]
It implements more barcode standards, then EAN-13 and it is licened under the BSD-license.
But the size of that library is bigger.

Greatings
theuserbl
theuserbl has attached the following image:
  • barcode.png
theuserbl has attached the following file:

theuserbl

Intermediate

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

4

Monday, August 18th 2014, 1:17am

Now added a little bit changed version of the Barcode-program. It is now more like the original Gambas-version. Also the barcode.png-icon is now included as icon for the program.

Additional this is the first published program, which makes use of the non-colors,
And because it uses non-colors, you need JabacoFramework revision 152 or newer for it.
For more information about the non-colors look at:
[ http://www.jabaco.org/board/1214-downloa…-framework.html ]

Greatings
theuserbl
theuserbl has attached the following file:
  • BarcodeNew.zip (8.33 kB - 269 times downloaded - latest: Mar 22nd 2024, 12:00am)

spysonic

Trainee

  • "spysonic" is male
  • "spysonic" started this thread

Posts: 88

Date of registration: Jul 11th 2014

About me: A beginner programmer.

Location: ...Jabaco Academy

Occupation: i have some but still not enough...

Hobbies: Jabaco

  • Send private message

5

Tuesday, August 19th 2014, 3:26am

Yahoo! now i can continue my experiment with ID systems with barcoding. I bet that It would be a lot of help to others developing a system too. :D

Your a life saver theuserbl 8o
.
.
Spare me, im new to Programming

This post has been edited 1 times, last edit by "spysonic" (Sep 1st 2014, 9:11am)


spysonic

Trainee

  • "spysonic" is male
  • "spysonic" started this thread

Posts: 88

Date of registration: Jul 11th 2014

About me: A beginner programmer.

Location: ...Jabaco Academy

Occupation: i have some but still not enough...

Hobbies: Jabaco

  • Send private message

6

Wednesday, August 27th 2014, 2:23am

uhmmm i tried running the barcode in a usercontrol, but i cant get it to work. is it not compatible with it?
.
.
Spare me, im new to Programming

This post has been edited 1 times, last edit by "spysonic" (Sep 1st 2014, 9:07am)


Rate this thread
WoltLab Burning Board