Home » Archimedes archive » Acorn Computing » 1994 07 subscription disc.adf » 9407s » PD/!Status/!Help
PD/!Status/!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 Computing » 1994 07 subscription disc.adf » 9407s |
Filename: | PD/!Status/!Help |
Read OK: | ✔ |
File size: | 0F6C bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
� !Status � version 1.03 (28-Mar-93) � by Dave Thomas � 1992-3 Purpose ___________________________________________________________________ It seems that status bars are becoming increasingly popular in software packages (DrawPlus, ArtWorks etc). They are normally just an icon which makes comments on your last operation, which is useful if you go away for a bit and can't quite remember where you were up to. After using !DrawPlus quite intensively once for a project, using the desktop without one became quite strange. So I wrote one! Status is basically a Wimp message monitor, it cannot 'see' all the messages as loads of them are task-task messages as opposed to broadcast messages. Status also has applications as a sort-of virus detector, i.e. if you keep a beady eye open you might possibly see a virus initialising itself (!). Usage _____________________________________________________________________ After you have loaded Status, it's main window will open just above the icon bar. At first the window looks un-moveable because it hasn't got a title bar but don't worry, you can move the window by dragging the icon where the text appears. The buttons to the left are just the standard Wimp-gadgets except that I've implemented my own user interface for them, they work in exactly the same way as the usual gadgets (but on Risc OS 3 the window won't iconise). When something happens and !Status gets to hear about it, it will make a comment on it. Such as 'The Wimp has changed to mode 12'. Notes _____________________________________________________________________ - It's probably best to install !Status before any other application as other apps could claim messages and then !Status will not be able report on them. - !Status can spool out a log file of all the messages it receives to a file '<Status$Dir>.MsgLog'. If you want this, then go into !RunImage and on the end of the third line is 'log%=FALSE' change this to 'log%=TRUE'. The file will be written to when a message occurs so it slows things down a bit.... - Some messages aren't let though 'cos you'd end up seeing nothing but the same messages repeatedly ('SetSlot' is the main culprit). They're REMed out in !RunImage change 'em if yer wanna. Copyright _________________________________________________________________ This software is supplied "as is", using it is entirely at your own risk. You are free to distribute this application to anyone you please via any medium, provided it is delivered with *all* the supplied files, *unaltered*. You are not allowed to sell this software and I do not want to see it supplied as a 'freebie' with any commercial packages, although I welcome invitations to discuss any details should you want to do so. I (the author) retain copyright over all of this application apart from the Interface Manager Module, to which I make no claims. If you want a disc archived packed with all the very latest versions of my apps and utils and stuff, then please send me �3 at the address below. If you have any comments, bug reports, suggestions for future versions or anything else to offer me (oo-er!) don't hesitate to write to - Dave Thomas 20 Rosebery Avenue Waterloo Liverpool L22 2BH or send me a message on The World Of Cryton or The Power House. Version Updates ___________________________________________________________ 1.00 First released version 1.01 - Interface Manager 2.00 now used - Templates updated (had old border indirection strings) - Sperling missstayke corekted 1.02 - Enhancements (bug fixes!) for Risc OS 3 - Iconise messages recognised - Gadgets changed to Sprites from chars 1.03 - More messages recognised, not all reported though as some are REMmed out in !RunImage. Considering doing a version where all messages are logged in a queue-type thing, ie big window. Ho hum... - Log 'option' added
00000000 0a 89 20 21 53 74 61 74 75 73 0a 89 20 76 65 72 |.. !Status.. ver| 00000010 73 69 6f 6e 20 31 2e 30 33 20 28 32 38 2d 4d 61 |sion 1.03 (28-Ma| 00000020 72 2d 39 33 29 0a 89 20 62 79 20 44 61 76 65 20 |r-93).. by Dave | 00000030 54 68 6f 6d 61 73 20 a9 20 31 39 39 32 2d 33 0a |Thomas . 1992-3.| 00000040 0a 20 50 75 72 70 6f 73 65 20 5f 5f 5f 5f 5f 5f |. Purpose ______| 00000050 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000080 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 20 |_____________.. | 00000090 49 74 20 73 65 65 6d 73 20 74 68 61 74 20 73 74 |It seems that st| 000000a0 61 74 75 73 20 62 61 72 73 20 61 72 65 20 62 65 |atus bars are be| 000000b0 63 6f 6d 69 6e 67 20 69 6e 63 72 65 61 73 69 6e |coming increasin| 000000c0 67 6c 79 20 70 6f 70 75 6c 61 72 20 69 6e 20 73 |gly popular in s| 000000d0 6f 66 74 77 61 72 65 0a 70 61 63 6b 61 67 65 73 |oftware.packages| 000000e0 20 28 44 72 61 77 50 6c 75 73 2c 20 41 72 74 57 | (DrawPlus, ArtW| 000000f0 6f 72 6b 73 20 65 74 63 29 2e 20 54 68 65 79 20 |orks etc). They | 00000100 61 72 65 20 6e 6f 72 6d 61 6c 6c 79 20 6a 75 73 |are normally jus| 00000110 74 20 61 6e 20 69 63 6f 6e 20 77 68 69 63 68 0a |t an icon which.| 00000120 6d 61 6b 65 73 20 63 6f 6d 6d 65 6e 74 73 20 6f |makes comments o| 00000130 6e 20 79 6f 75 72 20 6c 61 73 74 20 6f 70 65 72 |n your last oper| 00000140 61 74 69 6f 6e 2c 20 77 68 69 63 68 20 69 73 20 |ation, which is | 00000150 75 73 65 66 75 6c 20 69 66 20 79 6f 75 20 67 6f |useful if you go| 00000160 20 61 77 61 79 20 66 6f 72 20 61 0a 62 69 74 20 | away for a.bit | 00000170 61 6e 64 20 63 61 6e 27 74 20 71 75 69 74 65 20 |and can't quite | 00000180 72 65 6d 65 6d 62 65 72 20 77 68 65 72 65 20 79 |remember where y| 00000190 6f 75 20 77 65 72 65 20 75 70 20 74 6f 2e 0a 20 |ou were up to.. | 000001a0 41 66 74 65 72 20 75 73 69 6e 67 20 21 44 72 61 |After using !Dra| 000001b0 77 50 6c 75 73 20 71 75 69 74 65 20 69 6e 74 65 |wPlus quite inte| 000001c0 6e 73 69 76 65 6c 79 20 6f 6e 63 65 20 66 6f 72 |nsively once for| 000001d0 20 61 20 70 72 6f 6a 65 63 74 2c 20 75 73 69 6e | a project, usin| 000001e0 67 20 74 68 65 0a 64 65 73 6b 74 6f 70 20 77 69 |g the.desktop wi| 000001f0 74 68 6f 75 74 20 6f 6e 65 20 62 65 63 61 6d 65 |thout one became| 00000200 20 71 75 69 74 65 20 73 74 72 61 6e 67 65 2e 20 | quite strange. | 00000210 53 6f 20 49 20 77 72 6f 74 65 20 6f 6e 65 21 0a |So I wrote one!.| 00000220 20 53 74 61 74 75 73 20 69 73 20 62 61 73 69 63 | Status is basic| 00000230 61 6c 6c 79 20 61 20 57 69 6d 70 20 6d 65 73 73 |ally a Wimp mess| 00000240 61 67 65 20 6d 6f 6e 69 74 6f 72 2c 20 69 74 20 |age monitor, it | 00000250 63 61 6e 6e 6f 74 20 27 73 65 65 27 20 61 6c 6c |cannot 'see' all| 00000260 20 74 68 65 0a 6d 65 73 73 61 67 65 73 20 61 73 | the.messages as| 00000270 20 6c 6f 61 64 73 20 6f 66 20 74 68 65 6d 20 61 | loads of them a| 00000280 72 65 20 74 61 73 6b 2d 74 61 73 6b 20 6d 65 73 |re task-task mes| 00000290 73 61 67 65 73 20 61 73 20 6f 70 70 6f 73 65 64 |sages as opposed| 000002a0 20 74 6f 20 62 72 6f 61 64 63 61 73 74 0a 6d 65 | to broadcast.me| 000002b0 73 73 61 67 65 73 2e 20 53 74 61 74 75 73 20 61 |ssages. Status a| 000002c0 6c 73 6f 20 68 61 73 20 61 70 70 6c 69 63 61 74 |lso has applicat| 000002d0 69 6f 6e 73 20 61 73 20 61 20 73 6f 72 74 2d 6f |ions as a sort-o| 000002e0 66 20 76 69 72 75 73 20 64 65 74 65 63 74 6f 72 |f virus detector| 000002f0 2c 20 69 2e 65 2e 20 69 66 0a 79 6f 75 20 6b 65 |, i.e. if.you ke| 00000300 65 70 20 61 20 62 65 61 64 79 20 65 79 65 20 6f |ep a beady eye o| 00000310 70 65 6e 20 79 6f 75 20 6d 69 67 68 74 20 70 6f |pen you might po| 00000320 73 73 69 62 6c 79 20 73 65 65 20 61 20 76 69 72 |ssibly see a vir| 00000330 75 73 20 69 6e 69 74 69 61 6c 69 73 69 6e 67 20 |us initialising | 00000340 69 74 73 65 6c 66 0a 28 21 29 2e 20 0a 0a 20 55 |itself.(!). .. U| 00000350 73 61 67 65 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |sage ___________| 00000360 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000390 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 20 41 66 74 |__________.. Aft| 000003a0 65 72 20 79 6f 75 20 68 61 76 65 20 6c 6f 61 64 |er you have load| 000003b0 65 64 20 53 74 61 74 75 73 2c 20 69 74 27 73 20 |ed Status, it's | 000003c0 6d 61 69 6e 20 77 69 6e 64 6f 77 20 77 69 6c 6c |main window will| 000003d0 20 6f 70 65 6e 20 6a 75 73 74 20 61 62 6f 76 65 | open just above| 000003e0 20 74 68 65 0a 69 63 6f 6e 20 62 61 72 2e 20 41 | the.icon bar. A| 000003f0 74 20 66 69 72 73 74 20 74 68 65 20 77 69 6e 64 |t first the wind| 00000400 6f 77 20 6c 6f 6f 6b 73 20 75 6e 2d 6d 6f 76 65 |ow looks un-move| 00000410 61 62 6c 65 20 62 65 63 61 75 73 65 20 69 74 20 |able because it | 00000420 68 61 73 6e 27 74 20 67 6f 74 20 61 0a 74 69 74 |hasn't got a.tit| 00000430 6c 65 20 62 61 72 20 62 75 74 20 64 6f 6e 27 74 |le bar but don't| 00000440 20 77 6f 72 72 79 2c 20 79 6f 75 20 63 61 6e 20 | worry, you can | 00000450 6d 6f 76 65 20 74 68 65 20 77 69 6e 64 6f 77 20 |move the window | 00000460 62 79 20 64 72 61 67 67 69 6e 67 20 74 68 65 20 |by dragging the | 00000470 69 63 6f 6e 0a 77 68 65 72 65 20 74 68 65 20 74 |icon.where the t| 00000480 65 78 74 20 61 70 70 65 61 72 73 2e 20 54 68 65 |ext appears. The| 00000490 20 62 75 74 74 6f 6e 73 20 74 6f 20 74 68 65 20 | buttons to the | 000004a0 6c 65 66 74 20 61 72 65 20 6a 75 73 74 20 74 68 |left are just th| 000004b0 65 20 73 74 61 6e 64 61 72 64 0a 57 69 6d 70 2d |e standard.Wimp-| 000004c0 67 61 64 67 65 74 73 20 65 78 63 65 70 74 20 74 |gadgets except t| 000004d0 68 61 74 20 49 27 76 65 20 69 6d 70 6c 65 6d 65 |hat I've impleme| 000004e0 6e 74 65 64 20 6d 79 20 6f 77 6e 20 75 73 65 72 |nted my own user| 000004f0 20 69 6e 74 65 72 66 61 63 65 20 66 6f 72 20 74 | interface for t| 00000500 68 65 6d 2c 0a 74 68 65 79 20 77 6f 72 6b 20 69 |hem,.they work i| 00000510 6e 20 65 78 61 63 74 6c 79 20 74 68 65 20 73 61 |n exactly the sa| 00000520 6d 65 20 77 61 79 20 61 73 20 74 68 65 20 75 73 |me way as the us| 00000530 75 61 6c 20 67 61 64 67 65 74 73 20 28 62 75 74 |ual gadgets (but| 00000540 20 6f 6e 20 52 69 73 63 20 4f 53 20 33 20 74 68 | on Risc OS 3 th| 00000550 65 0a 77 69 6e 64 6f 77 20 77 6f 6e 27 74 20 69 |e.window won't i| 00000560 63 6f 6e 69 73 65 29 2e 0a 20 57 68 65 6e 20 73 |conise).. When s| 00000570 6f 6d 65 74 68 69 6e 67 20 68 61 70 70 65 6e 73 |omething happens| 00000580 20 61 6e 64 20 21 53 74 61 74 75 73 20 67 65 74 | and !Status get| 00000590 73 20 74 6f 20 68 65 61 72 20 61 62 6f 75 74 20 |s to hear about | 000005a0 69 74 2c 20 69 74 20 77 69 6c 6c 20 6d 61 6b 65 |it, it will make| 000005b0 20 61 0a 63 6f 6d 6d 65 6e 74 20 6f 6e 20 69 74 | a.comment on it| 000005c0 2e 20 53 75 63 68 20 61 73 20 27 54 68 65 20 57 |. Such as 'The W| 000005d0 69 6d 70 20 68 61 73 20 63 68 61 6e 67 65 64 20 |imp has changed | 000005e0 74 6f 20 6d 6f 64 65 20 31 32 27 2e 0a 20 0a 20 |to mode 12'.. . | 000005f0 4e 6f 74 65 73 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |Notes __________| 00000600 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000630 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 2d 20 49 |___________..- I| 00000640 74 27 73 20 70 72 6f 62 61 62 6c 79 20 62 65 73 |t's probably bes| 00000650 74 20 74 6f 20 69 6e 73 74 61 6c 6c 20 21 53 74 |t to install !St| 00000660 61 74 75 73 20 62 65 66 6f 72 65 20 61 6e 79 20 |atus before any | 00000670 6f 74 68 65 72 20 61 70 70 6c 69 63 61 74 69 6f |other applicatio| 00000680 6e 20 61 73 0a 20 6f 74 68 65 72 20 61 70 70 73 |n as. other apps| 00000690 20 63 6f 75 6c 64 20 63 6c 61 69 6d 20 6d 65 73 | could claim mes| 000006a0 73 61 67 65 73 20 61 6e 64 20 74 68 65 6e 20 21 |sages and then !| 000006b0 53 74 61 74 75 73 20 77 69 6c 6c 20 6e 6f 74 20 |Status will not | 000006c0 62 65 20 61 62 6c 65 20 72 65 70 6f 72 74 0a 20 |be able report. | 000006d0 6f 6e 20 74 68 65 6d 2e 0a 2d 20 21 53 74 61 74 |on them..- !Stat| 000006e0 75 73 20 63 61 6e 20 73 70 6f 6f 6c 20 6f 75 74 |us can spool out| 000006f0 20 61 20 6c 6f 67 20 66 69 6c 65 20 6f 66 20 61 | a log file of a| 00000700 6c 6c 20 74 68 65 20 6d 65 73 73 61 67 65 73 20 |ll the messages | 00000710 69 74 20 72 65 63 65 69 76 65 73 20 74 6f 20 61 |it receives to a| 00000720 20 66 69 6c 65 0a 20 27 3c 53 74 61 74 75 73 24 | file. '<Status$| 00000730 44 69 72 3e 2e 4d 73 67 4c 6f 67 27 2e 20 49 66 |Dir>.MsgLog'. If| 00000740 20 79 6f 75 20 77 61 6e 74 20 74 68 69 73 2c 20 | you want this, | 00000750 74 68 65 6e 20 67 6f 20 69 6e 74 6f 20 21 52 75 |then go into !Ru| 00000760 6e 49 6d 61 67 65 20 61 6e 64 20 6f 6e 20 74 68 |nImage and on th| 00000770 65 0a 20 65 6e 64 20 6f 66 20 74 68 65 20 74 68 |e. end of the th| 00000780 69 72 64 20 6c 69 6e 65 20 69 73 20 27 6c 6f 67 |ird line is 'log| 00000790 25 3d 46 41 4c 53 45 27 20 63 68 61 6e 67 65 20 |%=FALSE' change | 000007a0 74 68 69 73 20 74 6f 20 27 6c 6f 67 25 3d 54 52 |this to 'log%=TR| 000007b0 55 45 27 2e 20 54 68 65 20 66 69 6c 65 0a 20 77 |UE'. The file. w| 000007c0 69 6c 6c 20 62 65 20 77 72 69 74 74 65 6e 20 74 |ill be written t| 000007d0 6f 20 77 68 65 6e 20 61 20 6d 65 73 73 61 67 65 |o when a message| 000007e0 20 6f 63 63 75 72 73 20 73 6f 20 69 74 20 73 6c | occurs so it sl| 000007f0 6f 77 73 20 74 68 69 6e 67 73 20 64 6f 77 6e 20 |ows things down | 00000800 61 20 62 69 74 2e 2e 2e 2e 0a 2d 20 53 6f 6d 65 |a bit.....- Some| 00000810 20 6d 65 73 73 61 67 65 73 20 61 72 65 6e 27 74 | messages aren't| 00000820 20 6c 65 74 20 74 68 6f 75 67 68 20 27 63 6f 73 | let though 'cos| 00000830 20 79 6f 75 27 64 20 65 6e 64 20 75 70 20 73 65 | you'd end up se| 00000840 65 69 6e 67 20 6e 6f 74 68 69 6e 67 20 62 75 74 |eing nothing but| 00000850 20 74 68 65 0a 20 73 61 6d 65 20 6d 65 73 73 61 | the. same messa| 00000860 67 65 73 20 72 65 70 65 61 74 65 64 6c 79 20 28 |ges repeatedly (| 00000870 27 53 65 74 53 6c 6f 74 27 20 69 73 20 74 68 65 |'SetSlot' is the| 00000880 20 6d 61 69 6e 20 63 75 6c 70 72 69 74 29 2e 20 | main culprit). | 00000890 54 68 65 79 27 72 65 20 52 45 4d 65 64 20 6f 75 |They're REMed ou| 000008a0 74 0a 20 69 6e 20 21 52 75 6e 49 6d 61 67 65 20 |t. in !RunImage | 000008b0 63 68 61 6e 67 65 20 27 65 6d 20 69 66 20 79 65 |change 'em if ye| 000008c0 72 20 77 61 6e 6e 61 2e 20 0a 0a 20 43 6f 70 79 |r wanna. .. Copy| 000008d0 72 69 67 68 74 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |right __________| 000008e0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000910 5f 5f 5f 5f 5f 5f 5f 0a 0a 20 54 68 69 73 20 73 |_______.. This s| 00000920 6f 66 74 77 61 72 65 20 69 73 20 73 75 70 70 6c |oftware is suppl| 00000930 69 65 64 20 22 61 73 20 69 73 22 2c 20 75 73 69 |ied "as is", usi| 00000940 6e 67 20 69 74 20 69 73 20 65 6e 74 69 72 65 6c |ng it is entirel| 00000950 79 20 61 74 20 79 6f 75 72 20 6f 77 6e 20 72 69 |y at your own ri| 00000960 73 6b 2e 20 0a 59 6f 75 20 61 72 65 20 66 72 65 |sk. .You are fre| 00000970 65 20 74 6f 20 64 69 73 74 72 69 62 75 74 65 20 |e to distribute | 00000980 74 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e |this application| 00000990 20 74 6f 20 61 6e 79 6f 6e 65 20 79 6f 75 20 70 | to anyone you p| 000009a0 6c 65 61 73 65 20 76 69 61 20 61 6e 79 0a 6d 65 |lease via any.me| 000009b0 64 69 75 6d 2c 20 70 72 6f 76 69 64 65 64 20 69 |dium, provided i| 000009c0 74 20 69 73 20 64 65 6c 69 76 65 72 65 64 20 77 |t is delivered w| 000009d0 69 74 68 20 2a 61 6c 6c 2a 20 74 68 65 20 73 75 |ith *all* the su| 000009e0 70 70 6c 69 65 64 20 66 69 6c 65 73 2c 20 2a 75 |pplied files, *u| 000009f0 6e 61 6c 74 65 72 65 64 2a 2e 0a 59 6f 75 20 61 |naltered*..You a| 00000a00 72 65 20 6e 6f 74 20 61 6c 6c 6f 77 65 64 20 74 |re not allowed t| 00000a10 6f 20 73 65 6c 6c 20 74 68 69 73 20 73 6f 66 74 |o sell this soft| 00000a20 77 61 72 65 20 61 6e 64 20 49 20 64 6f 20 6e 6f |ware and I do no| 00000a30 74 20 77 61 6e 74 20 74 6f 20 73 65 65 20 69 74 |t want to see it| 00000a40 0a 73 75 70 70 6c 69 65 64 20 61 73 20 61 20 27 |.supplied as a '| 00000a50 66 72 65 65 62 69 65 27 20 77 69 74 68 20 61 6e |freebie' with an| 00000a60 79 20 63 6f 6d 6d 65 72 63 69 61 6c 20 70 61 63 |y commercial pac| 00000a70 6b 61 67 65 73 2c 20 61 6c 74 68 6f 75 67 68 20 |kages, although | 00000a80 49 20 77 65 6c 63 6f 6d 65 0a 69 6e 76 69 74 61 |I welcome.invita| 00000a90 74 69 6f 6e 73 20 74 6f 20 64 69 73 63 75 73 73 |tions to discuss| 00000aa0 20 61 6e 79 20 64 65 74 61 69 6c 73 20 73 68 6f | any details sho| 00000ab0 75 6c 64 20 79 6f 75 20 77 61 6e 74 20 74 6f 20 |uld you want to | 00000ac0 64 6f 20 73 6f 2e 20 49 20 28 74 68 65 20 61 75 |do so. I (the au| 00000ad0 74 68 6f 72 29 0a 72 65 74 61 69 6e 20 63 6f 70 |thor).retain cop| 00000ae0 79 72 69 67 68 74 20 6f 76 65 72 20 61 6c 6c 20 |yright over all | 00000af0 6f 66 20 74 68 69 73 20 61 70 70 6c 69 63 61 74 |of this applicat| 00000b00 69 6f 6e 20 61 70 61 72 74 20 66 72 6f 6d 20 74 |ion apart from t| 00000b10 68 65 20 49 6e 74 65 72 66 61 63 65 0a 4d 61 6e |he Interface.Man| 00000b20 61 67 65 72 20 4d 6f 64 75 6c 65 2c 20 74 6f 20 |ager Module, to | 00000b30 77 68 69 63 68 20 49 20 6d 61 6b 65 20 6e 6f 20 |which I make no | 00000b40 63 6c 61 69 6d 73 2e 0a 0a 20 49 66 20 79 6f 75 |claims... If you| 00000b50 20 77 61 6e 74 20 61 20 64 69 73 63 20 61 72 63 | want a disc arc| 00000b60 68 69 76 65 64 20 70 61 63 6b 65 64 20 77 69 74 |hived packed wit| 00000b70 68 20 61 6c 6c 20 74 68 65 20 76 65 72 79 20 6c |h all the very l| 00000b80 61 74 65 73 74 20 76 65 72 73 69 6f 6e 73 20 6f |atest versions o| 00000b90 66 20 6d 79 0a 61 70 70 73 20 61 6e 64 20 75 74 |f my.apps and ut| 00000ba0 69 6c 73 20 61 6e 64 20 73 74 75 66 66 2c 20 74 |ils and stuff, t| 00000bb0 68 65 6e 20 70 6c 65 61 73 65 20 73 65 6e 64 20 |hen please send | 00000bc0 6d 65 20 a3 33 20 61 74 20 74 68 65 20 61 64 64 |me .3 at the add| 00000bd0 72 65 73 73 20 62 65 6c 6f 77 2e 0a 20 49 66 20 |ress below.. If | 00000be0 79 6f 75 20 68 61 76 65 20 61 6e 79 20 63 6f 6d |you have any com| 00000bf0 6d 65 6e 74 73 2c 20 62 75 67 20 72 65 70 6f 72 |ments, bug repor| 00000c00 74 73 2c 20 73 75 67 67 65 73 74 69 6f 6e 73 20 |ts, suggestions | 00000c10 66 6f 72 20 66 75 74 75 72 65 20 76 65 72 73 69 |for future versi| 00000c20 6f 6e 73 20 6f 72 0a 61 6e 79 74 68 69 6e 67 20 |ons or.anything | 00000c30 65 6c 73 65 20 74 6f 20 6f 66 66 65 72 20 6d 65 |else to offer me| 00000c40 20 28 6f 6f 2d 65 72 21 29 20 64 6f 6e 27 74 20 | (oo-er!) don't | 00000c50 68 65 73 69 74 61 74 65 20 74 6f 20 77 72 69 74 |hesitate to writ| 00000c60 65 20 74 6f 20 2d 0a 0a 20 20 44 61 76 65 20 54 |e to -.. Dave T| 00000c70 68 6f 6d 61 73 0a 20 20 20 32 30 20 52 6f 73 65 |homas. 20 Rose| 00000c80 62 65 72 79 20 41 76 65 6e 75 65 0a 20 20 20 20 |bery Avenue. | 00000c90 20 57 61 74 65 72 6c 6f 6f 0a 20 20 20 20 20 20 | Waterloo. | 00000ca0 20 4c 69 76 65 72 70 6f 6f 6c 0a 20 20 20 20 20 | Liverpool. | 00000cb0 20 20 20 20 20 20 20 20 20 20 20 20 4c 32 32 20 | L22 | 00000cc0 32 42 48 0a 0a 20 6f 72 20 73 65 6e 64 20 6d 65 |2BH.. or send me| 00000cd0 20 61 20 6d 65 73 73 61 67 65 20 6f 6e 20 54 68 | a message on Th| 00000ce0 65 20 57 6f 72 6c 64 20 4f 66 20 43 72 79 74 6f |e World Of Cryto| 00000cf0 6e 20 6f 72 20 54 68 65 20 50 6f 77 65 72 20 48 |n or The Power H| 00000d00 6f 75 73 65 2e 0a 0a 20 56 65 72 73 69 6f 6e 20 |ouse... Version | 00000d10 55 70 64 61 74 65 73 20 5f 5f 5f 5f 5f 5f 5f 5f |Updates ________| 00000d20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000d50 5f 5f 5f 0a 0a 31 2e 30 30 20 46 69 72 73 74 20 |___..1.00 First | 00000d60 72 65 6c 65 61 73 65 64 20 76 65 72 73 69 6f 6e |released version| 00000d70 0a 31 2e 30 31 20 2d 20 49 6e 74 65 72 66 61 63 |.1.01 - Interfac| 00000d80 65 20 4d 61 6e 61 67 65 72 20 32 2e 30 30 20 6e |e Manager 2.00 n| 00000d90 6f 77 20 75 73 65 64 0a 20 20 20 20 20 2d 20 54 |ow used. - T| 00000da0 65 6d 70 6c 61 74 65 73 20 75 70 64 61 74 65 64 |emplates updated| 00000db0 20 28 68 61 64 20 6f 6c 64 20 62 6f 72 64 65 72 | (had old border| 00000dc0 20 69 6e 64 69 72 65 63 74 69 6f 6e 20 73 74 72 | indirection str| 00000dd0 69 6e 67 73 29 0a 20 20 20 20 20 2d 20 53 70 65 |ings). - Spe| 00000de0 72 6c 69 6e 67 20 6d 69 73 73 73 74 61 79 6b 65 |rling missstayke| 00000df0 20 63 6f 72 65 6b 74 65 64 0a 31 2e 30 32 20 2d | corekted.1.02 -| 00000e00 20 45 6e 68 61 6e 63 65 6d 65 6e 74 73 20 28 62 | Enhancements (b| 00000e10 75 67 20 66 69 78 65 73 21 29 20 66 6f 72 20 52 |ug fixes!) for R| 00000e20 69 73 63 20 4f 53 20 33 0a 20 20 20 20 20 2d 20 |isc OS 3. - | 00000e30 49 63 6f 6e 69 73 65 20 6d 65 73 73 61 67 65 73 |Iconise messages| 00000e40 20 72 65 63 6f 67 6e 69 73 65 64 20 20 20 0a 20 | recognised . | 00000e50 20 20 20 20 2d 20 47 61 64 67 65 74 73 20 63 68 | - Gadgets ch| 00000e60 61 6e 67 65 64 20 74 6f 20 53 70 72 69 74 65 73 |anged to Sprites| 00000e70 20 66 72 6f 6d 20 63 68 61 72 73 0a 31 2e 30 33 | from chars.1.03| 00000e80 20 2d 20 4d 6f 72 65 20 6d 65 73 73 61 67 65 73 | - More messages| 00000e90 20 72 65 63 6f 67 6e 69 73 65 64 2c 20 6e 6f 74 | recognised, not| 00000ea0 20 61 6c 6c 20 72 65 70 6f 72 74 65 64 20 74 68 | all reported th| 00000eb0 6f 75 67 68 20 61 73 20 73 6f 6d 65 20 61 72 65 |ough as some are| 00000ec0 20 52 45 4d 6d 65 64 0a 20 20 20 20 20 20 20 6f | REMmed. o| 00000ed0 75 74 20 69 6e 20 21 52 75 6e 49 6d 61 67 65 2e |ut in !RunImage.| 00000ee0 20 43 6f 6e 73 69 64 65 72 69 6e 67 20 64 6f 69 | Considering doi| 00000ef0 6e 67 20 61 20 76 65 72 73 69 6f 6e 20 77 68 65 |ng a version whe| 00000f00 72 65 20 61 6c 6c 20 6d 65 73 73 61 67 65 73 20 |re all messages | 00000f10 61 72 65 0a 20 20 20 20 20 20 20 6c 6f 67 67 65 |are. logge| 00000f20 64 20 69 6e 20 61 20 71 75 65 75 65 2d 74 79 70 |d in a queue-typ| 00000f30 65 20 74 68 69 6e 67 2c 20 69 65 20 62 69 67 20 |e thing, ie big | 00000f40 77 69 6e 64 6f 77 2e 20 48 6f 20 68 75 6d 2e 2e |window. Ho hum..| 00000f50 2e 0a 20 20 20 20 20 2d 20 4c 6f 67 20 27 6f 70 |.. - Log 'op| 00000f60 74 69 6f 6e 27 20 61 64 64 65 64 0a |tion' added.| 00000f6c