Home » Archimedes archive » Acorn User » AU 1994-10.adf » !StarInfo_StarInfo » Wareham/!BarCode/Manual

Wareham/!BarCode/Manual

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1994-10.adf » !StarInfo_StarInfo
Filename: Wareham/!BarCode/Manual
Read OK:
File size: 15EE bytes
Load address: 0000
Exec address: 0000
File contents
                       BarCode
                       ~~~~~~~

By Richard Wareham

 BarCode is a program that, suprisingly enough, 
allows you to create barcodes on the computer. 
BarCode will output in a variety of file formats.
These are Draw, Sprite and its very own BarCode
format. It is worth noting at this point that
BarCode can only load its own file format.

 To run BarCode simply double click on its icon
in the directory display. It will install itself on
the icon bar as usual. If you examine the icon bar
menu (press the middle button over the icon on the
icon bar) you will see four options. You will
probably know what most of these functions do. To
run the main part of the program simply click the
left button over the icon. This will present you 
with a main menu. The options are :-

Information
~~~~~~~~~~~
 This displays the Information Screen.

Start a New / Edit Current Barcode
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 This leads to another menu that we will explain in
a moment.

Display Current Barcode
~~~~~~~~~~~~~~~~~~~~~~~
 Displays the current barcode.

Save Options
~~~~~~~~~~~~
 This leads to another menu where you can select
what file type you wish BarCode to output. Your 
current selection is displayed at the top.

Quit
~~~~

 This returns you to the desktop.

The 'Start a New / Edit Current Barcode' Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This menu is invoked by selecting the 'Start a New
/ Edit Current Barcode menu option by pressing 
select over it. This menu has these options :-

Set Article Number
~~~~~~~~~~~~~~~~~~
 The article number is the number that appears BELOW
the MAIN barcode. This means that any numbers to the
right or left of the main chunk of black and white
MUST be discounted. Most article numbers are twelve
digits in length. The program will only accept input
of twelve numbers so don't try pressing return after
typing only ten numbers. BarCode will ask you if the
above number is correct and if not it will allow you
to input it again.   

Set A and B sets
~~~~~~~~~~~~~~~~
 This allows you to specify the number that normally
appears to the LEFT of the barcode. This number 
describes what pattern of number sets (see file 
named 'NumberBars' in the Examples directory) the
barcode will use. These are always in the form

  XXXXXX CCCCCC

where the XXXXXX stands for the pattern of 'A's and 
'B's that appear next to the number. The menu has
an option 'More ->' at the bottom. This leads to 
another menu with the remainder of the numbers and
'<- Back' in it. '<- Back' will take you back to the
first menu. Both menus have the option 'Back to New
Barcode Menu'. This will take you back to the 'Start
a New / Edit Current Barcode' menu.

View Current Barcode
~~~~~~~~~~~~~~~~~~~~
 Same as the 'Display Current Barcode' option on the
main menu. 

Back to Main Menu
~~~~~~~~~~~~~~~~~
 This takes you back to the main menu.

IMPORTANT
~~~~~~~~~
 Due to the structure of this program it is
VITAL to keep the disk in the drive when jumping
from the desktop into the main program and when 
using the icon bar menu.

Loading
~~~~~~~
 As said before BarCode con only load BarCode files
as only these hold enough information to recreate
Barcodes. There are two ways to load a BarCode file,
these are double clicking on it and dragging it from
the directory display onto the icon.

Tutorial
~~~~~~~~
 During this tutorial we will be using the program
to create a barcode like the one in the files
'BarCodeDrw', 'BarCodeSpt' and 'BarCode' (they are
found in the Examples directory). View the files
'BarCodeDrw' and 'BarCodeSpt' now by double-clicking
on them. Don't double-click on 'BarCode' as this 
will only load itself into the program and will not
immediatly reveal istelf.

 To start with load the program up by double-
clicking on it as normal. Now click ONCE on the icon
to bring the main menu up. Select 'Start a New / 
Edit Current Barcode'. Now select 'Set Article
Number' and type the following :-

  123456789012

Respond to the question 'Is this correct (Y/N)' by
typing 'Y'. Now select 'Set A and B sets' from the
menu. Move the mouse to '0) .. AAAAAA' and click
select. Select 'Back to New Barcode Menu' and 
then select 'View Current Barcode'. If all has gone 
well, you should see your barcode in all its glory.

 Now you will be wanting to save. Navigate your way
back to the main menu and select 'Quit'. Don't 
worry, your wonderful new barcode has not been lost
you will be saving from the Desktop. Click the 
middle button over the BarCode icon and move across
on 'Save �'. You should see a standard save box and
a picture of a pencil and a barcode in the box.
Alter the default name 'BarCode' if you want and 
save in the normal manner by dragging the icon to
a directory display.

 Now we will learn how to save as a Drawfile. It's
very easy. Go back into the main program by clicking
on the icon and salect 'Save Options' from the main
menu. Now select 'Save as Drawfile' from the menu 
return to the main menu by selecting 'Back to Main
Menu'. Now if you select 'Quit' and look at the save
box you will see that the picture of a pen and a 
barcode has been replaced by a drawfile icon. You
can the save using the exact same procedure as 
before and save out as a Drawfile. The procedure is 
exactly the same for Sprite saving except you have
to select 'Save as Sprite'.

 That ends our brief tutorial. 

Aknowledgements
~~~~~~~~~~~~~~~
 I would like to thank Michael Attenborough for
submitting his program MakeDraw in Acorn User Dec
1992. I used these routines extensivly in the 
Drawfile saving part of the program.
 
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000010  20 20 20 20 20 20 20 42  61 72 43 6f 64 65 0a 20  |       BarCode. |
00000020  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000030  20 20 20 20 20 20 7e 7e  7e 7e 7e 7e 7e 0a 0a 42  |      ~~~~~~~..B|
00000040  79 20 52 69 63 68 61 72  64 20 57 61 72 65 68 61  |y Richard Wareha|
00000050  6d 0a 0a 20 42 61 72 43  6f 64 65 20 69 73 20 61  |m.. BarCode is a|
00000060  20 70 72 6f 67 72 61 6d  20 74 68 61 74 2c 20 73  | program that, s|
00000070  75 70 72 69 73 69 6e 67  6c 79 20 65 6e 6f 75 67  |uprisingly enoug|
00000080  68 2c 20 0a 61 6c 6c 6f  77 73 20 79 6f 75 20 74  |h, .allows you t|
00000090  6f 20 63 72 65 61 74 65  20 62 61 72 63 6f 64 65  |o create barcode|
000000a0  73 20 6f 6e 20 74 68 65  20 63 6f 6d 70 75 74 65  |s on the compute|
000000b0  72 2e 20 0a 42 61 72 43  6f 64 65 20 77 69 6c 6c  |r. .BarCode will|
000000c0  20 6f 75 74 70 75 74 20  69 6e 20 61 20 76 61 72  | output in a var|
000000d0  69 65 74 79 20 6f 66 20  66 69 6c 65 20 66 6f 72  |iety of file for|
000000e0  6d 61 74 73 2e 0a 54 68  65 73 65 20 61 72 65 20  |mats..These are |
000000f0  44 72 61 77 2c 20 53 70  72 69 74 65 20 61 6e 64  |Draw, Sprite and|
00000100  20 69 74 73 20 76 65 72  79 20 6f 77 6e 20 42 61  | its very own Ba|
00000110  72 43 6f 64 65 0a 66 6f  72 6d 61 74 2e 20 49 74  |rCode.format. It|
00000120  20 69 73 20 77 6f 72 74  68 20 6e 6f 74 69 6e 67  | is worth noting|
00000130  20 61 74 20 74 68 69 73  20 70 6f 69 6e 74 20 74  | at this point t|
00000140  68 61 74 0a 42 61 72 43  6f 64 65 20 63 61 6e 20  |hat.BarCode can |
00000150  6f 6e 6c 79 20 6c 6f 61  64 20 69 74 73 20 6f 77  |only load its ow|
00000160  6e 20 66 69 6c 65 20 66  6f 72 6d 61 74 2e 0a 0a  |n file format...|
00000170  20 54 6f 20 72 75 6e 20  42 61 72 43 6f 64 65 20  | To run BarCode |
00000180  73 69 6d 70 6c 79 20 64  6f 75 62 6c 65 20 63 6c  |simply double cl|
00000190  69 63 6b 20 6f 6e 20 69  74 73 20 69 63 6f 6e 0a  |ick on its icon.|
000001a0  69 6e 20 74 68 65 20 64  69 72 65 63 74 6f 72 79  |in the directory|
000001b0  20 64 69 73 70 6c 61 79  2e 20 49 74 20 77 69 6c  | display. It wil|
000001c0  6c 20 69 6e 73 74 61 6c  6c 20 69 74 73 65 6c 66  |l install itself|
000001d0  20 6f 6e 0a 74 68 65 20  69 63 6f 6e 20 62 61 72  | on.the icon bar|
000001e0  20 61 73 20 75 73 75 61  6c 2e 20 49 66 20 79 6f  | as usual. If yo|
000001f0  75 20 65 78 61 6d 69 6e  65 20 74 68 65 20 69 63  |u examine the ic|
00000200  6f 6e 20 62 61 72 0a 6d  65 6e 75 20 28 70 72 65  |on bar.menu (pre|
00000210  73 73 20 74 68 65 20 6d  69 64 64 6c 65 20 62 75  |ss the middle bu|
00000220  74 74 6f 6e 20 6f 76 65  72 20 74 68 65 20 69 63  |tton over the ic|
00000230  6f 6e 20 6f 6e 20 74 68  65 0a 69 63 6f 6e 20 62  |on on the.icon b|
00000240  61 72 29 20 79 6f 75 20  77 69 6c 6c 20 73 65 65  |ar) you will see|
00000250  20 66 6f 75 72 20 6f 70  74 69 6f 6e 73 2e 20 59  | four options. Y|
00000260  6f 75 20 77 69 6c 6c 0a  70 72 6f 62 61 62 6c 79  |ou will.probably|
00000270  20 6b 6e 6f 77 20 77 68  61 74 20 6d 6f 73 74 20  | know what most |
00000280  6f 66 20 74 68 65 73 65  20 66 75 6e 63 74 69 6f  |of these functio|
00000290  6e 73 20 64 6f 2e 20 54  6f 0a 72 75 6e 20 74 68  |ns do. To.run th|
000002a0  65 20 6d 61 69 6e 20 70  61 72 74 20 6f 66 20 74  |e main part of t|
000002b0  68 65 20 70 72 6f 67 72  61 6d 20 73 69 6d 70 6c  |he program simpl|
000002c0  79 20 63 6c 69 63 6b 20  74 68 65 0a 6c 65 66 74  |y click the.left|
000002d0  20 62 75 74 74 6f 6e 20  6f 76 65 72 20 74 68 65  | button over the|
000002e0  20 69 63 6f 6e 2e 20 54  68 69 73 20 77 69 6c 6c  | icon. This will|
000002f0  20 70 72 65 73 65 6e 74  20 79 6f 75 20 0a 77 69  | present you .wi|
00000300  74 68 20 61 20 6d 61 69  6e 20 6d 65 6e 75 2e 20  |th a main menu. |
00000310  54 68 65 20 6f 70 74 69  6f 6e 73 20 61 72 65 20  |The options are |
00000320  3a 2d 0a 0a 49 6e 66 6f  72 6d 61 74 69 6f 6e 0a  |:-..Information.|
00000330  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 0a 20 54 68 69  |~~~~~~~~~~~. Thi|
00000340  73 20 64 69 73 70 6c 61  79 73 20 74 68 65 20 49  |s displays the I|
00000350  6e 66 6f 72 6d 61 74 69  6f 6e 20 53 63 72 65 65  |nformation Scree|
00000360  6e 2e 0a 0a 53 74 61 72  74 20 61 20 4e 65 77 20  |n...Start a New |
00000370  2f 20 45 64 69 74 20 43  75 72 72 65 6e 74 20 42  |/ Edit Current B|
00000380  61 72 63 6f 64 65 0a 7e  7e 7e 7e 7e 7e 7e 7e 7e  |arcode.~~~~~~~~~|
00000390  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |~~~~~~~~~~~~~~~~|
000003a0  7e 7e 7e 7e 7e 7e 7e 7e  7e 0a 20 54 68 69 73 20  |~~~~~~~~~. This |
000003b0  6c 65 61 64 73 20 74 6f  20 61 6e 6f 74 68 65 72  |leads to another|
000003c0  20 6d 65 6e 75 20 74 68  61 74 20 77 65 20 77 69  | menu that we wi|
000003d0  6c 6c 20 65 78 70 6c 61  69 6e 20 69 6e 0a 61 20  |ll explain in.a |
000003e0  6d 6f 6d 65 6e 74 2e 0a  0a 44 69 73 70 6c 61 79  |moment...Display|
000003f0  20 43 75 72 72 65 6e 74  20 42 61 72 63 6f 64 65  | Current Barcode|
00000400  0a 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |.~~~~~~~~~~~~~~~|
00000410  7e 7e 7e 7e 7e 7e 7e 7e  0a 20 44 69 73 70 6c 61  |~~~~~~~~. Displa|
00000420  79 73 20 74 68 65 20 63  75 72 72 65 6e 74 20 62  |ys the current b|
00000430  61 72 63 6f 64 65 2e 0a  0a 53 61 76 65 20 4f 70  |arcode...Save Op|
00000440  74 69 6f 6e 73 0a 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |tions.~~~~~~~~~~|
00000450  7e 7e 0a 20 54 68 69 73  20 6c 65 61 64 73 20 74  |~~. This leads t|
00000460  6f 20 61 6e 6f 74 68 65  72 20 6d 65 6e 75 20 77  |o another menu w|
00000470  68 65 72 65 20 79 6f 75  20 63 61 6e 20 73 65 6c  |here you can sel|
00000480  65 63 74 0a 77 68 61 74  20 66 69 6c 65 20 74 79  |ect.what file ty|
00000490  70 65 20 79 6f 75 20 77  69 73 68 20 42 61 72 43  |pe you wish BarC|
000004a0  6f 64 65 20 74 6f 20 6f  75 74 70 75 74 2e 20 59  |ode to output. Y|
000004b0  6f 75 72 20 0a 63 75 72  72 65 6e 74 20 73 65 6c  |our .current sel|
000004c0  65 63 74 69 6f 6e 20 69  73 20 64 69 73 70 6c 61  |ection is displa|
000004d0  79 65 64 20 61 74 20 74  68 65 20 74 6f 70 2e 0a  |yed at the top..|
000004e0  0a 51 75 69 74 0a 7e 7e  7e 7e 0a 0a 20 54 68 69  |.Quit.~~~~.. Thi|
000004f0  73 20 72 65 74 75 72 6e  73 20 79 6f 75 20 74 6f  |s returns you to|
00000500  20 74 68 65 20 64 65 73  6b 74 6f 70 2e 0a 0a 54  | the desktop...T|
00000510  68 65 20 27 53 74 61 72  74 20 61 20 4e 65 77 20  |he 'Start a New |
00000520  2f 20 45 64 69 74 20 43  75 72 72 65 6e 74 20 42  |/ Edit Current B|
00000530  61 72 63 6f 64 65 27 20  4d 65 6e 75 0a 7e 7e 7e  |arcode' Menu.~~~|
00000540  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |~~~~~~~~~~~~~~~~|
*
00000560  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 0a 20 0a 20 54 68  |~~~~~~~~~~. . Th|
00000570  69 73 20 6d 65 6e 75 20  69 73 20 69 6e 76 6f 6b  |is menu is invok|
00000580  65 64 20 62 79 20 73 65  6c 65 63 74 69 6e 67 20  |ed by selecting |
00000590  74 68 65 20 27 53 74 61  72 74 20 61 20 4e 65 77  |the 'Start a New|
000005a0  0a 2f 20 45 64 69 74 20  43 75 72 72 65 6e 74 20  |./ Edit Current |
000005b0  42 61 72 63 6f 64 65 20  6d 65 6e 75 20 6f 70 74  |Barcode menu opt|
000005c0  69 6f 6e 20 62 79 20 70  72 65 73 73 69 6e 67 20  |ion by pressing |
000005d0  0a 73 65 6c 65 63 74 20  6f 76 65 72 20 69 74 2e  |.select over it.|
000005e0  20 54 68 69 73 20 6d 65  6e 75 20 68 61 73 20 74  | This menu has t|
000005f0  68 65 73 65 20 6f 70 74  69 6f 6e 73 20 3a 2d 0a  |hese options :-.|
00000600  0a 53 65 74 20 41 72 74  69 63 6c 65 20 4e 75 6d  |.Set Article Num|
00000610  62 65 72 0a 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |ber.~~~~~~~~~~~~|
00000620  7e 7e 7e 7e 7e 7e 0a 20  54 68 65 20 61 72 74 69  |~~~~~~. The arti|
00000630  63 6c 65 20 6e 75 6d 62  65 72 20 69 73 20 74 68  |cle number is th|
00000640  65 20 6e 75 6d 62 65 72  20 74 68 61 74 20 61 70  |e number that ap|
00000650  70 65 61 72 73 20 42 45  4c 4f 57 0a 74 68 65 20  |pears BELOW.the |
00000660  4d 41 49 4e 20 62 61 72  63 6f 64 65 2e 20 54 68  |MAIN barcode. Th|
00000670  69 73 20 6d 65 61 6e 73  20 74 68 61 74 20 61 6e  |is means that an|
00000680  79 20 6e 75 6d 62 65 72  73 20 74 6f 20 74 68 65  |y numbers to the|
00000690  0a 72 69 67 68 74 20 6f  72 20 6c 65 66 74 20 6f  |.right or left o|
000006a0  66 20 74 68 65 20 6d 61  69 6e 20 63 68 75 6e 6b  |f the main chunk|
000006b0  20 6f 66 20 62 6c 61 63  6b 20 61 6e 64 20 77 68  | of black and wh|
000006c0  69 74 65 0a 4d 55 53 54  20 62 65 20 64 69 73 63  |ite.MUST be disc|
000006d0  6f 75 6e 74 65 64 2e 20  4d 6f 73 74 20 61 72 74  |ounted. Most art|
000006e0  69 63 6c 65 20 6e 75 6d  62 65 72 73 20 61 72 65  |icle numbers are|
000006f0  20 74 77 65 6c 76 65 0a  64 69 67 69 74 73 20 69  | twelve.digits i|
00000700  6e 20 6c 65 6e 67 74 68  2e 20 54 68 65 20 70 72  |n length. The pr|
00000710  6f 67 72 61 6d 20 77 69  6c 6c 20 6f 6e 6c 79 20  |ogram will only |
00000720  61 63 63 65 70 74 20 69  6e 70 75 74 0a 6f 66 20  |accept input.of |
00000730  74 77 65 6c 76 65 20 6e  75 6d 62 65 72 73 20 73  |twelve numbers s|
00000740  6f 20 64 6f 6e 27 74 20  74 72 79 20 70 72 65 73  |o don't try pres|
00000750  73 69 6e 67 20 72 65 74  75 72 6e 20 61 66 74 65  |sing return afte|
00000760  72 0a 74 79 70 69 6e 67  20 6f 6e 6c 79 20 74 65  |r.typing only te|
00000770  6e 20 6e 75 6d 62 65 72  73 2e 20 42 61 72 43 6f  |n numbers. BarCo|
00000780  64 65 20 77 69 6c 6c 20  61 73 6b 20 79 6f 75 20  |de will ask you |
00000790  69 66 20 74 68 65 0a 61  62 6f 76 65 20 6e 75 6d  |if the.above num|
000007a0  62 65 72 20 69 73 20 63  6f 72 72 65 63 74 20 61  |ber is correct a|
000007b0  6e 64 20 69 66 20 6e 6f  74 20 69 74 20 77 69 6c  |nd if not it wil|
000007c0  6c 20 61 6c 6c 6f 77 20  79 6f 75 0a 74 6f 20 69  |l allow you.to i|
000007d0  6e 70 75 74 20 69 74 20  61 67 61 69 6e 2e 20 20  |nput it again.  |
000007e0  20 0a 0a 53 65 74 20 41  20 61 6e 64 20 42 20 73  | ..Set A and B s|
000007f0  65 74 73 0a 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |ets.~~~~~~~~~~~~|
00000800  7e 7e 7e 7e 0a 20 54 68  69 73 20 61 6c 6c 6f 77  |~~~~. This allow|
00000810  73 20 79 6f 75 20 74 6f  20 73 70 65 63 69 66 79  |s you to specify|
00000820  20 74 68 65 20 6e 75 6d  62 65 72 20 74 68 61 74  | the number that|
00000830  20 6e 6f 72 6d 61 6c 6c  79 0a 61 70 70 65 61 72  | normally.appear|
00000840  73 20 74 6f 20 74 68 65  20 4c 45 46 54 20 6f 66  |s to the LEFT of|
00000850  20 74 68 65 20 62 61 72  63 6f 64 65 2e 20 54 68  | the barcode. Th|
00000860  69 73 20 6e 75 6d 62 65  72 20 0a 64 65 73 63 72  |is number .descr|
00000870  69 62 65 73 20 77 68 61  74 20 70 61 74 74 65 72  |ibes what patter|
00000880  6e 20 6f 66 20 6e 75 6d  62 65 72 20 73 65 74 73  |n of number sets|
00000890  20 28 73 65 65 20 66 69  6c 65 20 0a 6e 61 6d 65  | (see file .name|
000008a0  64 20 27 4e 75 6d 62 65  72 42 61 72 73 27 20 69  |d 'NumberBars' i|
000008b0  6e 20 74 68 65 20 45 78  61 6d 70 6c 65 73 20 64  |n the Examples d|
000008c0  69 72 65 63 74 6f 72 79  29 20 74 68 65 0a 62 61  |irectory) the.ba|
000008d0  72 63 6f 64 65 20 77 69  6c 6c 20 75 73 65 2e 20  |rcode will use. |
000008e0  54 68 65 73 65 20 61 72  65 20 61 6c 77 61 79 73  |These are always|
000008f0  20 69 6e 20 74 68 65 20  66 6f 72 6d 0a 0a 20 20  | in the form..  |
00000900  58 58 58 58 58 58 20 43  43 43 43 43 43 0a 0a 77  |XXXXXX CCCCCC..w|
00000910  68 65 72 65 20 74 68 65  20 58 58 58 58 58 58 20  |here the XXXXXX |
00000920  73 74 61 6e 64 73 20 66  6f 72 20 74 68 65 20 70  |stands for the p|
00000930  61 74 74 65 72 6e 20 6f  66 20 27 41 27 73 20 61  |attern of 'A's a|
00000940  6e 64 20 0a 27 42 27 73  20 74 68 61 74 20 61 70  |nd .'B's that ap|
00000950  70 65 61 72 20 6e 65 78  74 20 74 6f 20 74 68 65  |pear next to the|
00000960  20 6e 75 6d 62 65 72 2e  20 54 68 65 20 6d 65 6e  | number. The men|
00000970  75 20 68 61 73 0a 61 6e  20 6f 70 74 69 6f 6e 20  |u has.an option |
00000980  27 4d 6f 72 65 20 2d 3e  27 20 61 74 20 74 68 65  |'More ->' at the|
00000990  20 62 6f 74 74 6f 6d 2e  20 54 68 69 73 20 6c 65  | bottom. This le|
000009a0  61 64 73 20 74 6f 20 0a  61 6e 6f 74 68 65 72 20  |ads to .another |
000009b0  6d 65 6e 75 20 77 69 74  68 20 74 68 65 20 72 65  |menu with the re|
000009c0  6d 61 69 6e 64 65 72 20  6f 66 20 74 68 65 20 6e  |mainder of the n|
000009d0  75 6d 62 65 72 73 20 61  6e 64 0a 27 3c 2d 20 42  |umbers and.'<- B|
000009e0  61 63 6b 27 20 69 6e 20  69 74 2e 20 27 3c 2d 20  |ack' in it. '<- |
000009f0  42 61 63 6b 27 20 77 69  6c 6c 20 74 61 6b 65 20  |Back' will take |
00000a00  79 6f 75 20 62 61 63 6b  20 74 6f 20 74 68 65 0a  |you back to the.|
00000a10  66 69 72 73 74 20 6d 65  6e 75 2e 20 42 6f 74 68  |first menu. Both|
00000a20  20 6d 65 6e 75 73 20 68  61 76 65 20 74 68 65 20  | menus have the |
00000a30  6f 70 74 69 6f 6e 20 27  42 61 63 6b 20 74 6f 20  |option 'Back to |
00000a40  4e 65 77 0a 42 61 72 63  6f 64 65 20 4d 65 6e 75  |New.Barcode Menu|
00000a50  27 2e 20 54 68 69 73 20  77 69 6c 6c 20 74 61 6b  |'. This will tak|
00000a60  65 20 79 6f 75 20 62 61  63 6b 20 74 6f 20 74 68  |e you back to th|
00000a70  65 20 27 53 74 61 72 74  0a 61 20 4e 65 77 20 2f  |e 'Start.a New /|
00000a80  20 45 64 69 74 20 43 75  72 72 65 6e 74 20 42 61  | Edit Current Ba|
00000a90  72 63 6f 64 65 27 20 6d  65 6e 75 2e 0a 0a 56 69  |rcode' menu...Vi|
00000aa0  65 77 20 43 75 72 72 65  6e 74 20 42 61 72 63 6f  |ew Current Barco|
00000ab0  64 65 0a 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |de.~~~~~~~~~~~~~|
00000ac0  7e 7e 7e 7e 7e 7e 7e 0a  20 53 61 6d 65 20 61 73  |~~~~~~~. Same as|
00000ad0  20 74 68 65 20 27 44 69  73 70 6c 61 79 20 43 75  | the 'Display Cu|
00000ae0  72 72 65 6e 74 20 42 61  72 63 6f 64 65 27 20 6f  |rrent Barcode' o|
00000af0  70 74 69 6f 6e 20 6f 6e  20 74 68 65 0a 6d 61 69  |ption on the.mai|
00000b00  6e 20 6d 65 6e 75 2e 20  0a 0a 42 61 63 6b 20 74  |n menu. ..Back t|
00000b10  6f 20 4d 61 69 6e 20 4d  65 6e 75 0a 7e 7e 7e 7e  |o Main Menu.~~~~|
00000b20  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 0a 20 54  |~~~~~~~~~~~~~. T|
00000b30  68 69 73 20 74 61 6b 65  73 20 79 6f 75 20 62 61  |his takes you ba|
00000b40  63 6b 20 74 6f 20 74 68  65 20 6d 61 69 6e 20 6d  |ck to the main m|
00000b50  65 6e 75 2e 0a 0a 49 4d  50 4f 52 54 41 4e 54 0a  |enu...IMPORTANT.|
00000b60  7e 7e 7e 7e 7e 7e 7e 7e  7e 0a 20 44 75 65 20 74  |~~~~~~~~~. Due t|
00000b70  6f 20 74 68 65 20 73 74  72 75 63 74 75 72 65 20  |o the structure |
00000b80  6f 66 20 74 68 69 73 20  70 72 6f 67 72 61 6d 20  |of this program |
00000b90  69 74 20 69 73 0a 56 49  54 41 4c 20 74 6f 20 6b  |it is.VITAL to k|
00000ba0  65 65 70 20 74 68 65 20  64 69 73 6b 20 69 6e 20  |eep the disk in |
00000bb0  74 68 65 20 64 72 69 76  65 20 77 68 65 6e 20 6a  |the drive when j|
00000bc0  75 6d 70 69 6e 67 0a 66  72 6f 6d 20 74 68 65 20  |umping.from the |
00000bd0  64 65 73 6b 74 6f 70 20  69 6e 74 6f 20 74 68 65  |desktop into the|
00000be0  20 6d 61 69 6e 20 70 72  6f 67 72 61 6d 20 61 6e  | main program an|
00000bf0  64 20 77 68 65 6e 20 0a  75 73 69 6e 67 20 74 68  |d when .using th|
00000c00  65 20 69 63 6f 6e 20 62  61 72 20 6d 65 6e 75 2e  |e icon bar menu.|
00000c10  0a 0a 4c 6f 61 64 69 6e  67 0a 7e 7e 7e 7e 7e 7e  |..Loading.~~~~~~|
00000c20  7e 0a 20 41 73 20 73 61  69 64 20 62 65 66 6f 72  |~. As said befor|
00000c30  65 20 42 61 72 43 6f 64  65 20 63 6f 6e 20 6f 6e  |e BarCode con on|
00000c40  6c 79 20 6c 6f 61 64 20  42 61 72 43 6f 64 65 20  |ly load BarCode |
00000c50  66 69 6c 65 73 0a 61 73  20 6f 6e 6c 79 20 74 68  |files.as only th|
00000c60  65 73 65 20 68 6f 6c 64  20 65 6e 6f 75 67 68 20  |ese hold enough |
00000c70  69 6e 66 6f 72 6d 61 74  69 6f 6e 20 74 6f 20 72  |information to r|
00000c80  65 63 72 65 61 74 65 0a  42 61 72 63 6f 64 65 73  |ecreate.Barcodes|
00000c90  2e 20 54 68 65 72 65 20  61 72 65 20 74 77 6f 20  |. There are two |
00000ca0  77 61 79 73 20 74 6f 20  6c 6f 61 64 20 61 20 42  |ways to load a B|
00000cb0  61 72 43 6f 64 65 20 66  69 6c 65 2c 0a 74 68 65  |arCode file,.the|
00000cc0  73 65 20 61 72 65 20 64  6f 75 62 6c 65 20 63 6c  |se are double cl|
00000cd0  69 63 6b 69 6e 67 20 6f  6e 20 69 74 20 61 6e 64  |icking on it and|
00000ce0  20 64 72 61 67 67 69 6e  67 20 69 74 20 66 72 6f  | dragging it fro|
00000cf0  6d 0a 74 68 65 20 64 69  72 65 63 74 6f 72 79 20  |m.the directory |
00000d00  64 69 73 70 6c 61 79 20  6f 6e 74 6f 20 74 68 65  |display onto the|
00000d10  20 69 63 6f 6e 2e 0a 0a  54 75 74 6f 72 69 61 6c  | icon...Tutorial|
00000d20  0a 7e 7e 7e 7e 7e 7e 7e  7e 0a 20 44 75 72 69 6e  |.~~~~~~~~. Durin|
00000d30  67 20 74 68 69 73 20 74  75 74 6f 72 69 61 6c 20  |g this tutorial |
00000d40  77 65 20 77 69 6c 6c 20  62 65 20 75 73 69 6e 67  |we will be using|
00000d50  20 74 68 65 20 70 72 6f  67 72 61 6d 0a 74 6f 20  | the program.to |
00000d60  63 72 65 61 74 65 20 61  20 62 61 72 63 6f 64 65  |create a barcode|
00000d70  20 6c 69 6b 65 20 74 68  65 20 6f 6e 65 20 69 6e  | like the one in|
00000d80  20 74 68 65 20 66 69 6c  65 73 0a 27 42 61 72 43  | the files.'BarC|
00000d90  6f 64 65 44 72 77 27 2c  20 27 42 61 72 43 6f 64  |odeDrw', 'BarCod|
00000da0  65 53 70 74 27 20 61 6e  64 20 27 42 61 72 43 6f  |eSpt' and 'BarCo|
00000db0  64 65 27 20 28 74 68 65  79 20 61 72 65 0a 66 6f  |de' (they are.fo|
00000dc0  75 6e 64 20 69 6e 20 74  68 65 20 45 78 61 6d 70  |und in the Examp|
00000dd0  6c 65 73 20 64 69 72 65  63 74 6f 72 79 29 2e 20  |les directory). |
00000de0  56 69 65 77 20 74 68 65  20 66 69 6c 65 73 0a 27  |View the files.'|
00000df0  42 61 72 43 6f 64 65 44  72 77 27 20 61 6e 64 20  |BarCodeDrw' and |
00000e00  27 42 61 72 43 6f 64 65  53 70 74 27 20 6e 6f 77  |'BarCodeSpt' now|
00000e10  20 62 79 20 64 6f 75 62  6c 65 2d 63 6c 69 63 6b  | by double-click|
00000e20  69 6e 67 0a 6f 6e 20 74  68 65 6d 2e 20 44 6f 6e  |ing.on them. Don|
00000e30  27 74 20 64 6f 75 62 6c  65 2d 63 6c 69 63 6b 20  |'t double-click |
00000e40  6f 6e 20 27 42 61 72 43  6f 64 65 27 20 61 73 20  |on 'BarCode' as |
00000e50  74 68 69 73 20 0a 77 69  6c 6c 20 6f 6e 6c 79 20  |this .will only |
00000e60  6c 6f 61 64 20 69 74 73  65 6c 66 20 69 6e 74 6f  |load itself into|
00000e70  20 74 68 65 20 70 72 6f  67 72 61 6d 20 61 6e 64  | the program and|
00000e80  20 77 69 6c 6c 20 6e 6f  74 0a 69 6d 6d 65 64 69  | will not.immedi|
00000e90  61 74 6c 79 20 72 65 76  65 61 6c 20 69 73 74 65  |atly reveal iste|
00000ea0  6c 66 2e 0a 0a 20 54 6f  20 73 74 61 72 74 20 77  |lf... To start w|
00000eb0  69 74 68 20 6c 6f 61 64  20 74 68 65 20 70 72 6f  |ith load the pro|
00000ec0  67 72 61 6d 20 75 70 20  62 79 20 64 6f 75 62 6c  |gram up by doubl|
00000ed0  65 2d 0a 63 6c 69 63 6b  69 6e 67 20 6f 6e 20 69  |e-.clicking on i|
00000ee0  74 20 61 73 20 6e 6f 72  6d 61 6c 2e 20 4e 6f 77  |t as normal. Now|
00000ef0  20 63 6c 69 63 6b 20 4f  4e 43 45 20 6f 6e 20 74  | click ONCE on t|
00000f00  68 65 20 69 63 6f 6e 0a  74 6f 20 62 72 69 6e 67  |he icon.to bring|
00000f10  20 74 68 65 20 6d 61 69  6e 20 6d 65 6e 75 20 75  | the main menu u|
00000f20  70 2e 20 53 65 6c 65 63  74 20 27 53 74 61 72 74  |p. Select 'Start|
00000f30  20 61 20 4e 65 77 20 2f  20 0a 45 64 69 74 20 43  | a New / .Edit C|
00000f40  75 72 72 65 6e 74 20 42  61 72 63 6f 64 65 27 2e  |urrent Barcode'.|
00000f50  20 4e 6f 77 20 73 65 6c  65 63 74 20 27 53 65 74  | Now select 'Set|
00000f60  20 41 72 74 69 63 6c 65  0a 4e 75 6d 62 65 72 27  | Article.Number'|
00000f70  20 61 6e 64 20 74 79 70  65 20 74 68 65 20 66 6f  | and type the fo|
00000f80  6c 6c 6f 77 69 6e 67 20  3a 2d 0a 0a 20 20 31 32  |llowing :-..  12|
00000f90  33 34 35 36 37 38 39 30  31 32 0a 0a 52 65 73 70  |3456789012..Resp|
00000fa0  6f 6e 64 20 74 6f 20 74  68 65 20 71 75 65 73 74  |ond to the quest|
00000fb0  69 6f 6e 20 27 49 73 20  74 68 69 73 20 63 6f 72  |ion 'Is this cor|
00000fc0  72 65 63 74 20 28 59 2f  4e 29 27 20 62 79 0a 74  |rect (Y/N)' by.t|
00000fd0  79 70 69 6e 67 20 27 59  27 2e 20 4e 6f 77 20 73  |yping 'Y'. Now s|
00000fe0  65 6c 65 63 74 20 27 53  65 74 20 41 20 61 6e 64  |elect 'Set A and|
00000ff0  20 42 20 73 65 74 73 27  20 66 72 6f 6d 20 74 68  | B sets' from th|
00001000  65 0a 6d 65 6e 75 2e 20  4d 6f 76 65 20 74 68 65  |e.menu. Move the|
00001010  20 6d 6f 75 73 65 20 74  6f 20 27 30 29 20 2e 2e  | mouse to '0) ..|
00001020  20 41 41 41 41 41 41 27  20 61 6e 64 20 63 6c 69  | AAAAAA' and cli|
00001030  63 6b 0a 73 65 6c 65 63  74 2e 20 53 65 6c 65 63  |ck.select. Selec|
00001040  74 20 27 42 61 63 6b 20  74 6f 20 4e 65 77 20 42  |t 'Back to New B|
00001050  61 72 63 6f 64 65 20 4d  65 6e 75 27 20 61 6e 64  |arcode Menu' and|
00001060  20 0a 74 68 65 6e 20 73  65 6c 65 63 74 20 27 56  | .then select 'V|
00001070  69 65 77 20 43 75 72 72  65 6e 74 20 42 61 72 63  |iew Current Barc|
00001080  6f 64 65 27 2e 20 49 66  20 61 6c 6c 20 68 61 73  |ode'. If all has|
00001090  20 67 6f 6e 65 20 0a 77  65 6c 6c 2c 20 79 6f 75  | gone .well, you|
000010a0  20 73 68 6f 75 6c 64 20  73 65 65 20 79 6f 75 72  | should see your|
000010b0  20 62 61 72 63 6f 64 65  20 69 6e 20 61 6c 6c 20  | barcode in all |
000010c0  69 74 73 20 67 6c 6f 72  79 2e 0a 0a 20 4e 6f 77  |its glory... Now|
000010d0  20 79 6f 75 20 77 69 6c  6c 20 62 65 20 77 61 6e  | you will be wan|
000010e0  74 69 6e 67 20 74 6f 20  73 61 76 65 2e 20 4e 61  |ting to save. Na|
000010f0  76 69 67 61 74 65 20 79  6f 75 72 20 77 61 79 0a  |vigate your way.|
00001100  62 61 63 6b 20 74 6f 20  74 68 65 20 6d 61 69 6e  |back to the main|
00001110  20 6d 65 6e 75 20 61 6e  64 20 73 65 6c 65 63 74  | menu and select|
00001120  20 27 51 75 69 74 27 2e  20 44 6f 6e 27 74 20 0a  | 'Quit'. Don't .|
00001130  77 6f 72 72 79 2c 20 79  6f 75 72 20 77 6f 6e 64  |worry, your wond|
00001140  65 72 66 75 6c 20 6e 65  77 20 62 61 72 63 6f 64  |erful new barcod|
00001150  65 20 68 61 73 20 6e 6f  74 20 62 65 65 6e 20 6c  |e has not been l|
00001160  6f 73 74 0a 79 6f 75 20  77 69 6c 6c 20 62 65 20  |ost.you will be |
00001170  73 61 76 69 6e 67 20 66  72 6f 6d 20 74 68 65 20  |saving from the |
00001180  44 65 73 6b 74 6f 70 2e  20 43 6c 69 63 6b 20 74  |Desktop. Click t|
00001190  68 65 20 0a 6d 69 64 64  6c 65 20 62 75 74 74 6f  |he .middle butto|
000011a0  6e 20 6f 76 65 72 20 74  68 65 20 42 61 72 43 6f  |n over the BarCo|
000011b0  64 65 20 69 63 6f 6e 20  61 6e 64 20 6d 6f 76 65  |de icon and move|
000011c0  20 61 63 72 6f 73 73 0a  6f 6e 20 27 53 61 76 65  | across.on 'Save|
000011d0  20 89 27 2e 20 59 6f 75  20 73 68 6f 75 6c 64 20  | .'. You should |
000011e0  73 65 65 20 61 20 73 74  61 6e 64 61 72 64 20 73  |see a standard s|
000011f0  61 76 65 20 62 6f 78 20  61 6e 64 0a 61 20 70 69  |ave box and.a pi|
00001200  63 74 75 72 65 20 6f 66  20 61 20 70 65 6e 63 69  |cture of a penci|
00001210  6c 20 61 6e 64 20 61 20  62 61 72 63 6f 64 65 20  |l and a barcode |
00001220  69 6e 20 74 68 65 20 62  6f 78 2e 0a 41 6c 74 65  |in the box..Alte|
00001230  72 20 74 68 65 20 64 65  66 61 75 6c 74 20 6e 61  |r the default na|
00001240  6d 65 20 27 42 61 72 43  6f 64 65 27 20 69 66 20  |me 'BarCode' if |
00001250  79 6f 75 20 77 61 6e 74  20 61 6e 64 20 0a 73 61  |you want and .sa|
00001260  76 65 20 69 6e 20 74 68  65 20 6e 6f 72 6d 61 6c  |ve in the normal|
00001270  20 6d 61 6e 6e 65 72 20  62 79 20 64 72 61 67 67  | manner by dragg|
00001280  69 6e 67 20 74 68 65 20  69 63 6f 6e 20 74 6f 0a  |ing the icon to.|
00001290  61 20 64 69 72 65 63 74  6f 72 79 20 64 69 73 70  |a directory disp|
000012a0  6c 61 79 2e 0a 0a 20 4e  6f 77 20 77 65 20 77 69  |lay... Now we wi|
000012b0  6c 6c 20 6c 65 61 72 6e  20 68 6f 77 20 74 6f 20  |ll learn how to |
000012c0  73 61 76 65 20 61 73 20  61 20 44 72 61 77 66 69  |save as a Drawfi|
000012d0  6c 65 2e 20 49 74 27 73  0a 76 65 72 79 20 65 61  |le. It's.very ea|
000012e0  73 79 2e 20 47 6f 20 62  61 63 6b 20 69 6e 74 6f  |sy. Go back into|
000012f0  20 74 68 65 20 6d 61 69  6e 20 70 72 6f 67 72 61  | the main progra|
00001300  6d 20 62 79 20 63 6c 69  63 6b 69 6e 67 0a 6f 6e  |m by clicking.on|
00001310  20 74 68 65 20 69 63 6f  6e 20 61 6e 64 20 73 61  | the icon and sa|
00001320  6c 65 63 74 20 27 53 61  76 65 20 4f 70 74 69 6f  |lect 'Save Optio|
00001330  6e 73 27 20 66 72 6f 6d  20 74 68 65 20 6d 61 69  |ns' from the mai|
00001340  6e 0a 6d 65 6e 75 2e 20  4e 6f 77 20 73 65 6c 65  |n.menu. Now sele|
00001350  63 74 20 27 53 61 76 65  20 61 73 20 44 72 61 77  |ct 'Save as Draw|
00001360  66 69 6c 65 27 20 66 72  6f 6d 20 74 68 65 20 6d  |file' from the m|
00001370  65 6e 75 20 0a 72 65 74  75 72 6e 20 74 6f 20 74  |enu .return to t|
00001380  68 65 20 6d 61 69 6e 20  6d 65 6e 75 20 62 79 20  |he main menu by |
00001390  73 65 6c 65 63 74 69 6e  67 20 27 42 61 63 6b 20  |selecting 'Back |
000013a0  74 6f 20 4d 61 69 6e 0a  4d 65 6e 75 27 2e 20 4e  |to Main.Menu'. N|
000013b0  6f 77 20 69 66 20 79 6f  75 20 73 65 6c 65 63 74  |ow if you select|
000013c0  20 27 51 75 69 74 27 20  61 6e 64 20 6c 6f 6f 6b  | 'Quit' and look|
000013d0  20 61 74 20 74 68 65 20  73 61 76 65 0a 62 6f 78  | at the save.box|
000013e0  20 79 6f 75 20 77 69 6c  6c 20 73 65 65 20 74 68  | you will see th|
000013f0  61 74 20 74 68 65 20 70  69 63 74 75 72 65 20 6f  |at the picture o|
00001400  66 20 61 20 70 65 6e 20  61 6e 64 20 61 20 0a 62  |f a pen and a .b|
00001410  61 72 63 6f 64 65 20 68  61 73 20 62 65 65 6e 20  |arcode has been |
00001420  72 65 70 6c 61 63 65 64  20 62 79 20 61 20 64 72  |replaced by a dr|
00001430  61 77 66 69 6c 65 20 69  63 6f 6e 2e 20 59 6f 75  |awfile icon. You|
00001440  0a 63 61 6e 20 74 68 65  20 73 61 76 65 20 75 73  |.can the save us|
00001450  69 6e 67 20 74 68 65 20  65 78 61 63 74 20 73 61  |ing the exact sa|
00001460  6d 65 20 70 72 6f 63 65  64 75 72 65 20 61 73 20  |me procedure as |
00001470  0a 62 65 66 6f 72 65 20  61 6e 64 20 73 61 76 65  |.before and save|
00001480  20 6f 75 74 20 61 73 20  61 20 44 72 61 77 66 69  | out as a Drawfi|
00001490  6c 65 2e 20 54 68 65 20  70 72 6f 63 65 64 75 72  |le. The procedur|
000014a0  65 20 69 73 20 0a 65 78  61 63 74 6c 79 20 74 68  |e is .exactly th|
000014b0  65 20 73 61 6d 65 20 66  6f 72 20 53 70 72 69 74  |e same for Sprit|
000014c0  65 20 73 61 76 69 6e 67  20 65 78 63 65 70 74 20  |e saving except |
000014d0  79 6f 75 20 68 61 76 65  0a 74 6f 20 73 65 6c 65  |you have.to sele|
000014e0  63 74 20 27 53 61 76 65  20 61 73 20 53 70 72 69  |ct 'Save as Spri|
000014f0  74 65 27 2e 0a 0a 20 54  68 61 74 20 65 6e 64 73  |te'... That ends|
00001500  20 6f 75 72 20 62 72 69  65 66 20 74 75 74 6f 72  | our brief tutor|
00001510  69 61 6c 2e 20 0a 0a 41  6b 6e 6f 77 6c 65 64 67  |ial. ..Aknowledg|
00001520  65 6d 65 6e 74 73 0a 7e  7e 7e 7e 7e 7e 7e 7e 7e  |ements.~~~~~~~~~|
00001530  7e 7e 7e 7e 7e 7e 0a 20  49 20 77 6f 75 6c 64 20  |~~~~~~. I would |
00001540  6c 69 6b 65 20 74 6f 20  74 68 61 6e 6b 20 4d 69  |like to thank Mi|
00001550  63 68 61 65 6c 20 41 74  74 65 6e 62 6f 72 6f 75  |chael Attenborou|
00001560  67 68 20 66 6f 72 0a 73  75 62 6d 69 74 74 69 6e  |gh for.submittin|
00001570  67 20 68 69 73 20 70 72  6f 67 72 61 6d 20 4d 61  |g his program Ma|
00001580  6b 65 44 72 61 77 20 69  6e 20 41 63 6f 72 6e 20  |keDraw in Acorn |
00001590  55 73 65 72 20 44 65 63  0a 31 39 39 32 2e 20 49  |User Dec.1992. I|
000015a0  20 75 73 65 64 20 74 68  65 73 65 20 72 6f 75 74  | used these rout|
000015b0  69 6e 65 73 20 65 78 74  65 6e 73 69 76 6c 79 20  |ines extensivly |
000015c0  69 6e 20 74 68 65 20 0a  44 72 61 77 66 69 6c 65  |in the .Drawfile|
000015d0  20 73 61 76 69 6e 67 20  70 61 72 74 20 6f 66 20  | saving part of |
000015e0  74 68 65 20 70 72 6f 67  72 61 6d 2e 0a 20        |the program.. |
000015ee