Home » Archimedes archive » Acorn User » AU 1994-04.adf » !StarInfo_StarInfo » Bright/!Cassette/!Help
Bright/!Cassette/!Help
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-04.adf » !StarInfo_StarInfo |
Filename: | Bright/!Cassette/!Help |
Read OK: | ✔ |
File size: | 14B8 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!Cassette - � Mark Bright ---------------------------------------------- If in any doubt about what to do or how, use the Interactive Help facility (!Help), however here are some of the keys that !Cassette uses: Function Keys: <Shift><f9> - New Inlay \ <f10> - Swap Case > Same as Basic <f11> - Delete to end of line / Editor Other Keys : <Home> Return to Track 1 <Tab> Toggle between Side A and Side B <Print> Print inlay If the main window is opened with <Adjust> then all the Icons will be filled with suitable text to act as a quick reference guide of what goes where. Note that this ONLY happens when the program is first run. History : Version 0.91 March 1990 First Public Release, (D. Pilling !WorldMap Disc) Version 0.98 1st September 1990 Released to Archive at Acorn User Show (07-Sep-90) Version 0.99 9th September 1990 User selectable outline fonts. Set required font in !Run.(Many Thanks to J.Wallace for the code to do that one!) Warning Given if Clipping takes place When printing via RiscOS driver, though this does need a bit more work yet! Version 1.00 - Somehow I seem to have got a version 1.00 How that happened, I'm not sure. Version 1.01 18th January 1992 Minor bug fix to RISCOS printout. One of the two title lines was lower than the other by 5 OS units. Version 1.02 22nd January 1992 Bug Fix: Tape number should only be 5 characters, and any attempt to load a saved file with a 6 character tape number caused the program to crash. Now allows 6 character tape numbers. However you are recomended to stick to 5. Thanks to Stuart Ford for spotting that one. Version 1.03 27th May 1992 When opening a resource file, checks if file exists and gives a more sensible error message than "CHANNEL"if it does not. Version 1.10 19tH June 1992 Printout slightly reworked to give a better output. Only really noticable when used on a laser printer. FORMAT option added to main menu. When selected this will format all of the tracks to Capitalised Words, the artist and album title to upper case. The save option now chooses a more usefull default filename: in the following format 'Cass_BT 00' where BT 00 is the tape number as entered for the inlay. Version 1.11 8th July 1992 Now reads the pixel ration of the screen mode on startup and attempts to load a suitable spritefile. If such a file is not available then the default spritefile is loaded. Version 1.12 9th July 1992 Supports "Iconisation" to the pinboard in RiscOS 3 Version 1.13 10th July 1992 First go at fixing an irritating 'feature' of the RiscOS printout : When text is too long to fit in the inlay space, it is clipped to fit. The problem was however, when using higher resolutions, due to the way the printer driver requests the drawing information, you could well end up being warned about a 'Clipped' text 3 or even 4 times. I think that the problem is now cured, unless you know better! Version 1.14 14th July 1992 Fixed bug in Iconisation routine. Should now iconise with filename not simply "!Cassette". Version 1.15 2nd August 1992 Finally fixed the bug in the iconisation routine. So much easier when you actually have access to RiscOS 3 !!!! Version 1.16 5th August 1992 Implemented 'Drag-A-Sprite' on RiscOS 3 machines. Version 1.17 11th August 1992 Interactive help on MENU'S now functional on RiscOS 3.x machines. Alternative info window removed. Now checks for current version of OS on startup and initialises to suit. To go with this change, the routine which loads up the correct sprites depending upon mode now only works with version 3.00 or greater. The idea of this is greater consistency between different sections of the code! Version 1.18 14th August 1992 Now responds to Desktop save messages. If used on a Portable (A4) will save current file to the scrap directory in the event of a low power warning. Version 1.19 16th August 1992 Limited multi-Tasking during printout implemented. Version 1.20 20th August 1992 Auto-Kerning used if font manager can support it. Version 1.21 23rd August 1992 BUG FIX: On a RiscOS 3.x machine, the printer driver module is in ROM. The way !Cassette checks to see if RiscOS printing is possible is to check for the presence of the module. However, unless the !Printers application has been run, the module is not initialised and printing will fail. !Cassette now checks for the module, (Failing if not loaded), and then checks if a printer driver has been selected (Failing if not). Version 1.22 20th January 1993 BUG FIX: Version 1.23 20th September 1993 BUG FIX: Auto Format routine missed the bottom section of side one. This program has been placed into the public domain by Mark Bright. It may be freely copied and distributed for non-profit making purposes, so long as the code is not altered (apart from customising !Run/!Boot files) and this text file remains present and unaltered. Routines from this program may be used if they are of any use to you, but please credit me. Anyway, I hope you enjoy this program, and find it useful, if you have any suggestions to improve the functionallity or any bug reports I would be grateful to hear from you. Mark Bright 17 Astley Avenue Lapal Halesowen West Midlands B62 9TA
00000000 21 43 61 73 73 65 74 74 65 20 2d 20 a9 20 4d 61 |!Cassette - . Ma| 00000010 72 6b 20 42 72 69 67 68 74 0a 2d 2d 2d 2d 2d 2d |rk Bright.------| 00000020 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000040 2d 2d 2d 2d 2d 2d 2d 2d 0a 20 20 20 20 20 20 20 |--------. | 00000050 20 0a 49 66 20 69 6e 20 61 6e 79 20 64 6f 75 62 | .If in any doub| 00000060 74 20 61 62 6f 75 74 20 77 68 61 74 20 74 6f 20 |t about what to | 00000070 64 6f 20 6f 72 20 68 6f 77 2c 20 75 73 65 20 74 |do or how, use t| 00000080 68 65 0a 49 6e 74 65 72 61 63 74 69 76 65 20 48 |he.Interactive H| 00000090 65 6c 70 20 66 61 63 69 6c 69 74 79 20 28 21 48 |elp facility (!H| 000000a0 65 6c 70 29 2c 20 68 6f 77 65 76 65 72 20 68 65 |elp), however he| 000000b0 72 65 0a 61 72 65 20 73 6f 6d 65 20 6f 66 20 74 |re.are some of t| 000000c0 68 65 20 6b 65 79 73 20 74 68 61 74 20 21 43 61 |he keys that !Ca| 000000d0 73 73 65 74 74 65 20 75 73 65 73 3a 0a 0a 46 75 |ssette uses:..Fu| 000000e0 6e 63 74 69 6f 6e 20 4b 65 79 73 3a 0a 3c 53 68 |nction Keys:.<Sh| 000000f0 69 66 74 3e 3c 66 39 3e 20 2d 20 4e 65 77 20 49 |ift><f9> - New I| 00000100 6e 6c 61 79 20 20 20 20 20 20 20 20 5c 0a 3c 66 |nlay \.<f| 00000110 31 30 3e 20 2d 20 53 77 61 70 20 43 61 73 65 20 |10> - Swap Case | 00000120 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3e 20 | > | 00000130 53 61 6d 65 20 61 73 20 42 61 73 69 63 20 0a 3c |Same as Basic .<| 00000140 66 31 31 3e 20 2d 20 44 65 6c 65 74 65 20 74 6f |f11> - Delete to| 00000150 20 65 6e 64 20 6f 66 20 6c 69 6e 65 20 20 2f 20 | end of line / | 00000160 20 20 20 20 20 20 20 20 20 45 64 69 74 6f 72 0a | Editor.| 00000170 4f 74 68 65 72 20 4b 65 79 73 20 3a 0a 3c 48 6f |Other Keys :.<Ho| 00000180 6d 65 3e 20 52 65 74 75 72 6e 20 74 6f 20 54 72 |me> Return to Tr| 00000190 61 63 6b 20 31 0a 3c 54 61 62 3e 20 54 6f 67 67 |ack 1.<Tab> Togg| 000001a0 6c 65 20 62 65 74 77 65 65 6e 20 53 69 64 65 20 |le between Side | 000001b0 41 20 61 6e 64 20 53 69 64 65 20 42 0a 3c 50 72 |A and Side B.<Pr| 000001c0 69 6e 74 3e 20 50 72 69 6e 74 20 69 6e 6c 61 79 |int> Print inlay| 000001d0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000001e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000200 20 20 0a 49 66 20 74 68 65 20 6d 61 69 6e 20 77 | .If the main w| 00000210 69 6e 64 6f 77 20 69 73 20 6f 70 65 6e 65 64 20 |indow is opened | 00000220 77 69 74 68 20 3c 41 64 6a 75 73 74 3e 20 74 68 |with <Adjust> th| 00000230 65 6e 20 61 6c 6c 0a 74 68 65 20 49 63 6f 6e 73 |en all.the Icons| 00000240 20 77 69 6c 6c 20 62 65 20 66 69 6c 6c 65 64 20 | will be filled | 00000250 77 69 74 68 20 73 75 69 74 61 62 6c 65 20 74 65 |with suitable te| 00000260 78 74 20 74 6f 20 61 63 74 0a 61 73 20 61 20 71 |xt to act.as a q| 00000270 75 69 63 6b 20 72 65 66 65 72 65 6e 63 65 20 67 |uick reference g| 00000280 75 69 64 65 20 6f 66 20 77 68 61 74 20 67 6f 65 |uide of what goe| 00000290 73 20 77 68 65 72 65 2e 0a 4e 6f 74 65 20 74 68 |s where..Note th| 000002a0 61 74 20 74 68 69 73 20 4f 4e 4c 59 20 68 61 70 |at this ONLY hap| 000002b0 70 65 6e 73 20 77 68 65 6e 20 74 68 65 20 70 72 |pens when the pr| 000002c0 6f 67 72 61 6d 20 69 73 0a 66 69 72 73 74 20 72 |ogram is.first r| 000002d0 75 6e 2e 0a 0a 48 69 73 74 6f 72 79 20 3a 0a 56 |un...History :.V| 000002e0 65 72 73 69 6f 6e 20 30 2e 39 31 20 4d 61 72 63 |ersion 0.91 Marc| 000002f0 68 20 31 39 39 30 0a 46 69 72 73 74 20 50 75 62 |h 1990.First Pub| 00000300 6c 69 63 20 52 65 6c 65 61 73 65 2c 20 28 44 2e |lic Release, (D.| 00000310 20 50 69 6c 6c 69 6e 67 20 21 57 6f 72 6c 64 4d | Pilling !WorldM| 00000320 61 70 20 44 69 73 63 29 0a 0a 56 65 72 73 69 6f |ap Disc)..Versio| 00000330 6e 20 30 2e 39 38 20 31 73 74 20 53 65 70 74 65 |n 0.98 1st Septe| 00000340 6d 62 65 72 20 31 39 39 30 0a 52 65 6c 65 61 73 |mber 1990.Releas| 00000350 65 64 20 74 6f 20 41 72 63 68 69 76 65 20 61 74 |ed to Archive at| 00000360 20 41 63 6f 72 6e 20 55 73 65 72 20 53 68 6f 77 | Acorn User Show| 00000370 20 28 30 37 2d 53 65 70 2d 39 30 29 0a 0a 56 65 | (07-Sep-90)..Ve| 00000380 72 73 69 6f 6e 20 30 2e 39 39 20 39 74 68 20 53 |rsion 0.99 9th S| 00000390 65 70 74 65 6d 62 65 72 20 31 39 39 30 0a 55 73 |eptember 1990.Us| 000003a0 65 72 20 73 65 6c 65 63 74 61 62 6c 65 20 6f 75 |er selectable ou| 000003b0 74 6c 69 6e 65 20 66 6f 6e 74 73 2e 20 53 65 74 |tline fonts. Set| 000003c0 20 72 65 71 75 69 72 65 64 20 66 6f 6e 74 0a 69 | required font.i| 000003d0 6e 20 21 52 75 6e 2e 28 4d 61 6e 79 20 54 68 61 |n !Run.(Many Tha| 000003e0 6e 6b 73 20 74 6f 20 4a 2e 57 61 6c 6c 61 63 65 |nks to J.Wallace| 000003f0 20 66 6f 72 20 74 68 65 20 63 6f 64 65 20 74 6f | for the code to| 00000400 20 0a 64 6f 20 74 68 61 74 20 6f 6e 65 21 29 20 | .do that one!) | 00000410 57 61 72 6e 69 6e 67 20 47 69 76 65 6e 20 69 66 |Warning Given if| 00000420 20 43 6c 69 70 70 69 6e 67 20 74 61 6b 65 73 20 | Clipping takes | 00000430 70 6c 61 63 65 0a 57 68 65 6e 20 70 72 69 6e 74 |place.When print| 00000440 69 6e 67 20 76 69 61 20 52 69 73 63 4f 53 20 64 |ing via RiscOS d| 00000450 72 69 76 65 72 2c 20 74 68 6f 75 67 68 20 74 68 |river, though th| 00000460 69 73 20 64 6f 65 73 0a 6e 65 65 64 20 61 20 62 |is does.need a b| 00000470 69 74 20 6d 6f 72 65 20 77 6f 72 6b 20 79 65 74 |it more work yet| 00000480 21 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 30 30 20 |!..Version 1.00 | 00000490 2d 20 53 6f 6d 65 68 6f 77 20 49 20 73 65 65 6d |- Somehow I seem| 000004a0 20 74 6f 20 68 61 76 65 20 67 6f 74 20 61 20 76 | to have got a v| 000004b0 65 72 73 69 6f 6e 20 31 2e 30 30 0a 48 6f 77 20 |ersion 1.00.How | 000004c0 74 68 61 74 20 68 61 70 70 65 6e 65 64 2c 20 49 |that happened, I| 000004d0 27 6d 20 6e 6f 74 20 73 75 72 65 2e 0a 0a 56 65 |'m not sure...Ve| 000004e0 72 73 69 6f 6e 20 31 2e 30 31 20 31 38 74 68 20 |rsion 1.01 18th | 000004f0 4a 61 6e 75 61 72 79 20 31 39 39 32 0a 4d 69 6e |January 1992.Min| 00000500 6f 72 20 62 75 67 20 66 69 78 20 74 6f 20 52 49 |or bug fix to RI| 00000510 53 43 4f 53 20 70 72 69 6e 74 6f 75 74 2e 20 4f |SCOS printout. O| 00000520 6e 65 20 6f 66 20 74 68 65 20 74 77 6f 20 0a 74 |ne of the two .t| 00000530 69 74 6c 65 20 6c 69 6e 65 73 20 77 61 73 20 6c |itle lines was l| 00000540 6f 77 65 72 20 74 68 61 6e 20 74 68 65 20 6f 74 |ower than the ot| 00000550 68 65 72 20 62 79 20 35 20 4f 53 20 75 6e 69 74 |her by 5 OS unit| 00000560 73 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 30 32 |s...Version 1.02| 00000570 20 32 32 6e 64 20 4a 61 6e 75 61 72 79 20 31 39 | 22nd January 19| 00000580 39 32 0a 42 75 67 20 46 69 78 3a 20 54 61 70 65 |92.Bug Fix: Tape| 00000590 20 6e 75 6d 62 65 72 20 73 68 6f 75 6c 64 20 6f | number should o| 000005a0 6e 6c 79 20 62 65 20 35 20 63 68 61 72 61 63 74 |nly be 5 charact| 000005b0 65 72 73 2c 0a 61 6e 64 20 61 6e 79 20 61 74 74 |ers,.and any att| 000005c0 65 6d 70 74 20 74 6f 20 6c 6f 61 64 20 61 20 73 |empt to load a s| 000005d0 61 76 65 64 20 66 69 6c 65 20 77 69 74 68 20 61 |aved file with a| 000005e0 20 36 0a 63 68 61 72 61 63 74 65 72 20 74 61 70 | 6.character tap| 000005f0 65 20 6e 75 6d 62 65 72 20 63 61 75 73 65 64 20 |e number caused | 00000600 74 68 65 20 70 72 6f 67 72 61 6d 20 74 6f 20 63 |the program to c| 00000610 72 61 73 68 2e 0a 4e 6f 77 20 61 6c 6c 6f 77 73 |rash..Now allows| 00000620 20 36 20 63 68 61 72 61 63 74 65 72 20 20 74 61 | 6 character ta| 00000630 70 65 20 6e 75 6d 62 65 72 73 2e 20 48 6f 77 65 |pe numbers. Howe| 00000640 76 65 72 20 79 6f 75 0a 61 72 65 20 72 65 63 6f |ver you.are reco| 00000650 6d 65 6e 64 65 64 20 74 6f 20 73 74 69 63 6b 20 |mended to stick | 00000660 74 6f 20 35 2e 20 54 68 61 6e 6b 73 20 74 6f 20 |to 5. Thanks to | 00000670 53 74 75 61 72 74 20 46 6f 72 64 0a 66 6f 72 20 |Stuart Ford.for | 00000680 73 70 6f 74 74 69 6e 67 20 74 68 61 74 20 6f 6e |spotting that on| 00000690 65 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 30 33 |e...Version 1.03| 000006a0 20 32 37 74 68 20 4d 61 79 20 31 39 39 32 0a 57 | 27th May 1992.W| 000006b0 68 65 6e 20 6f 70 65 6e 69 6e 67 20 61 20 72 65 |hen opening a re| 000006c0 73 6f 75 72 63 65 20 66 69 6c 65 2c 20 63 68 65 |source file, che| 000006d0 63 6b 73 20 69 66 20 66 69 6c 65 20 65 78 69 73 |cks if file exis| 000006e0 74 73 0a 61 6e 64 20 67 69 76 65 73 20 61 20 6d |ts.and gives a m| 000006f0 6f 72 65 20 73 65 6e 73 69 62 6c 65 20 65 72 72 |ore sensible err| 00000700 6f 72 20 6d 65 73 73 61 67 65 20 74 68 61 6e 20 |or message than | 00000710 0a 22 43 48 41 4e 4e 45 4c 22 69 66 20 69 74 20 |."CHANNEL"if it | 00000720 64 6f 65 73 20 6e 6f 74 2e 0a 0a 56 65 72 73 69 |does not...Versi| 00000730 6f 6e 20 31 2e 31 30 20 31 39 74 48 20 4a 75 6e |on 1.10 19tH Jun| 00000740 65 20 31 39 39 32 0a 50 72 69 6e 74 6f 75 74 20 |e 1992.Printout | 00000750 73 6c 69 67 68 74 6c 79 20 72 65 77 6f 72 6b 65 |slightly reworke| 00000760 64 20 74 6f 20 67 69 76 65 20 61 20 62 65 74 74 |d to give a bett| 00000770 65 72 20 6f 75 74 70 75 74 2e 0a 4f 6e 6c 79 20 |er output..Only | 00000780 72 65 61 6c 6c 79 20 6e 6f 74 69 63 61 62 6c 65 |really noticable| 00000790 20 77 68 65 6e 20 75 73 65 64 20 6f 6e 20 61 20 | when used on a | 000007a0 6c 61 73 65 72 20 70 72 69 6e 74 65 72 2e 0a 46 |laser printer..F| 000007b0 4f 52 4d 41 54 20 6f 70 74 69 6f 6e 20 61 64 64 |ORMAT option add| 000007c0 65 64 20 74 6f 20 6d 61 69 6e 20 6d 65 6e 75 2e |ed to main menu.| 000007d0 20 57 68 65 6e 20 73 65 6c 65 63 74 65 64 0a 74 | When selected.t| 000007e0 68 69 73 20 77 69 6c 6c 20 66 6f 72 6d 61 74 20 |his will format | 000007f0 61 6c 6c 20 6f 66 20 74 68 65 20 74 72 61 63 6b |all of the track| 00000800 73 20 74 6f 20 43 61 70 69 74 61 6c 69 73 65 64 |s to Capitalised| 00000810 0a 57 6f 72 64 73 2c 20 74 68 65 20 61 72 74 69 |.Words, the arti| 00000820 73 74 20 61 6e 64 20 61 6c 62 75 6d 20 74 69 74 |st and album tit| 00000830 6c 65 20 74 6f 20 75 70 70 65 72 20 63 61 73 65 |le to upper case| 00000840 2e 0a 54 68 65 20 73 61 76 65 20 6f 70 74 69 6f |..The save optio| 00000850 6e 20 6e 6f 77 20 63 68 6f 6f 73 65 73 20 61 20 |n now chooses a | 00000860 6d 6f 72 65 20 75 73 65 66 75 6c 6c 20 64 65 66 |more usefull def| 00000870 61 75 6c 74 0a 66 69 6c 65 6e 61 6d 65 3a 20 69 |ault.filename: i| 00000880 6e 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 |n the following | 00000890 66 6f 72 6d 61 74 20 27 43 61 73 73 5f 42 54 20 |format 'Cass_BT | 000008a0 30 30 27 0a 77 68 65 72 65 20 42 54 20 30 30 20 |00'.where BT 00 | 000008b0 69 73 20 74 68 65 20 74 61 70 65 20 6e 75 6d 62 |is the tape numb| 000008c0 65 72 20 61 73 20 65 6e 74 65 72 65 64 20 66 6f |er as entered fo| 000008d0 72 20 74 68 65 0a 69 6e 6c 61 79 2e 0a 0a 56 65 |r the.inlay...Ve| 000008e0 72 73 69 6f 6e 20 31 2e 31 31 20 38 74 68 20 4a |rsion 1.11 8th J| 000008f0 75 6c 79 20 31 39 39 32 0a 4e 6f 77 20 72 65 61 |uly 1992.Now rea| 00000900 64 73 20 74 68 65 20 70 69 78 65 6c 20 72 61 74 |ds the pixel rat| 00000910 69 6f 6e 20 6f 66 20 74 68 65 20 73 63 72 65 65 |ion of the scree| 00000920 6e 20 6d 6f 64 65 20 6f 6e 20 0a 73 74 61 72 74 |n mode on .start| 00000930 75 70 20 61 6e 64 20 61 74 74 65 6d 70 74 73 20 |up and attempts | 00000940 74 6f 20 6c 6f 61 64 20 61 20 73 75 69 74 61 62 |to load a suitab| 00000950 6c 65 20 73 70 72 69 74 65 66 69 6c 65 2e 0a 49 |le spritefile..I| 00000960 66 20 73 75 63 68 20 61 20 66 69 6c 65 20 69 73 |f such a file is| 00000970 20 6e 6f 74 20 61 76 61 69 6c 61 62 6c 65 20 74 | not available t| 00000980 68 65 6e 20 74 68 65 20 64 65 66 61 75 6c 74 0a |hen the default.| 00000990 73 70 72 69 74 65 66 69 6c 65 20 69 73 20 6c 6f |spritefile is lo| 000009a0 61 64 65 64 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 |aded...Version 1| 000009b0 2e 31 32 20 39 74 68 20 4a 75 6c 79 20 31 39 39 |.12 9th July 199| 000009c0 32 0a 53 75 70 70 6f 72 74 73 20 22 49 63 6f 6e |2.Supports "Icon| 000009d0 69 73 61 74 69 6f 6e 22 20 74 6f 20 74 68 65 20 |isation" to the | 000009e0 70 69 6e 62 6f 61 72 64 20 69 6e 20 52 69 73 63 |pinboard in Risc| 000009f0 4f 53 20 33 0a 0a 56 65 72 73 69 6f 6e 20 31 2e |OS 3..Version 1.| 00000a00 31 33 20 31 30 74 68 20 4a 75 6c 79 20 31 39 39 |13 10th July 199| 00000a10 32 0a 46 69 72 73 74 20 67 6f 20 61 74 20 66 69 |2.First go at fi| 00000a20 78 69 6e 67 20 61 6e 20 69 72 72 69 74 61 74 69 |xing an irritati| 00000a30 6e 67 20 27 66 65 61 74 75 72 65 27 20 6f 66 20 |ng 'feature' of | 00000a40 74 68 65 20 0a 52 69 73 63 4f 53 20 70 72 69 6e |the .RiscOS prin| 00000a50 74 6f 75 74 20 3a 20 57 68 65 6e 20 74 65 78 74 |tout : When text| 00000a60 20 69 73 20 74 6f 6f 20 6c 6f 6e 67 20 74 6f 20 | is too long to | 00000a70 66 69 74 20 69 6e 20 0a 74 68 65 20 69 6e 6c 61 |fit in .the inla| 00000a80 79 20 73 70 61 63 65 2c 20 69 74 20 69 73 20 63 |y space, it is c| 00000a90 6c 69 70 70 65 64 20 74 6f 20 66 69 74 2e 20 54 |lipped to fit. T| 00000aa0 68 65 20 70 72 6f 62 6c 65 6d 20 0a 77 61 73 20 |he problem .was | 00000ab0 68 6f 77 65 76 65 72 2c 20 77 68 65 6e 20 75 73 |however, when us| 00000ac0 69 6e 67 20 68 69 67 68 65 72 20 72 65 73 6f 6c |ing higher resol| 00000ad0 75 74 69 6f 6e 73 2c 20 64 75 65 20 74 6f 20 0a |utions, due to .| 00000ae0 74 68 65 20 77 61 79 20 74 68 65 20 70 72 69 6e |the way the prin| 00000af0 74 65 72 20 64 72 69 76 65 72 20 72 65 71 75 65 |ter driver reque| 00000b00 73 74 73 20 74 68 65 20 64 72 61 77 69 6e 67 20 |sts the drawing | 00000b10 0a 69 6e 66 6f 72 6d 61 74 69 6f 6e 2c 20 79 6f |.information, yo| 00000b20 75 20 63 6f 75 6c 64 20 77 65 6c 6c 20 65 6e 64 |u could well end| 00000b30 20 75 70 20 62 65 69 6e 67 20 77 61 72 6e 65 64 | up being warned| 00000b40 20 0a 61 62 6f 75 74 20 61 20 27 43 6c 69 70 70 | .about a 'Clipp| 00000b50 65 64 27 20 74 65 78 74 20 33 20 6f 72 20 65 76 |ed' text 3 or ev| 00000b60 65 6e 20 34 20 74 69 6d 65 73 2e 20 20 49 20 74 |en 4 times. I t| 00000b70 68 69 6e 6b 20 0a 74 68 61 74 20 74 68 65 20 70 |hink .that the p| 00000b80 72 6f 62 6c 65 6d 20 69 73 20 6e 6f 77 20 63 75 |roblem is now cu| 00000b90 72 65 64 2c 20 75 6e 6c 65 73 73 20 79 6f 75 20 |red, unless you | 00000ba0 6b 6e 6f 77 0a 62 65 74 74 65 72 21 0a 0a 56 65 |know.better!..Ve| 00000bb0 72 73 69 6f 6e 20 31 2e 31 34 20 31 34 74 68 20 |rsion 1.14 14th | 00000bc0 4a 75 6c 79 20 31 39 39 32 0a 46 69 78 65 64 20 |July 1992.Fixed | 00000bd0 62 75 67 20 69 6e 20 49 63 6f 6e 69 73 61 74 69 |bug in Iconisati| 00000be0 6f 6e 20 72 6f 75 74 69 6e 65 2e 20 53 68 6f 75 |on routine. Shou| 00000bf0 6c 64 20 6e 6f 77 0a 69 63 6f 6e 69 73 65 20 77 |ld now.iconise w| 00000c00 69 74 68 20 66 69 6c 65 6e 61 6d 65 20 6e 6f 74 |ith filename not| 00000c10 20 73 69 6d 70 6c 79 20 22 21 43 61 73 73 65 74 | simply "!Casset| 00000c20 74 65 22 2e 20 0a 0a 56 65 72 73 69 6f 6e 20 31 |te". ..Version 1| 00000c30 2e 31 35 20 32 6e 64 20 41 75 67 75 73 74 20 31 |.15 2nd August 1| 00000c40 39 39 32 0a 46 69 6e 61 6c 6c 79 20 66 69 78 65 |992.Finally fixe| 00000c50 64 20 74 68 65 20 62 75 67 20 69 6e 20 74 68 65 |d the bug in the| 00000c60 20 69 63 6f 6e 69 73 61 74 69 6f 6e 20 72 6f 75 | iconisation rou| 00000c70 74 69 6e 65 2e 0a 53 6f 20 6d 75 63 68 20 65 61 |tine..So much ea| 00000c80 73 69 65 72 20 77 68 65 6e 20 79 6f 75 20 61 63 |sier when you ac| 00000c90 74 75 61 6c 6c 79 20 68 61 76 65 20 61 63 63 65 |tually have acce| 00000ca0 73 73 20 74 6f 0a 52 69 73 63 4f 53 20 33 20 21 |ss to.RiscOS 3 !| 00000cb0 21 21 21 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 31 |!!!..Version 1.1| 00000cc0 36 20 35 74 68 20 41 75 67 75 73 74 20 31 39 39 |6 5th August 199| 00000cd0 32 0a 49 6d 70 6c 65 6d 65 6e 74 65 64 20 27 44 |2.Implemented 'D| 00000ce0 72 61 67 2d 41 2d 53 70 72 69 74 65 27 20 6f 6e |rag-A-Sprite' on| 00000cf0 20 52 69 73 63 4f 53 20 33 20 6d 61 63 68 69 6e | RiscOS 3 machin| 00000d00 65 73 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 31 |es...Version 1.1| 00000d10 37 20 31 31 74 68 20 41 75 67 75 73 74 20 31 39 |7 11th August 19| 00000d20 39 32 0a 49 6e 74 65 72 61 63 74 69 76 65 20 68 |92.Interactive h| 00000d30 65 6c 70 20 6f 6e 20 4d 45 4e 55 27 53 20 6e 6f |elp on MENU'S no| 00000d40 77 20 66 75 6e 63 74 69 6f 6e 61 6c 20 6f 6e 20 |w functional on | 00000d50 52 69 73 63 4f 53 0a 33 2e 78 20 6d 61 63 68 69 |RiscOS.3.x machi| 00000d60 6e 65 73 2e 20 41 6c 74 65 72 6e 61 74 69 76 65 |nes. Alternative| 00000d70 20 69 6e 66 6f 20 77 69 6e 64 6f 77 20 72 65 6d | info window rem| 00000d80 6f 76 65 64 2e 20 4e 6f 77 0a 63 68 65 63 6b 73 |oved. Now.checks| 00000d90 20 66 6f 72 20 63 75 72 72 65 6e 74 20 76 65 72 | for current ver| 00000da0 73 69 6f 6e 20 6f 66 20 4f 53 20 6f 6e 20 73 74 |sion of OS on st| 00000db0 61 72 74 75 70 20 61 6e 64 0a 69 6e 69 74 69 61 |artup and.initia| 00000dc0 6c 69 73 65 73 20 74 6f 20 73 75 69 74 2e 20 54 |lises to suit. T| 00000dd0 6f 20 67 6f 20 77 69 74 68 20 74 68 69 73 20 63 |o go with this c| 00000de0 68 61 6e 67 65 2c 20 74 68 65 20 0a 72 6f 75 74 |hange, the .rout| 00000df0 69 6e 65 20 77 68 69 63 68 20 6c 6f 61 64 73 20 |ine which loads | 00000e00 75 70 20 74 68 65 20 63 6f 72 72 65 63 74 20 73 |up the correct s| 00000e10 70 72 69 74 65 73 20 64 65 70 65 6e 64 69 6e 67 |prites depending| 00000e20 0a 75 70 6f 6e 20 6d 6f 64 65 20 6e 6f 77 20 6f |.upon mode now o| 00000e30 6e 6c 79 20 77 6f 72 6b 73 20 77 69 74 68 20 76 |nly works with v| 00000e40 65 72 73 69 6f 6e 20 33 2e 30 30 20 6f 72 0a 67 |ersion 3.00 or.g| 00000e50 72 65 61 74 65 72 2e 20 54 68 65 20 69 64 65 61 |reater. The idea| 00000e60 20 6f 66 20 74 68 69 73 20 69 73 20 67 72 65 61 | of this is grea| 00000e70 74 65 72 20 63 6f 6e 73 69 73 74 65 6e 63 79 0a |ter consistency.| 00000e80 62 65 74 77 65 65 6e 20 64 69 66 66 65 72 65 6e |between differen| 00000e90 74 20 73 65 63 74 69 6f 6e 73 20 6f 66 20 74 68 |t sections of th| 00000ea0 65 20 63 6f 64 65 21 0a 0a 56 65 72 73 69 6f 6e |e code!..Version| 00000eb0 20 31 2e 31 38 20 31 34 74 68 20 41 75 67 75 73 | 1.18 14th Augus| 00000ec0 74 20 31 39 39 32 0a 4e 6f 77 20 72 65 73 70 6f |t 1992.Now respo| 00000ed0 6e 64 73 20 74 6f 20 44 65 73 6b 74 6f 70 20 73 |nds to Desktop s| 00000ee0 61 76 65 20 6d 65 73 73 61 67 65 73 2e 20 49 66 |ave messages. If| 00000ef0 20 75 73 65 64 20 6f 6e 0a 61 20 50 6f 72 74 61 | used on.a Porta| 00000f00 62 6c 65 20 28 41 34 29 20 77 69 6c 6c 20 73 61 |ble (A4) will sa| 00000f10 76 65 20 63 75 72 72 65 6e 74 20 66 69 6c 65 20 |ve current file | 00000f20 74 6f 20 74 68 65 0a 73 63 72 61 70 20 64 69 72 |to the.scrap dir| 00000f30 65 63 74 6f 72 79 20 69 6e 20 74 68 65 20 65 76 |ectory in the ev| 00000f40 65 6e 74 20 6f 66 20 61 20 6c 6f 77 20 70 6f 77 |ent of a low pow| 00000f50 65 72 20 77 61 72 6e 69 6e 67 2e 0a 0a 56 65 72 |er warning...Ver| 00000f60 73 69 6f 6e 20 31 2e 31 39 20 31 36 74 68 20 41 |sion 1.19 16th A| 00000f70 75 67 75 73 74 20 31 39 39 32 0a 4c 69 6d 69 74 |ugust 1992.Limit| 00000f80 65 64 20 6d 75 6c 74 69 2d 54 61 73 6b 69 6e 67 |ed multi-Tasking| 00000f90 20 64 75 72 69 6e 67 20 70 72 69 6e 74 6f 75 74 | during printout| 00000fa0 20 69 6d 70 6c 65 6d 65 6e 74 65 64 2e 0a 0a 56 | implemented...V| 00000fb0 65 72 73 69 6f 6e 20 31 2e 32 30 20 32 30 74 68 |ersion 1.20 20th| 00000fc0 20 41 75 67 75 73 74 20 31 39 39 32 0a 41 75 74 | August 1992.Aut| 00000fd0 6f 2d 4b 65 72 6e 69 6e 67 20 75 73 65 64 20 69 |o-Kerning used i| 00000fe0 66 20 66 6f 6e 74 20 6d 61 6e 61 67 65 72 20 63 |f font manager c| 00000ff0 61 6e 20 73 75 70 70 6f 72 74 20 69 74 2e 0a 0a |an support it...| 00001000 56 65 72 73 69 6f 6e 20 31 2e 32 31 20 32 33 72 |Version 1.21 23r| 00001010 64 20 41 75 67 75 73 74 20 31 39 39 32 0a 42 55 |d August 1992.BU| 00001020 47 20 46 49 58 3a 20 4f 6e 20 61 20 52 69 73 63 |G FIX: On a Risc| 00001030 4f 53 20 33 2e 78 20 6d 61 63 68 69 6e 65 2c 20 |OS 3.x machine, | 00001040 74 68 65 20 70 72 69 6e 74 65 72 0a 64 72 69 76 |the printer.driv| 00001050 65 72 20 6d 6f 64 75 6c 65 20 69 73 20 69 6e 20 |er module is in | 00001060 52 4f 4d 2e 20 54 68 65 20 77 61 79 20 21 43 61 |ROM. The way !Ca| 00001070 73 73 65 74 74 65 20 63 68 65 63 6b 73 0a 74 6f |ssette checks.to| 00001080 20 73 65 65 20 69 66 20 52 69 73 63 4f 53 20 70 | see if RiscOS p| 00001090 72 69 6e 74 69 6e 67 20 69 73 20 70 6f 73 73 69 |rinting is possi| 000010a0 62 6c 65 20 69 73 20 74 6f 20 63 68 65 63 6b 0a |ble is to check.| 000010b0 66 6f 72 20 74 68 65 20 70 72 65 73 65 6e 63 65 |for the presence| 000010c0 20 6f 66 20 74 68 65 20 6d 6f 64 75 6c 65 2e 20 | of the module. | 000010d0 48 6f 77 65 76 65 72 2c 20 75 6e 6c 65 73 73 0a |However, unless.| 000010e0 74 68 65 20 21 50 72 69 6e 74 65 72 73 20 61 70 |the !Printers ap| 000010f0 70 6c 69 63 61 74 69 6f 6e 20 68 61 73 20 62 65 |plication has be| 00001100 65 6e 20 72 75 6e 2c 20 74 68 65 20 6d 6f 64 75 |en run, the modu| 00001110 6c 65 0a 69 73 20 6e 6f 74 20 69 6e 69 74 69 61 |le.is not initia| 00001120 6c 69 73 65 64 20 61 6e 64 20 70 72 69 6e 74 69 |lised and printi| 00001130 6e 67 20 77 69 6c 6c 20 66 61 69 6c 2e 20 21 43 |ng will fail. !C| 00001140 61 73 73 65 74 74 65 0a 6e 6f 77 20 63 68 65 63 |assette.now chec| 00001150 6b 73 20 66 6f 72 20 74 68 65 20 6d 6f 64 75 6c |ks for the modul| 00001160 65 2c 20 28 46 61 69 6c 69 6e 67 20 69 66 20 6e |e, (Failing if n| 00001170 6f 74 20 6c 6f 61 64 65 64 29 2c 0a 61 6e 64 20 |ot loaded),.and | 00001180 74 68 65 6e 20 63 68 65 63 6b 73 20 69 66 20 61 |then checks if a| 00001190 20 70 72 69 6e 74 65 72 20 64 72 69 76 65 72 20 | printer driver | 000011a0 68 61 73 20 62 65 65 6e 0a 73 65 6c 65 63 74 65 |has been.selecte| 000011b0 64 20 28 46 61 69 6c 69 6e 67 20 69 66 20 6e 6f |d (Failing if no| 000011c0 74 29 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 32 |t)...Version 1.2| 000011d0 32 20 32 30 74 68 20 4a 61 6e 75 61 72 79 20 31 |2 20th January 1| 000011e0 39 39 33 0a 42 55 47 20 46 49 58 3a 0a 0a 56 65 |993.BUG FIX:..Ve| 000011f0 72 73 69 6f 6e 20 31 2e 32 33 20 32 30 74 68 20 |rsion 1.23 20th | 00001200 53 65 70 74 65 6d 62 65 72 20 31 39 39 33 0a 42 |September 1993.B| 00001210 55 47 20 46 49 58 3a 20 41 75 74 6f 20 46 6f 72 |UG FIX: Auto For| 00001220 6d 61 74 20 72 6f 75 74 69 6e 65 20 6d 69 73 73 |mat routine miss| 00001230 65 64 20 74 68 65 20 62 6f 74 74 6f 6d 20 73 65 |ed the bottom se| 00001240 63 74 69 6f 6e 0a 6f 66 20 73 69 64 65 20 6f 6e |ction.of side on| 00001250 65 2e 0a 20 20 0a 54 68 69 73 20 70 72 6f 67 72 |e.. .This progr| 00001260 61 6d 20 68 61 73 20 62 65 65 6e 20 70 6c 61 63 |am has been plac| 00001270 65 64 20 69 6e 74 6f 20 74 68 65 20 70 75 62 6c |ed into the publ| 00001280 69 63 20 64 6f 6d 61 69 6e 0a 62 79 20 4d 61 72 |ic domain.by Mar| 00001290 6b 20 42 72 69 67 68 74 2e 20 49 74 20 6d 61 79 |k Bright. It may| 000012a0 20 62 65 20 66 72 65 65 6c 79 20 63 6f 70 69 65 | be freely copie| 000012b0 64 20 61 6e 64 0a 64 69 73 74 72 69 62 75 74 65 |d and.distribute| 000012c0 64 20 66 6f 72 20 6e 6f 6e 2d 70 72 6f 66 69 74 |d for non-profit| 000012d0 20 6d 61 6b 69 6e 67 20 70 75 72 70 6f 73 65 73 | making purposes| 000012e0 2c 20 73 6f 20 6c 6f 6e 67 0a 61 73 20 74 68 65 |, so long.as the| 000012f0 20 63 6f 64 65 20 69 73 20 6e 6f 74 20 61 6c 74 | code is not alt| 00001300 65 72 65 64 20 28 61 70 61 72 74 20 66 72 6f 6d |ered (apart from| 00001310 20 63 75 73 74 6f 6d 69 73 69 6e 67 20 0a 21 52 | customising .!R| 00001320 75 6e 2f 21 42 6f 6f 74 20 66 69 6c 65 73 29 20 |un/!Boot files) | 00001330 61 6e 64 20 74 68 69 73 20 74 65 78 74 20 66 69 |and this text fi| 00001340 6c 65 20 72 65 6d 61 69 6e 73 20 0a 70 72 65 73 |le remains .pres| 00001350 65 6e 74 20 61 6e 64 20 75 6e 61 6c 74 65 72 65 |ent and unaltere| 00001360 64 2e 20 52 6f 75 74 69 6e 65 73 20 66 72 6f 6d |d. Routines from| 00001370 20 74 68 69 73 20 70 72 6f 67 72 61 6d 20 0a 6d | this program .m| 00001380 61 79 20 62 65 20 75 73 65 64 20 69 66 20 74 68 |ay be used if th| 00001390 65 79 20 61 72 65 20 6f 66 20 61 6e 79 20 75 73 |ey are of any us| 000013a0 65 20 74 6f 20 79 6f 75 2c 0a 62 75 74 20 70 6c |e to you,.but pl| 000013b0 65 61 73 65 20 63 72 65 64 69 74 20 6d 65 2e 0a |ease credit me..| 000013c0 0a 41 6e 79 77 61 79 2c 20 49 20 68 6f 70 65 20 |.Anyway, I hope | 000013d0 79 6f 75 20 65 6e 6a 6f 79 20 74 68 69 73 20 70 |you enjoy this p| 000013e0 72 6f 67 72 61 6d 2c 20 61 6e 64 20 66 69 6e 64 |rogram, and find| 000013f0 20 69 74 0a 75 73 65 66 75 6c 2c 20 69 66 20 79 | it.useful, if y| 00001400 6f 75 20 68 61 76 65 20 61 6e 79 20 73 75 67 67 |ou have any sugg| 00001410 65 73 74 69 6f 6e 73 20 74 6f 20 69 6d 70 72 6f |estions to impro| 00001420 76 65 20 74 68 65 0a 66 75 6e 63 74 69 6f 6e 61 |ve the.functiona| 00001430 6c 6c 69 74 79 20 6f 72 20 61 6e 79 20 62 75 67 |llity or any bug| 00001440 20 72 65 70 6f 72 74 73 20 49 20 77 6f 75 6c 64 | reports I would| 00001450 20 62 65 20 0a 67 72 61 74 65 66 75 6c 20 74 6f | be .grateful to| 00001460 20 68 65 61 72 20 66 72 6f 6d 20 79 6f 75 2e 0a | hear from you..| 00001470 0a 4d 61 72 6b 20 42 72 69 67 68 74 0a 20 31 37 |.Mark Bright. 17| 00001480 20 41 73 74 6c 65 79 20 41 76 65 6e 75 65 0a 20 | Astley Avenue. | 00001490 4c 61 70 61 6c 0a 20 48 61 6c 65 73 6f 77 65 6e |Lapal. Halesowen| 000014a0 0a 20 57 65 73 74 20 4d 69 64 6c 61 6e 64 73 0a |. West Midlands.| 000014b0 20 42 36 32 20 39 54 41 | B62 9TA| 000014b8