Home » Archimedes archive » Acorn Computing » 1993 10 Mega Disk.adf » 93_10 » Miscellany/!ResFiler/!Help
Miscellany/!ResFiler/!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 » 1993 10 Mega Disk.adf » 93_10 |
Filename: | Miscellany/!ResFiler/!Help |
Read OK: | ✔ |
File size: | 147A bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Fake Resources Filer ' !ResFiler ' (c)1993 Roger & Chris Wylde. Programming : Roger Wylde. Templates : Roger Wylde. Program Icon : Chris Wylde (it's supposed to represent D.I.Y. Rom Apps). Started : 14th April 1993. Completion Date : 21st July 1993 Version 1.80. Reason for writting : Having one machine with RISC OS 3 and the other with RISC OS 2 I had to try to bridge the gap in some way. User Instructions ~~~~~~~~~~~~~~~~~ Fake Resources Filer is an application designed to give RISC OS 2 users the convenience of selecting their favourite applications just by clicking on an icon on the icon bar. It is modelled on the RISC OS 3 Resources Filer (and will run on RISC OS 3 machines as well). It differs in that you can choose any applications to place in the window, this may prove more useful than the normal !Alarm, !Calc, !Chars, !Configure etc. The program can be loaded by double clicking on its icon in the directory or more usefully it can be loaded in the computers boot sequence (provided you have a hard disc or network). Its icon will be installed on the left of the icon bar. Clicking on its icon will open up the 'Resources Applications' window which looks very much like a directory window (if the window was already open then it will be brought to the front of the desktop). Up to 8 icons will be displayed along with their filenames. Double clicking on any icon will load that application (double clicking on the name will not suffice). To access the programs other facilities you need to click menu over either the 'Resources Applications' window or the program icon. This will bring up the following menu :- +-------------------+ | Info ->| | Application Paths | | Save Settings | | Quit | +-------------------+ Moving across the arrow to the right of the info option will display details such as the program version number and creation date. 'Application Paths' will display a window showing the file paths of each program (these are the path of the application as a whole not of any files within it). The paths can be entered by hand or by dragging an application onto the chosen box (note : dragging a file from another program's save box will not work - and is appropriately trapped). The 'Remove' buttons will blank the boxes to their left. When you have finished making any alterations you can select the 'Save Settings' option. The new icons will not appear on the 'Resources Applications' window until the 'Reboot the above applications to get hold of their sprites' button is pressed. After a few seconds the window will update, any file errors will be reported as they are found. The chosen applications must have sprites or an error will be generated, although a !Boot file is not necessary as the program will load !Sprites if it can't run !Boot. Next time the program is loaded the saved settings file will be loaded back and all of the programs will be booted. Technical Instructions ~~~~~~~~~~~~~~~~~~~~~~ The file !Config inside the directory holds the paths of the 8 chosen programs. Each is followed by a zero byte. The program will not crash if the !Config file is corrupted or even completely absent. It will save back a correct version next time you use the 'Save Settings' option. Each application pathname can be upto 200 characters although it is very unlikely that you would have a directory structure stretching so deep. The whole program is written in C and so needs at least the Clib 3.50 module and FPEmulator 2.70 (Usually found in a current !System directory). Whilst you could probably get away with tampering with the templates file I would not avise it as this may affect the way the program works, especially with window redrawing. The WimpSlot is currently set at 96K, it may be possible to reduce this slightly on 1 and 2 meg machines. As both of my machines are 4 meg I have been unable to test this out. The program icon can easily be changed. I originally used the RISC OS 3 'romapps' sprite but changed it later as I am not sure whether it is copyrighted to Acorn, as they did draw it. You could put any icon in its place as the program will account for it automatically. Disclaimer ~~~~~~~~~~ Whilst I have taken great care to make this program very reliable, I've yet to crash it, I cannot be held responsible for any damage, lost of data or CPU time as well as loss of life and other such nasties. Please remember that most crashes result from the complexity of the Desktop itself and occasionally poorly written software. I have written this program in C and have not used any 'ify' pieces of programming. If loading a program from the 'Resources Applications' window results in a system crash it is almost certainly the fault of the program being loaded. Possible Future Improvements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Larger number of applications on show, perhaps 16 (shouldn't be difficult). Ability to handle separate programs that are not in !Application form. Animation of icon (pointless but interesting) Flashy buttons like Computer Concepts Impression. Ability to drag applications direct to the 'Resources Applications' window, but this might go against the idea of it not being a true filer window.
00000000 46 61 6b 65 20 52 65 73 6f 75 72 63 65 73 20 46 |Fake Resources F| 00000010 69 6c 65 72 20 27 20 21 52 65 73 46 69 6c 65 72 |iler ' !ResFiler| 00000020 20 27 20 28 63 29 31 39 39 33 20 52 6f 67 65 72 | ' (c)1993 Roger| 00000030 20 26 20 43 68 72 69 73 20 57 79 6c 64 65 2e 0a | & Chris Wylde..| 00000040 50 72 6f 67 72 61 6d 6d 69 6e 67 20 3a 20 52 6f |Programming : Ro| 00000050 67 65 72 20 57 79 6c 64 65 2e 0a 54 65 6d 70 6c |ger Wylde..Templ| 00000060 61 74 65 73 20 3a 20 52 6f 67 65 72 20 57 79 6c |ates : Roger Wyl| 00000070 64 65 2e 0a 50 72 6f 67 72 61 6d 20 49 63 6f 6e |de..Program Icon| 00000080 20 3a 20 43 68 72 69 73 20 57 79 6c 64 65 20 28 | : Chris Wylde (| 00000090 69 74 27 73 20 73 75 70 70 6f 73 65 64 20 74 6f |it's supposed to| 000000a0 20 72 65 70 72 65 73 65 6e 74 20 44 2e 49 2e 59 | represent D.I.Y| 000000b0 2e 20 52 6f 6d 20 41 70 70 73 29 2e 0a 53 74 61 |. Rom Apps)..Sta| 000000c0 72 74 65 64 20 3a 20 31 34 74 68 20 41 70 72 69 |rted : 14th Apri| 000000d0 6c 20 31 39 39 33 2e 0a 43 6f 6d 70 6c 65 74 69 |l 1993..Completi| 000000e0 6f 6e 20 44 61 74 65 20 3a 20 32 31 73 74 20 4a |on Date : 21st J| 000000f0 75 6c 79 20 31 39 39 33 20 56 65 72 73 69 6f 6e |uly 1993 Version| 00000100 20 31 2e 38 30 2e 0a 52 65 61 73 6f 6e 20 66 6f | 1.80..Reason fo| 00000110 72 20 77 72 69 74 74 69 6e 67 20 3a 20 48 61 76 |r writting : Hav| 00000120 69 6e 67 20 6f 6e 65 20 6d 61 63 68 69 6e 65 20 |ing one machine | 00000130 77 69 74 68 20 52 49 53 43 20 4f 53 20 33 20 61 |with RISC OS 3 a| 00000140 6e 64 20 74 68 65 20 6f 74 68 65 72 20 77 69 74 |nd the other wit| 00000150 68 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |h. | 00000160 20 20 20 20 20 20 20 20 52 49 53 43 20 4f 53 20 | RISC OS | 00000170 32 20 49 20 68 61 64 20 74 6f 20 74 72 79 20 74 |2 I had to try t| 00000180 6f 20 62 72 69 64 67 65 20 74 68 65 20 67 61 70 |o bridge the gap| 00000190 20 69 6e 20 73 6f 6d 65 20 77 61 79 2e 0a 0a 55 | in some way...U| 000001a0 73 65 72 20 49 6e 73 74 72 75 63 74 69 6f 6e 73 |ser Instructions| 000001b0 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |.~~~~~~~~~~~~~~~| 000001c0 7e 7e 0a 0a 46 61 6b 65 20 52 65 73 6f 75 72 63 |~~..Fake Resourc| 000001d0 65 73 20 46 69 6c 65 72 20 69 73 20 61 6e 20 61 |es Filer is an a| 000001e0 70 70 6c 69 63 61 74 69 6f 6e 20 64 65 73 69 67 |pplication desig| 000001f0 6e 65 64 20 74 6f 20 67 69 76 65 20 52 49 53 43 |ned to give RISC| 00000200 20 4f 53 20 32 20 75 73 65 72 73 20 74 68 65 0a | OS 2 users the.| 00000210 63 6f 6e 76 65 6e 69 65 6e 63 65 20 6f 66 20 73 |convenience of s| 00000220 65 6c 65 63 74 69 6e 67 20 74 68 65 69 72 20 66 |electing their f| 00000230 61 76 6f 75 72 69 74 65 20 61 70 70 6c 69 63 61 |avourite applica| 00000240 74 69 6f 6e 73 20 6a 75 73 74 20 62 79 20 63 6c |tions just by cl| 00000250 69 63 6b 69 6e 67 20 6f 6e 20 61 6e 0a 69 63 6f |icking on an.ico| 00000260 6e 20 6f 6e 20 74 68 65 20 69 63 6f 6e 20 62 61 |n on the icon ba| 00000270 72 2e 20 49 74 20 69 73 20 6d 6f 64 65 6c 6c 65 |r. It is modelle| 00000280 64 20 6f 6e 20 74 68 65 20 52 49 53 43 20 4f 53 |d on the RISC OS| 00000290 20 33 20 52 65 73 6f 75 72 63 65 73 20 46 69 6c | 3 Resources Fil| 000002a0 65 72 20 28 61 6e 64 0a 77 69 6c 6c 20 72 75 6e |er (and.will run| 000002b0 20 6f 6e 20 52 49 53 43 20 4f 53 20 33 20 6d 61 | on RISC OS 3 ma| 000002c0 63 68 69 6e 65 73 20 61 73 20 77 65 6c 6c 29 2e |chines as well).| 000002d0 20 49 74 20 64 69 66 66 65 72 73 20 69 6e 20 74 | It differs in t| 000002e0 68 61 74 20 79 6f 75 20 63 61 6e 20 63 68 6f 6f |hat you can choo| 000002f0 73 65 0a 61 6e 79 20 61 70 70 6c 69 63 61 74 69 |se.any applicati| 00000300 6f 6e 73 20 74 6f 20 70 6c 61 63 65 20 69 6e 20 |ons to place in | 00000310 74 68 65 20 77 69 6e 64 6f 77 2c 20 74 68 69 73 |the window, this| 00000320 20 6d 61 79 20 70 72 6f 76 65 20 6d 6f 72 65 20 | may prove more | 00000330 75 73 65 66 75 6c 20 74 68 61 6e 0a 74 68 65 20 |useful than.the | 00000340 6e 6f 72 6d 61 6c 20 21 41 6c 61 72 6d 2c 20 21 |normal !Alarm, !| 00000350 43 61 6c 63 2c 20 21 43 68 61 72 73 2c 20 21 43 |Calc, !Chars, !C| 00000360 6f 6e 66 69 67 75 72 65 20 65 74 63 2e 0a 0a 54 |onfigure etc...T| 00000370 68 65 20 70 72 6f 67 72 61 6d 20 63 61 6e 20 62 |he program can b| 00000380 65 20 6c 6f 61 64 65 64 20 62 79 20 64 6f 75 62 |e loaded by doub| 00000390 6c 65 20 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 69 |le clicking on i| 000003a0 74 73 20 69 63 6f 6e 20 69 6e 20 74 68 65 20 64 |ts icon in the d| 000003b0 69 72 65 63 74 6f 72 79 20 6f 72 0a 6d 6f 72 65 |irectory or.more| 000003c0 20 75 73 65 66 75 6c 6c 79 20 69 74 20 63 61 6e | usefully it can| 000003d0 20 62 65 20 6c 6f 61 64 65 64 20 69 6e 20 74 68 | be loaded in th| 000003e0 65 20 63 6f 6d 70 75 74 65 72 73 20 62 6f 6f 74 |e computers boot| 000003f0 20 73 65 71 75 65 6e 63 65 20 28 70 72 6f 76 69 | sequence (provi| 00000400 64 65 64 20 79 6f 75 0a 68 61 76 65 20 61 20 68 |ded you.have a h| 00000410 61 72 64 20 64 69 73 63 20 6f 72 20 6e 65 74 77 |ard disc or netw| 00000420 6f 72 6b 29 2e 20 49 74 73 20 69 63 6f 6e 20 77 |ork). Its icon w| 00000430 69 6c 6c 20 62 65 20 69 6e 73 74 61 6c 6c 65 64 |ill be installed| 00000440 20 6f 6e 20 74 68 65 20 6c 65 66 74 20 6f 66 20 | on the left of | 00000450 74 68 65 0a 69 63 6f 6e 20 62 61 72 2e 0a 0a 43 |the.icon bar...C| 00000460 6c 69 63 6b 69 6e 67 20 6f 6e 20 69 74 73 20 69 |licking on its i| 00000470 63 6f 6e 20 77 69 6c 6c 20 6f 70 65 6e 20 75 70 |con will open up| 00000480 20 74 68 65 20 27 52 65 73 6f 75 72 63 65 73 20 | the 'Resources | 00000490 41 70 70 6c 69 63 61 74 69 6f 6e 73 27 20 77 69 |Applications' wi| 000004a0 6e 64 6f 77 20 77 68 69 63 68 0a 6c 6f 6f 6b 73 |ndow which.looks| 000004b0 20 76 65 72 79 20 6d 75 63 68 20 6c 69 6b 65 20 | very much like | 000004c0 61 20 64 69 72 65 63 74 6f 72 79 20 77 69 6e 64 |a directory wind| 000004d0 6f 77 20 28 69 66 20 74 68 65 20 77 69 6e 64 6f |ow (if the windo| 000004e0 77 20 77 61 73 20 61 6c 72 65 61 64 79 20 6f 70 |w was already op| 000004f0 65 6e 20 74 68 65 6e 0a 69 74 20 77 69 6c 6c 20 |en then.it will | 00000500 62 65 20 62 72 6f 75 67 68 74 20 74 6f 20 74 68 |be brought to th| 00000510 65 20 66 72 6f 6e 74 20 6f 66 20 74 68 65 20 64 |e front of the d| 00000520 65 73 6b 74 6f 70 29 2e 20 55 70 20 74 6f 20 38 |esktop). Up to 8| 00000530 20 69 63 6f 6e 73 20 77 69 6c 6c 20 62 65 0a 64 | icons will be.d| 00000540 69 73 70 6c 61 79 65 64 20 61 6c 6f 6e 67 20 77 |isplayed along w| 00000550 69 74 68 20 74 68 65 69 72 20 66 69 6c 65 6e 61 |ith their filena| 00000560 6d 65 73 2e 20 44 6f 75 62 6c 65 20 63 6c 69 63 |mes. Double clic| 00000570 6b 69 6e 67 20 6f 6e 20 61 6e 79 20 69 63 6f 6e |king on any icon| 00000580 20 77 69 6c 6c 20 6c 6f 61 64 0a 74 68 61 74 20 | will load.that | 00000590 61 70 70 6c 69 63 61 74 69 6f 6e 20 28 64 6f 75 |application (dou| 000005a0 62 6c 65 20 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 |ble clicking on | 000005b0 74 68 65 20 6e 61 6d 65 20 77 69 6c 6c 20 6e 6f |the name will no| 000005c0 74 20 73 75 66 66 69 63 65 29 2e 0a 0a 54 6f 20 |t suffice)...To | 000005d0 61 63 63 65 73 73 20 74 68 65 20 70 72 6f 67 72 |access the progr| 000005e0 61 6d 73 20 6f 74 68 65 72 20 66 61 63 69 6c 69 |ams other facili| 000005f0 74 69 65 73 20 79 6f 75 20 6e 65 65 64 20 74 6f |ties you need to| 00000600 20 63 6c 69 63 6b 20 6d 65 6e 75 20 6f 76 65 72 | click menu over| 00000610 20 65 69 74 68 65 72 0a 74 68 65 20 27 52 65 73 | either.the 'Res| 00000620 6f 75 72 63 65 73 20 41 70 70 6c 69 63 61 74 69 |ources Applicati| 00000630 6f 6e 73 27 20 77 69 6e 64 6f 77 20 6f 72 20 74 |ons' window or t| 00000640 68 65 20 70 72 6f 67 72 61 6d 20 69 63 6f 6e 2e |he program icon.| 00000650 20 54 68 69 73 20 77 69 6c 6c 20 62 72 69 6e 67 | This will bring| 00000660 20 75 70 0a 74 68 65 20 66 6f 6c 6c 6f 77 69 6e | up.the followin| 00000670 67 20 6d 65 6e 75 20 3a 2d 0a 0a 2b 2d 2d 2d 2d |g menu :-..+----| 00000680 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2b |---------------+| 00000690 0a 7c 20 49 6e 66 6f 20 20 20 20 20 20 20 20 20 |.| Info | 000006a0 20 20 20 2d 3e 7c 0a 7c 20 41 70 70 6c 69 63 61 | ->|.| Applica| 000006b0 74 69 6f 6e 20 50 61 74 68 73 20 7c 0a 7c 20 53 |tion Paths |.| S| 000006c0 61 76 65 20 53 65 74 74 69 6e 67 73 20 20 20 20 |ave Settings | 000006d0 20 7c 0a 7c 20 51 75 69 74 20 20 20 20 20 20 20 | |.| Quit | 000006e0 20 20 20 20 20 20 20 7c 0a 2b 2d 2d 2d 2d 2d 2d | |.+------| 000006f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2b 0a 0a |-------------+..| 00000700 4d 6f 76 69 6e 67 20 61 63 72 6f 73 73 20 74 68 |Moving across th| 00000710 65 20 61 72 72 6f 77 20 74 6f 20 74 68 65 20 72 |e arrow to the r| 00000720 69 67 68 74 20 6f 66 20 74 68 65 20 69 6e 66 6f |ight of the info| 00000730 20 6f 70 74 69 6f 6e 20 77 69 6c 6c 20 64 69 73 | option will dis| 00000740 70 6c 61 79 20 64 65 74 61 69 6c 73 0a 73 75 63 |play details.suc| 00000750 68 20 61 73 20 74 68 65 20 70 72 6f 67 72 61 6d |h as the program| 00000760 20 76 65 72 73 69 6f 6e 20 6e 75 6d 62 65 72 20 | version number | 00000770 61 6e 64 20 63 72 65 61 74 69 6f 6e 20 64 61 74 |and creation dat| 00000780 65 2e 0a 27 41 70 70 6c 69 63 61 74 69 6f 6e 20 |e..'Application | 00000790 50 61 74 68 73 27 20 77 69 6c 6c 20 64 69 73 70 |Paths' will disp| 000007a0 6c 61 79 20 61 20 77 69 6e 64 6f 77 20 73 68 6f |lay a window sho| 000007b0 77 69 6e 67 20 74 68 65 20 66 69 6c 65 20 70 61 |wing the file pa| 000007c0 74 68 73 20 6f 66 20 65 61 63 68 0a 70 72 6f 67 |ths of each.prog| 000007d0 72 61 6d 20 28 74 68 65 73 65 20 61 72 65 20 74 |ram (these are t| 000007e0 68 65 20 70 61 74 68 20 6f 66 20 74 68 65 20 61 |he path of the a| 000007f0 70 70 6c 69 63 61 74 69 6f 6e 20 61 73 20 61 20 |pplication as a | 00000800 77 68 6f 6c 65 20 6e 6f 74 20 6f 66 20 61 6e 79 |whole not of any| 00000810 20 66 69 6c 65 73 0a 77 69 74 68 69 6e 20 69 74 | files.within it| 00000820 29 2e 20 54 68 65 20 70 61 74 68 73 20 63 61 6e |). The paths can| 00000830 20 62 65 20 65 6e 74 65 72 65 64 20 62 79 20 68 | be entered by h| 00000840 61 6e 64 20 6f 72 20 62 79 20 64 72 61 67 67 69 |and or by draggi| 00000850 6e 67 20 61 6e 20 61 70 70 6c 69 63 61 74 69 6f |ng an applicatio| 00000860 6e 0a 6f 6e 74 6f 20 74 68 65 20 63 68 6f 73 65 |n.onto the chose| 00000870 6e 20 62 6f 78 20 28 6e 6f 74 65 20 3a 20 64 72 |n box (note : dr| 00000880 61 67 67 69 6e 67 20 61 20 66 69 6c 65 20 66 72 |agging a file fr| 00000890 6f 6d 20 61 6e 6f 74 68 65 72 20 70 72 6f 67 72 |om another progr| 000008a0 61 6d 27 73 20 73 61 76 65 20 62 6f 78 0a 77 69 |am's save box.wi| 000008b0 6c 6c 20 6e 6f 74 20 77 6f 72 6b 20 2d 20 61 6e |ll not work - an| 000008c0 64 20 69 73 20 61 70 70 72 6f 70 72 69 61 74 65 |d is appropriate| 000008d0 6c 79 20 74 72 61 70 70 65 64 29 2e 20 54 68 65 |ly trapped). The| 000008e0 20 27 52 65 6d 6f 76 65 27 20 62 75 74 74 6f 6e | 'Remove' button| 000008f0 73 20 77 69 6c 6c 0a 62 6c 61 6e 6b 20 74 68 65 |s will.blank the| 00000900 20 62 6f 78 65 73 20 74 6f 20 74 68 65 69 72 20 | boxes to their | 00000910 6c 65 66 74 2e 20 57 68 65 6e 20 79 6f 75 20 68 |left. When you h| 00000920 61 76 65 20 66 69 6e 69 73 68 65 64 20 6d 61 6b |ave finished mak| 00000930 69 6e 67 20 61 6e 79 20 61 6c 74 65 72 61 74 69 |ing any alterati| 00000940 6f 6e 73 0a 79 6f 75 20 63 61 6e 20 73 65 6c 65 |ons.you can sele| 00000950 63 74 20 74 68 65 20 27 53 61 76 65 20 53 65 74 |ct the 'Save Set| 00000960 74 69 6e 67 73 27 20 6f 70 74 69 6f 6e 2e 20 54 |tings' option. T| 00000970 68 65 20 6e 65 77 20 69 63 6f 6e 73 20 77 69 6c |he new icons wil| 00000980 6c 20 6e 6f 74 20 61 70 70 65 61 72 20 6f 6e 0a |l not appear on.| 00000990 74 68 65 20 27 52 65 73 6f 75 72 63 65 73 20 41 |the 'Resources A| 000009a0 70 70 6c 69 63 61 74 69 6f 6e 73 27 20 77 69 6e |pplications' win| 000009b0 64 6f 77 20 75 6e 74 69 6c 20 74 68 65 20 27 52 |dow until the 'R| 000009c0 65 62 6f 6f 74 20 74 68 65 20 61 62 6f 76 65 20 |eboot the above | 000009d0 61 70 70 6c 69 63 61 74 69 6f 6e 73 0a 74 6f 20 |applications.to | 000009e0 67 65 74 20 68 6f 6c 64 20 6f 66 20 74 68 65 69 |get hold of thei| 000009f0 72 20 73 70 72 69 74 65 73 27 20 62 75 74 74 6f |r sprites' butto| 00000a00 6e 20 69 73 20 70 72 65 73 73 65 64 2e 20 41 66 |n is pressed. Af| 00000a10 74 65 72 20 61 20 66 65 77 20 73 65 63 6f 6e 64 |ter a few second| 00000a20 73 20 74 68 65 0a 77 69 6e 64 6f 77 20 77 69 6c |s the.window wil| 00000a30 6c 20 75 70 64 61 74 65 2c 20 61 6e 79 20 66 69 |l update, any fi| 00000a40 6c 65 20 65 72 72 6f 72 73 20 77 69 6c 6c 20 62 |le errors will b| 00000a50 65 20 72 65 70 6f 72 74 65 64 20 61 73 20 74 68 |e reported as th| 00000a60 65 79 20 61 72 65 20 66 6f 75 6e 64 2e 20 54 68 |ey are found. Th| 00000a70 65 0a 63 68 6f 73 65 6e 20 61 70 70 6c 69 63 61 |e.chosen applica| 00000a80 74 69 6f 6e 73 20 6d 75 73 74 20 68 61 76 65 20 |tions must have | 00000a90 73 70 72 69 74 65 73 20 6f 72 20 61 6e 20 65 72 |sprites or an er| 00000aa0 72 6f 72 20 77 69 6c 6c 20 62 65 20 67 65 6e 65 |ror will be gene| 00000ab0 72 61 74 65 64 2c 20 61 6c 74 68 6f 75 67 68 0a |rated, although.| 00000ac0 61 20 21 42 6f 6f 74 20 66 69 6c 65 20 69 73 20 |a !Boot file is | 00000ad0 6e 6f 74 20 6e 65 63 65 73 73 61 72 79 20 61 73 |not necessary as| 00000ae0 20 74 68 65 20 70 72 6f 67 72 61 6d 20 77 69 6c | the program wil| 00000af0 6c 20 6c 6f 61 64 20 21 53 70 72 69 74 65 73 20 |l load !Sprites | 00000b00 69 66 20 69 74 20 63 61 6e 27 74 0a 72 75 6e 20 |if it can't.run | 00000b10 21 42 6f 6f 74 2e 0a 0a 4e 65 78 74 20 74 69 6d |!Boot...Next tim| 00000b20 65 20 74 68 65 20 70 72 6f 67 72 61 6d 20 69 73 |e the program is| 00000b30 20 6c 6f 61 64 65 64 20 74 68 65 20 73 61 76 65 | loaded the save| 00000b40 64 20 73 65 74 74 69 6e 67 73 20 66 69 6c 65 20 |d settings file | 00000b50 77 69 6c 6c 20 62 65 20 6c 6f 61 64 65 64 20 62 |will be loaded b| 00000b60 61 63 6b 0a 61 6e 64 20 61 6c 6c 20 6f 66 20 74 |ack.and all of t| 00000b70 68 65 20 70 72 6f 67 72 61 6d 73 20 77 69 6c 6c |he programs will| 00000b80 20 62 65 20 62 6f 6f 74 65 64 2e 0a 0a 54 65 63 | be booted...Tec| 00000b90 68 6e 69 63 61 6c 20 49 6e 73 74 72 75 63 74 69 |hnical Instructi| 00000ba0 6f 6e 73 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |ons.~~~~~~~~~~~~| 00000bb0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a 54 68 65 20 |~~~~~~~~~~..The | 00000bc0 66 69 6c 65 20 21 43 6f 6e 66 69 67 20 69 6e 73 |file !Config ins| 00000bd0 69 64 65 20 74 68 65 20 64 69 72 65 63 74 6f 72 |ide the director| 00000be0 79 20 68 6f 6c 64 73 20 74 68 65 20 70 61 74 68 |y holds the path| 00000bf0 73 20 6f 66 20 74 68 65 20 38 20 63 68 6f 73 65 |s of the 8 chose| 00000c00 6e 0a 70 72 6f 67 72 61 6d 73 2e 20 45 61 63 68 |n.programs. Each| 00000c10 20 69 73 20 66 6f 6c 6c 6f 77 65 64 20 62 79 20 | is followed by | 00000c20 61 20 7a 65 72 6f 20 62 79 74 65 2e 20 54 68 65 |a zero byte. The| 00000c30 20 70 72 6f 67 72 61 6d 20 77 69 6c 6c 20 6e 6f | program will no| 00000c40 74 20 63 72 61 73 68 20 69 66 20 74 68 65 0a 21 |t crash if the.!| 00000c50 43 6f 6e 66 69 67 20 66 69 6c 65 20 69 73 20 63 |Config file is c| 00000c60 6f 72 72 75 70 74 65 64 20 6f 72 20 65 76 65 6e |orrupted or even| 00000c70 20 63 6f 6d 70 6c 65 74 65 6c 79 20 61 62 73 65 | completely abse| 00000c80 6e 74 2e 20 49 74 20 77 69 6c 6c 20 73 61 76 65 |nt. It will save| 00000c90 20 62 61 63 6b 20 61 0a 63 6f 72 72 65 63 74 20 | back a.correct | 00000ca0 76 65 72 73 69 6f 6e 20 6e 65 78 74 20 74 69 6d |version next tim| 00000cb0 65 20 79 6f 75 20 75 73 65 20 74 68 65 20 27 53 |e you use the 'S| 00000cc0 61 76 65 20 53 65 74 74 69 6e 67 73 27 20 6f 70 |ave Settings' op| 00000cd0 74 69 6f 6e 2e 0a 0a 45 61 63 68 20 61 70 70 6c |tion...Each appl| 00000ce0 69 63 61 74 69 6f 6e 20 70 61 74 68 6e 61 6d 65 |ication pathname| 00000cf0 20 63 61 6e 20 62 65 20 75 70 74 6f 20 32 30 30 | can be upto 200| 00000d00 20 63 68 61 72 61 63 74 65 72 73 20 61 6c 74 68 | characters alth| 00000d10 6f 75 67 68 20 69 74 20 69 73 20 76 65 72 79 0a |ough it is very.| 00000d20 75 6e 6c 69 6b 65 6c 79 20 74 68 61 74 20 79 6f |unlikely that yo| 00000d30 75 20 77 6f 75 6c 64 20 68 61 76 65 20 61 20 64 |u would have a d| 00000d40 69 72 65 63 74 6f 72 79 20 73 74 72 75 63 74 75 |irectory structu| 00000d50 72 65 20 73 74 72 65 74 63 68 69 6e 67 20 73 6f |re stretching so| 00000d60 20 64 65 65 70 2e 0a 0a 54 68 65 20 77 68 6f 6c | deep...The whol| 00000d70 65 20 70 72 6f 67 72 61 6d 20 69 73 20 77 72 69 |e program is wri| 00000d80 74 74 65 6e 20 69 6e 20 43 20 61 6e 64 20 73 6f |tten in C and so| 00000d90 20 6e 65 65 64 73 20 61 74 20 6c 65 61 73 74 20 | needs at least | 00000da0 74 68 65 20 43 6c 69 62 20 33 2e 35 30 20 6d 6f |the Clib 3.50 mo| 00000db0 64 75 6c 65 0a 61 6e 64 20 46 50 45 6d 75 6c 61 |dule.and FPEmula| 00000dc0 74 6f 72 20 32 2e 37 30 20 28 55 73 75 61 6c 6c |tor 2.70 (Usuall| 00000dd0 79 20 66 6f 75 6e 64 20 69 6e 20 61 20 63 75 72 |y found in a cur| 00000de0 72 65 6e 74 20 21 53 79 73 74 65 6d 20 64 69 72 |rent !System dir| 00000df0 65 63 74 6f 72 79 29 2e 0a 0a 57 68 69 6c 73 74 |ectory)...Whilst| 00000e00 20 79 6f 75 20 63 6f 75 6c 64 20 70 72 6f 62 61 | you could proba| 00000e10 62 6c 79 20 67 65 74 20 61 77 61 79 20 77 69 74 |bly get away wit| 00000e20 68 20 74 61 6d 70 65 72 69 6e 67 20 77 69 74 68 |h tampering with| 00000e30 20 74 68 65 20 74 65 6d 70 6c 61 74 65 73 20 66 | the templates f| 00000e40 69 6c 65 20 49 0a 77 6f 75 6c 64 20 6e 6f 74 20 |ile I.would not | 00000e50 61 76 69 73 65 20 69 74 20 61 73 20 74 68 69 73 |avise it as this| 00000e60 20 6d 61 79 20 61 66 66 65 63 74 20 74 68 65 20 | may affect the | 00000e70 77 61 79 20 74 68 65 20 70 72 6f 67 72 61 6d 20 |way the program | 00000e80 77 6f 72 6b 73 2c 20 65 73 70 65 63 69 61 6c 6c |works, especiall| 00000e90 79 0a 77 69 74 68 20 77 69 6e 64 6f 77 20 72 65 |y.with window re| 00000ea0 64 72 61 77 69 6e 67 2e 0a 0a 54 68 65 20 57 69 |drawing...The Wi| 00000eb0 6d 70 53 6c 6f 74 20 69 73 20 63 75 72 72 65 6e |mpSlot is curren| 00000ec0 74 6c 79 20 73 65 74 20 61 74 20 39 36 4b 2c 20 |tly set at 96K, | 00000ed0 69 74 20 6d 61 79 20 62 65 20 70 6f 73 73 69 62 |it may be possib| 00000ee0 6c 65 20 74 6f 20 72 65 64 75 63 65 20 74 68 69 |le to reduce thi| 00000ef0 73 0a 73 6c 69 67 68 74 6c 79 20 6f 6e 20 31 20 |s.slightly on 1 | 00000f00 61 6e 64 20 32 20 6d 65 67 20 6d 61 63 68 69 6e |and 2 meg machin| 00000f10 65 73 2e 20 41 73 20 62 6f 74 68 20 6f 66 20 6d |es. As both of m| 00000f20 79 20 6d 61 63 68 69 6e 65 73 20 61 72 65 20 34 |y machines are 4| 00000f30 20 6d 65 67 20 49 20 68 61 76 65 0a 62 65 65 6e | meg I have.been| 00000f40 20 75 6e 61 62 6c 65 20 74 6f 20 74 65 73 74 20 | unable to test | 00000f50 74 68 69 73 20 6f 75 74 2e 0a 0a 54 68 65 20 70 |this out...The p| 00000f60 72 6f 67 72 61 6d 20 69 63 6f 6e 20 63 61 6e 20 |rogram icon can | 00000f70 65 61 73 69 6c 79 20 62 65 20 63 68 61 6e 67 65 |easily be change| 00000f80 64 2e 20 49 20 6f 72 69 67 69 6e 61 6c 6c 79 20 |d. I originally | 00000f90 75 73 65 64 20 74 68 65 20 52 49 53 43 20 4f 53 |used the RISC OS| 00000fa0 20 33 0a 27 72 6f 6d 61 70 70 73 27 20 73 70 72 | 3.'romapps' spr| 00000fb0 69 74 65 20 62 75 74 20 63 68 61 6e 67 65 64 20 |ite but changed | 00000fc0 69 74 20 6c 61 74 65 72 20 61 73 20 49 20 61 6d |it later as I am| 00000fd0 20 6e 6f 74 20 73 75 72 65 20 77 68 65 74 68 65 | not sure whethe| 00000fe0 72 20 69 74 20 69 73 0a 63 6f 70 79 72 69 67 68 |r it is.copyrigh| 00000ff0 74 65 64 20 74 6f 20 41 63 6f 72 6e 2c 20 61 73 |ted to Acorn, as| 00001000 20 74 68 65 79 20 64 69 64 20 64 72 61 77 20 69 | they did draw i| 00001010 74 2e 20 59 6f 75 20 63 6f 75 6c 64 20 70 75 74 |t. You could put| 00001020 20 61 6e 79 20 69 63 6f 6e 20 69 6e 20 69 74 73 | any icon in its| 00001030 0a 70 6c 61 63 65 20 61 73 20 74 68 65 20 70 72 |.place as the pr| 00001040 6f 67 72 61 6d 20 77 69 6c 6c 20 61 63 63 6f 75 |ogram will accou| 00001050 6e 74 20 66 6f 72 20 69 74 20 61 75 74 6f 6d 61 |nt for it automa| 00001060 74 69 63 61 6c 6c 79 2e 0a 0a 44 69 73 63 6c 61 |tically...Discla| 00001070 69 6d 65 72 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a |imer.~~~~~~~~~~.| 00001080 0a 57 68 69 6c 73 74 20 49 20 68 61 76 65 20 74 |.Whilst I have t| 00001090 61 6b 65 6e 20 67 72 65 61 74 20 63 61 72 65 20 |aken great care | 000010a0 74 6f 20 6d 61 6b 65 20 74 68 69 73 20 70 72 6f |to make this pro| 000010b0 67 72 61 6d 20 76 65 72 79 20 72 65 6c 69 61 62 |gram very reliab| 000010c0 6c 65 2c 20 49 27 76 65 20 79 65 74 0a 74 6f 20 |le, I've yet.to | 000010d0 63 72 61 73 68 20 69 74 2c 20 49 20 63 61 6e 6e |crash it, I cann| 000010e0 6f 74 20 62 65 20 68 65 6c 64 20 72 65 73 70 6f |ot be held respo| 000010f0 6e 73 69 62 6c 65 20 66 6f 72 20 61 6e 79 20 64 |nsible for any d| 00001100 61 6d 61 67 65 2c 20 6c 6f 73 74 20 6f 66 20 64 |amage, lost of d| 00001110 61 74 61 20 6f 72 0a 43 50 55 20 74 69 6d 65 20 |ata or.CPU time | 00001120 61 73 20 77 65 6c 6c 20 61 73 20 6c 6f 73 73 20 |as well as loss | 00001130 6f 66 20 6c 69 66 65 20 61 6e 64 20 6f 74 68 65 |of life and othe| 00001140 72 20 73 75 63 68 20 6e 61 73 74 69 65 73 2e 20 |r such nasties. | 00001150 50 6c 65 61 73 65 20 72 65 6d 65 6d 62 65 72 0a |Please remember.| 00001160 74 68 61 74 20 6d 6f 73 74 20 63 72 61 73 68 65 |that most crashe| 00001170 73 20 72 65 73 75 6c 74 20 66 72 6f 6d 20 74 68 |s result from th| 00001180 65 20 63 6f 6d 70 6c 65 78 69 74 79 20 6f 66 20 |e complexity of | 00001190 74 68 65 20 44 65 73 6b 74 6f 70 20 69 74 73 65 |the Desktop itse| 000011a0 6c 66 20 61 6e 64 0a 6f 63 63 61 73 69 6f 6e 61 |lf and.occasiona| 000011b0 6c 6c 79 20 70 6f 6f 72 6c 79 20 77 72 69 74 74 |lly poorly writt| 000011c0 65 6e 20 73 6f 66 74 77 61 72 65 2e 20 49 20 68 |en software. I h| 000011d0 61 76 65 20 77 72 69 74 74 65 6e 20 74 68 69 73 |ave written this| 000011e0 20 70 72 6f 67 72 61 6d 20 69 6e 20 43 20 61 6e | program in C an| 000011f0 64 0a 68 61 76 65 20 6e 6f 74 20 75 73 65 64 20 |d.have not used | 00001200 61 6e 79 20 27 69 66 79 27 20 70 69 65 63 65 73 |any 'ify' pieces| 00001210 20 6f 66 20 70 72 6f 67 72 61 6d 6d 69 6e 67 2e | of programming.| 00001220 20 49 66 20 6c 6f 61 64 69 6e 67 20 61 20 70 72 | If loading a pr| 00001230 6f 67 72 61 6d 20 66 72 6f 6d 20 74 68 65 0a 27 |ogram from the.'| 00001240 52 65 73 6f 75 72 63 65 73 20 41 70 70 6c 69 63 |Resources Applic| 00001250 61 74 69 6f 6e 73 27 20 77 69 6e 64 6f 77 20 72 |ations' window r| 00001260 65 73 75 6c 74 73 20 69 6e 20 61 20 73 79 73 74 |esults in a syst| 00001270 65 6d 20 63 72 61 73 68 20 69 74 20 69 73 20 61 |em crash it is a| 00001280 6c 6d 6f 73 74 0a 63 65 72 74 61 69 6e 6c 79 20 |lmost.certainly | 00001290 74 68 65 20 66 61 75 6c 74 20 6f 66 20 74 68 65 |the fault of the| 000012a0 20 70 72 6f 67 72 61 6d 20 62 65 69 6e 67 20 6c | program being l| 000012b0 6f 61 64 65 64 2e 0a 0a 50 6f 73 73 69 62 6c 65 |oaded...Possible| 000012c0 20 46 75 74 75 72 65 20 49 6d 70 72 6f 76 65 6d | Future Improvem| 000012d0 65 6e 74 73 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |ents.~~~~~~~~~~~| 000012e0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 000012f0 7e 0a 0a 4c 61 72 67 65 72 20 6e 75 6d 62 65 72 |~..Larger number| 00001300 20 6f 66 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 | of applications| 00001310 20 6f 6e 20 73 68 6f 77 2c 20 70 65 72 68 61 70 | on show, perhap| 00001320 73 20 31 36 20 28 73 68 6f 75 6c 64 6e 27 74 20 |s 16 (shouldn't | 00001330 62 65 20 64 69 66 66 69 63 75 6c 74 29 2e 0a 41 |be difficult)..A| 00001340 62 69 6c 69 74 79 20 74 6f 20 68 61 6e 64 6c 65 |bility to handle| 00001350 20 73 65 70 61 72 61 74 65 20 70 72 6f 67 72 61 | separate progra| 00001360 6d 73 20 74 68 61 74 20 61 72 65 20 6e 6f 74 20 |ms that are not | 00001370 69 6e 20 21 41 70 70 6c 69 63 61 74 69 6f 6e 20 |in !Application | 00001380 66 6f 72 6d 2e 0a 41 6e 69 6d 61 74 69 6f 6e 20 |form..Animation | 00001390 6f 66 20 69 63 6f 6e 20 28 70 6f 69 6e 74 6c 65 |of icon (pointle| 000013a0 73 73 20 62 75 74 20 69 6e 74 65 72 65 73 74 69 |ss but interesti| 000013b0 6e 67 29 0a 46 6c 61 73 68 79 20 62 75 74 74 6f |ng).Flashy butto| 000013c0 6e 73 20 6c 69 6b 65 20 43 6f 6d 70 75 74 65 72 |ns like Computer| 000013d0 20 43 6f 6e 63 65 70 74 73 20 49 6d 70 72 65 73 | Concepts Impres| 000013e0 73 69 6f 6e 2e 0a 41 62 69 6c 69 74 79 20 74 6f |sion..Ability to| 000013f0 20 64 72 61 67 20 61 70 70 6c 69 63 61 74 69 6f | drag applicatio| 00001400 6e 73 20 64 69 72 65 63 74 20 74 6f 20 74 68 65 |ns direct to the| 00001410 20 27 52 65 73 6f 75 72 63 65 73 20 41 70 70 6c | 'Resources Appl| 00001420 69 63 61 74 69 6f 6e 73 27 20 77 69 6e 64 6f 77 |ications' window| 00001430 2c 0a 62 75 74 20 74 68 69 73 20 6d 69 67 68 74 |,.but this might| 00001440 20 67 6f 20 61 67 61 69 6e 73 74 20 74 68 65 20 | go against the | 00001450 69 64 65 61 20 6f 66 20 69 74 20 6e 6f 74 20 62 |idea of it not b| 00001460 65 69 6e 67 20 61 20 74 72 75 65 20 66 69 6c 65 |eing a true file| 00001470 72 20 77 69 6e 64 6f 77 2e 0a |r window..| 0000147a