Home » Archimedes archive » Acorn User » AU 1994-10.adf » !StarInfo_StarInfo » Kemp/!Filters/!Help
Kemp/!Filters/!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-10.adf » !StarInfo_StarInfo |
Filename: | Kemp/!Filters/!Help |
Read OK: | ✔ |
File size: | 11CD bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
** !TaskFilters ** by Andrew Kemp � KCE Software, 1994 Purpose ======= Simple, low memory patches to RISC OS. No ROM modules are copied into RAM, so TaskFilters is much more efficient than a lot of patches around. TaskFilters uses RISC OS 3's own FilterManager system. Using TaskFilters ================= To install the patches, simply double click on the !Filters icon in the directory display. Alternatively run the application from some sort of desktop boot sequence. Predesktop makes sense, since then it is not re-run unnecessarily every time you shut down and restart - but I'm not fussy... do whatever you like! TaskFilters provides you with three patches : * Confirm * IconSpr * SetCSD These will now be dealt with in turn... (1) Confirm =========== Confirm is very simple in use. Its sole function is to force the filer to ask confirmation of delete operations, but only those. So if you turn off 'Confirm' in the Filer options menu, you no longer need be bothered by giving confirmation for things like copy operations - only when deleting files. N.B. Confirm _only_ acts on operations performed under the filer action window, not on single tasking file processes. Use !Configure to turn on interactive file copying, and make sure you have enough memory for the filer action window to start up... (2) IconSpr (IconSprite) ======================== IconSpr's main function is merging sprite files with the wimp sprite pool. Simply drag the file to the Palette Utility icon on the iconbar. It has the advantage over the *command '*IconSprites' that it does not attempt to add a mode suffix in high-res modes. This means that you can load an application's mode 12 sprites no matter what mode you are in. If the shift key is held down as a sprite file is dragged to the Palette Utility icon, the command '*ToolSprites' is performed on it instead. This allows you to try out different window border files easily. In both the above cases, a 'clean' redraw of the desktop is performed after the sprite file has been loaded. You can perform such a redraw at any time by simply clicking adjust on the Palette Utility icon. (3) SetCSD ========== SetCSD provides an easy way of setting the currently selected directory (CSD) from the desktop. To do this, just drag the switcher icon (the Acorn on the right hand side of the iconbar) using adjust, and drop it into the relevant directory display. Removing TaskFilters ==================== To remove TaskFilters temporarily, you can quit the module task from the Task display menu. The filters will then reinitialise the next time the desktop restarts. To remove TaskFilters more permanently, use the *command '*RMKill�TaskFilters'. Configuring TaskFilters ======================= It is possible to configure TaskFilters so that one or more of the filters is not installed. To do this, double click on the !Filters application while holding down either 'alt' key. A window will appear in which you can choose the filters that are installed. Clicking on 'Save' will then save your chosen settings, and start up the module task. If no 'Options' file is present in the !Filters directory, it is assumed that all filters are to be installed. Bugs ==== Well I don't actually know what they are at the moment. But they're bound to be there - so please do let me know about them... I would also welcome suggestions as to improvements and changes in the program. Disclaimer ========== I accept no responsibility for anything you don't like about this application - if you choose to use it, then that is entirely your own problem, and entirely at your own risk. Contacting me... ================ email : ajwk100@hermes.cam.ac.uk - during term time until summer 1997 snail mail : 23 Conifer Close Church Crookham Fleet Hants GU13 0LR telephone : (0252) 617646 outside university terms Credits ======= The Confirm filter is based on an idea by Keith Broadley. Thanks are also due to Keven Cook (also of KCE Software) for listening to my lengthy rambling and multitudinous changes of mind before I decided on this format for the module. Some of the Wimp procedures and functions used in !Config (the configuration task) were written in conjunction with Keven Cook (KCE Software) All other code is my own.
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 20 20 20 20 20 20 20 2a 2a | **| 00000020 20 21 54 61 73 6b 46 69 6c 74 65 72 73 20 2a 2a | !TaskFilters **| 00000030 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 00000040 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000050 20 20 62 79 20 41 6e 64 72 65 77 20 4b 65 6d 70 | by Andrew Kemp| 00000060 0a 20 20 20 20 20 20 20 20 20 20 0a 20 20 20 20 |. . | 00000070 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000080 20 20 20 20 20 20 20 20 20 a9 20 4b 43 45 20 53 | . KCE S| 00000090 6f 66 74 77 61 72 65 2c 20 31 39 39 34 0a 0a 50 |oftware, 1994..P| 000000a0 75 72 70 6f 73 65 0a 3d 3d 3d 3d 3d 3d 3d 0a 0a |urpose.=======..| 000000b0 53 69 6d 70 6c 65 2c 20 6c 6f 77 20 6d 65 6d 6f |Simple, low memo| 000000c0 72 79 20 70 61 74 63 68 65 73 20 74 6f 20 52 49 |ry patches to RI| 000000d0 53 43 20 4f 53 2e 20 4e 6f 20 52 4f 4d 20 6d 6f |SC OS. No ROM mo| 000000e0 64 75 6c 65 73 20 61 72 65 20 63 6f 70 69 65 64 |dules are copied| 000000f0 20 69 6e 74 6f 20 52 41 4d 2c 20 73 6f 0a 54 61 | into RAM, so.Ta| 00000100 73 6b 46 69 6c 74 65 72 73 20 69 73 20 6d 75 63 |skFilters is muc| 00000110 68 20 6d 6f 72 65 20 65 66 66 69 63 69 65 6e 74 |h more efficient| 00000120 20 74 68 61 6e 20 61 20 6c 6f 74 20 6f 66 20 70 | than a lot of p| 00000130 61 74 63 68 65 73 20 61 72 6f 75 6e 64 2e 20 54 |atches around. T| 00000140 61 73 6b 46 69 6c 74 65 72 73 0a 75 73 65 73 20 |askFilters.uses | 00000150 52 49 53 43 20 4f 53 20 33 27 73 20 6f 77 6e 20 |RISC OS 3's own | 00000160 46 69 6c 74 65 72 4d 61 6e 61 67 65 72 20 73 79 |FilterManager sy| 00000170 73 74 65 6d 2e 0a 0a 55 73 69 6e 67 20 54 61 73 |stem...Using Tas| 00000180 6b 46 69 6c 74 65 72 73 0a 3d 3d 3d 3d 3d 3d 3d |kFilters.=======| 00000190 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 6f 20 69 |==========..To i| 000001a0 6e 73 74 61 6c 6c 20 74 68 65 20 70 61 74 63 68 |nstall the patch| 000001b0 65 73 2c 20 73 69 6d 70 6c 79 20 64 6f 75 62 6c |es, simply doubl| 000001c0 65 20 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 21 |e click on the !| 000001d0 46 69 6c 74 65 72 73 20 69 63 6f 6e 20 69 6e 20 |Filters icon in | 000001e0 74 68 65 0a 64 69 72 65 63 74 6f 72 79 20 64 69 |the.directory di| 000001f0 73 70 6c 61 79 2e 20 41 6c 74 65 72 6e 61 74 69 |splay. Alternati| 00000200 76 65 6c 79 20 72 75 6e 20 74 68 65 20 61 70 70 |vely run the app| 00000210 6c 69 63 61 74 69 6f 6e 20 66 72 6f 6d 20 73 6f |lication from so| 00000220 6d 65 20 73 6f 72 74 20 6f 66 20 64 65 73 6b 74 |me sort of deskt| 00000230 6f 70 0a 62 6f 6f 74 20 73 65 71 75 65 6e 63 65 |op.boot sequence| 00000240 2e 20 50 72 65 64 65 73 6b 74 6f 70 20 6d 61 6b |. Predesktop mak| 00000250 65 73 20 73 65 6e 73 65 2c 20 73 69 6e 63 65 20 |es sense, since | 00000260 74 68 65 6e 20 69 74 20 69 73 20 6e 6f 74 20 72 |then it is not r| 00000270 65 2d 72 75 6e 0a 75 6e 6e 65 63 65 73 73 61 72 |e-run.unnecessar| 00000280 69 6c 79 20 65 76 65 72 79 20 74 69 6d 65 20 79 |ily every time y| 00000290 6f 75 20 73 68 75 74 20 64 6f 77 6e 20 61 6e 64 |ou shut down and| 000002a0 20 72 65 73 74 61 72 74 20 2d 20 62 75 74 20 49 | restart - but I| 000002b0 27 6d 20 6e 6f 74 20 66 75 73 73 79 2e 2e 2e 20 |'m not fussy... | 000002c0 64 6f 0a 77 68 61 74 65 76 65 72 20 79 6f 75 20 |do.whatever you | 000002d0 6c 69 6b 65 21 0a 0a 54 61 73 6b 46 69 6c 74 65 |like!..TaskFilte| 000002e0 72 73 20 70 72 6f 76 69 64 65 73 20 79 6f 75 20 |rs provides you | 000002f0 77 69 74 68 20 74 68 72 65 65 20 70 61 74 63 68 |with three patch| 00000300 65 73 20 3a 0a 0a 20 20 20 20 20 20 20 20 20 20 |es :.. | 00000310 20 20 20 20 20 20 20 2a 20 43 6f 6e 66 69 72 6d | * Confirm| 00000320 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000330 20 20 2a 20 49 63 6f 6e 53 70 72 0a 20 20 20 20 | * IconSpr. | 00000340 20 20 20 20 20 20 20 20 20 20 20 20 20 2a 20 53 | * S| 00000350 65 74 43 53 44 0a 0a 54 68 65 73 65 20 77 69 6c |etCSD..These wil| 00000360 6c 20 6e 6f 77 20 62 65 20 64 65 61 6c 74 20 77 |l now be dealt w| 00000370 69 74 68 20 69 6e 20 74 75 72 6e 2e 2e 2e 0a 0a |ith in turn.....| 00000380 20 20 28 31 29 20 43 6f 6e 66 69 72 6d 0a 20 20 | (1) Confirm. | 00000390 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 20 20 43 |===========.. C| 000003a0 6f 6e 66 69 72 6d 20 69 73 20 76 65 72 79 20 73 |onfirm is very s| 000003b0 69 6d 70 6c 65 20 69 6e 20 75 73 65 2e 20 49 74 |imple in use. It| 000003c0 73 20 73 6f 6c 65 20 66 75 6e 63 74 69 6f 6e 20 |s sole function | 000003d0 69 73 20 74 6f 20 66 6f 72 63 65 20 74 68 65 20 |is to force the | 000003e0 66 69 6c 65 72 20 74 6f 0a 20 20 61 73 6b 20 63 |filer to. ask c| 000003f0 6f 6e 66 69 72 6d 61 74 69 6f 6e 20 6f 66 20 64 |onfirmation of d| 00000400 65 6c 65 74 65 20 6f 70 65 72 61 74 69 6f 6e 73 |elete operations| 00000410 2c 20 62 75 74 20 6f 6e 6c 79 20 74 68 6f 73 65 |, but only those| 00000420 2e 20 53 6f 20 69 66 20 79 6f 75 20 74 75 72 6e |. So if you turn| 00000430 20 6f 66 66 0a 20 20 27 43 6f 6e 66 69 72 6d 27 | off. 'Confirm'| 00000440 20 69 6e 20 74 68 65 20 46 69 6c 65 72 20 6f 70 | in the Filer op| 00000450 74 69 6f 6e 73 20 6d 65 6e 75 2c 20 79 6f 75 20 |tions menu, you | 00000460 6e 6f 20 6c 6f 6e 67 65 72 20 6e 65 65 64 20 62 |no longer need b| 00000470 65 20 62 6f 74 68 65 72 65 64 20 62 79 20 67 69 |e bothered by gi| 00000480 76 69 6e 67 0a 20 20 63 6f 6e 66 69 72 6d 61 74 |ving. confirmat| 00000490 69 6f 6e 20 66 6f 72 20 74 68 69 6e 67 73 20 6c |ion for things l| 000004a0 69 6b 65 20 63 6f 70 79 20 6f 70 65 72 61 74 69 |ike copy operati| 000004b0 6f 6e 73 20 2d 20 6f 6e 6c 79 20 77 68 65 6e 20 |ons - only when | 000004c0 64 65 6c 65 74 69 6e 67 20 66 69 6c 65 73 2e 0a |deleting files..| 000004d0 0a 20 20 4e 2e 42 2e 20 43 6f 6e 66 69 72 6d 20 |. N.B. Confirm | 000004e0 5f 6f 6e 6c 79 5f 20 61 63 74 73 20 6f 6e 20 6f |_only_ acts on o| 000004f0 70 65 72 61 74 69 6f 6e 73 20 70 65 72 66 6f 72 |perations perfor| 00000500 6d 65 64 20 75 6e 64 65 72 20 74 68 65 20 66 69 |med under the fi| 00000510 6c 65 72 20 61 63 74 69 6f 6e 0a 20 20 20 20 20 |ler action. | 00000520 20 20 77 69 6e 64 6f 77 2c 20 6e 6f 74 20 6f 6e | window, not on| 00000530 20 73 69 6e 67 6c 65 20 74 61 73 6b 69 6e 67 20 | single tasking | 00000540 66 69 6c 65 20 70 72 6f 63 65 73 73 65 73 2e 20 |file processes. | 00000550 55 73 65 20 21 43 6f 6e 66 69 67 75 72 65 20 74 |Use !Configure t| 00000560 6f 20 74 75 72 6e 20 6f 6e 0a 20 20 20 20 20 20 |o turn on. | 00000570 20 69 6e 74 65 72 61 63 74 69 76 65 20 66 69 6c | interactive fil| 00000580 65 20 63 6f 70 79 69 6e 67 2c 20 61 6e 64 20 6d |e copying, and m| 00000590 61 6b 65 20 73 75 72 65 20 79 6f 75 20 68 61 76 |ake sure you hav| 000005a0 65 20 65 6e 6f 75 67 68 20 6d 65 6d 6f 72 79 20 |e enough memory | 000005b0 66 6f 72 20 74 68 65 0a 20 20 20 20 20 20 20 66 |for the. f| 000005c0 69 6c 65 72 20 61 63 74 69 6f 6e 20 77 69 6e 64 |iler action wind| 000005d0 6f 77 20 74 6f 20 73 74 61 72 74 20 75 70 2e 2e |ow to start up..| 000005e0 2e 0a 0a 20 20 28 32 29 20 49 63 6f 6e 53 70 72 |... (2) IconSpr| 000005f0 20 28 49 63 6f 6e 53 70 72 69 74 65 29 0a 20 20 | (IconSprite). | 00000600 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000610 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 20 20 49 63 6f 6e |========.. Icon| 00000620 53 70 72 27 73 20 6d 61 69 6e 20 66 75 6e 63 74 |Spr's main funct| 00000630 69 6f 6e 20 69 73 20 6d 65 72 67 69 6e 67 20 73 |ion is merging s| 00000640 70 72 69 74 65 20 66 69 6c 65 73 20 77 69 74 68 |prite files with| 00000650 20 74 68 65 20 77 69 6d 70 20 73 70 72 69 74 65 | the wimp sprite| 00000660 20 70 6f 6f 6c 2e 0a 20 20 53 69 6d 70 6c 79 20 | pool.. Simply | 00000670 64 72 61 67 20 74 68 65 20 66 69 6c 65 20 74 6f |drag the file to| 00000680 20 74 68 65 20 50 61 6c 65 74 74 65 20 55 74 69 | the Palette Uti| 00000690 6c 69 74 79 20 69 63 6f 6e 20 6f 6e 20 74 68 65 |lity icon on the| 000006a0 20 69 63 6f 6e 62 61 72 2e 20 49 74 20 68 61 73 | iconbar. It has| 000006b0 20 74 68 65 0a 20 20 61 64 76 61 6e 74 61 67 65 | the. advantage| 000006c0 20 6f 76 65 72 20 74 68 65 20 2a 63 6f 6d 6d 61 | over the *comma| 000006d0 6e 64 20 27 2a 49 63 6f 6e 53 70 72 69 74 65 73 |nd '*IconSprites| 000006e0 27 20 74 68 61 74 20 69 74 20 64 6f 65 73 20 6e |' that it does n| 000006f0 6f 74 20 61 74 74 65 6d 70 74 20 74 6f 20 61 64 |ot attempt to ad| 00000700 64 20 61 0a 20 20 6d 6f 64 65 20 73 75 66 66 69 |d a. mode suffi| 00000710 78 20 69 6e 20 68 69 67 68 2d 72 65 73 20 6d 6f |x in high-res mo| 00000720 64 65 73 2e 20 54 68 69 73 20 6d 65 61 6e 73 20 |des. This means | 00000730 74 68 61 74 20 79 6f 75 20 63 61 6e 20 6c 6f 61 |that you can loa| 00000740 64 20 61 6e 20 61 70 70 6c 69 63 61 74 69 6f 6e |d an application| 00000750 27 73 0a 20 20 6d 6f 64 65 20 31 32 20 73 70 72 |'s. mode 12 spr| 00000760 69 74 65 73 20 6e 6f 20 6d 61 74 74 65 72 20 77 |ites no matter w| 00000770 68 61 74 20 6d 6f 64 65 20 79 6f 75 20 61 72 65 |hat mode you are| 00000780 20 69 6e 2e 0a 0a 20 20 49 66 20 74 68 65 20 73 | in... If the s| 00000790 68 69 66 74 20 6b 65 79 20 69 73 20 68 65 6c 64 |hift key is held| 000007a0 20 64 6f 77 6e 20 61 73 20 61 20 73 70 72 69 74 | down as a sprit| 000007b0 65 20 66 69 6c 65 20 69 73 20 64 72 61 67 67 65 |e file is dragge| 000007c0 64 20 74 6f 20 74 68 65 20 50 61 6c 65 74 74 65 |d to the Palette| 000007d0 0a 20 20 55 74 69 6c 69 74 79 20 69 63 6f 6e 2c |. Utility icon,| 000007e0 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 27 2a 54 | the command '*T| 000007f0 6f 6f 6c 53 70 72 69 74 65 73 27 20 69 73 20 70 |oolSprites' is p| 00000800 65 72 66 6f 72 6d 65 64 20 6f 6e 20 69 74 20 69 |erformed on it i| 00000810 6e 73 74 65 61 64 2e 20 54 68 69 73 0a 20 20 61 |nstead. This. a| 00000820 6c 6c 6f 77 73 20 79 6f 75 20 74 6f 20 74 72 79 |llows you to try| 00000830 20 6f 75 74 20 64 69 66 66 65 72 65 6e 74 20 77 | out different w| 00000840 69 6e 64 6f 77 20 62 6f 72 64 65 72 20 66 69 6c |indow border fil| 00000850 65 73 20 65 61 73 69 6c 79 2e 0a 0a 20 20 49 6e |es easily... In| 00000860 20 62 6f 74 68 20 74 68 65 20 61 62 6f 76 65 20 | both the above | 00000870 63 61 73 65 73 2c 20 61 20 27 63 6c 65 61 6e 27 |cases, a 'clean'| 00000880 20 72 65 64 72 61 77 20 6f 66 20 74 68 65 20 64 | redraw of the d| 00000890 65 73 6b 74 6f 70 20 69 73 20 70 65 72 66 6f 72 |esktop is perfor| 000008a0 6d 65 64 20 61 66 74 65 72 0a 20 20 74 68 65 20 |med after. the | 000008b0 73 70 72 69 74 65 20 66 69 6c 65 20 68 61 73 20 |sprite file has | 000008c0 62 65 65 6e 20 6c 6f 61 64 65 64 2e 20 59 6f 75 |been loaded. You| 000008d0 20 63 61 6e 20 70 65 72 66 6f 72 6d 20 73 75 63 | can perform suc| 000008e0 68 20 61 20 72 65 64 72 61 77 20 61 74 20 61 6e |h a redraw at an| 000008f0 79 20 74 69 6d 65 0a 20 20 62 79 20 73 69 6d 70 |y time. by simp| 00000900 6c 79 20 63 6c 69 63 6b 69 6e 67 20 61 64 6a 75 |ly clicking adju| 00000910 73 74 20 6f 6e 20 74 68 65 20 50 61 6c 65 74 74 |st on the Palett| 00000920 65 20 55 74 69 6c 69 74 79 20 69 63 6f 6e 2e 0a |e Utility icon..| 00000930 0a 20 20 28 33 29 20 53 65 74 43 53 44 0a 20 20 |. (3) SetCSD. | 00000940 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 20 20 53 65 |==========.. Se| 00000950 74 43 53 44 20 70 72 6f 76 69 64 65 73 20 61 6e |tCSD provides an| 00000960 20 65 61 73 79 20 77 61 79 20 6f 66 20 73 65 74 | easy way of set| 00000970 74 69 6e 67 20 74 68 65 20 63 75 72 72 65 6e 74 |ting the current| 00000980 6c 79 20 73 65 6c 65 63 74 65 64 20 64 69 72 65 |ly selected dire| 00000990 63 74 6f 72 79 20 28 43 53 44 29 0a 20 20 66 72 |ctory (CSD). fr| 000009a0 6f 6d 20 74 68 65 20 64 65 73 6b 74 6f 70 2e 20 |om the desktop. | 000009b0 54 6f 20 64 6f 20 74 68 69 73 2c 20 6a 75 73 74 |To do this, just| 000009c0 20 64 72 61 67 20 74 68 65 20 73 77 69 74 63 68 | drag the switch| 000009d0 65 72 20 69 63 6f 6e 20 28 74 68 65 20 41 63 6f |er icon (the Aco| 000009e0 72 6e 20 6f 6e 20 74 68 65 0a 20 20 72 69 67 68 |rn on the. righ| 000009f0 74 20 68 61 6e 64 20 73 69 64 65 20 6f 66 20 74 |t hand side of t| 00000a00 68 65 20 69 63 6f 6e 62 61 72 29 20 75 73 69 6e |he iconbar) usin| 00000a10 67 20 61 64 6a 75 73 74 2c 20 61 6e 64 20 64 72 |g adjust, and dr| 00000a20 6f 70 20 69 74 20 69 6e 74 6f 20 74 68 65 20 72 |op it into the r| 00000a30 65 6c 65 76 61 6e 74 0a 20 20 64 69 72 65 63 74 |elevant. direct| 00000a40 6f 72 79 20 64 69 73 70 6c 61 79 2e 0a 0a 52 65 |ory display...Re| 00000a50 6d 6f 76 69 6e 67 20 54 61 73 6b 46 69 6c 74 65 |moving TaskFilte| 00000a60 72 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |rs.=============| 00000a70 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 6f 20 72 65 6d 6f |=======..To remo| 00000a80 76 65 20 54 61 73 6b 46 69 6c 74 65 72 73 20 74 |ve TaskFilters t| 00000a90 65 6d 70 6f 72 61 72 69 6c 79 2c 20 79 6f 75 20 |emporarily, you | 00000aa0 63 61 6e 20 71 75 69 74 20 74 68 65 20 6d 6f 64 |can quit the mod| 00000ab0 75 6c 65 20 74 61 73 6b 20 66 72 6f 6d 20 74 68 |ule task from th| 00000ac0 65 20 54 61 73 6b 0a 64 69 73 70 6c 61 79 20 6d |e Task.display m| 00000ad0 65 6e 75 2e 20 54 68 65 20 66 69 6c 74 65 72 73 |enu. The filters| 00000ae0 20 77 69 6c 6c 20 74 68 65 6e 20 72 65 69 6e 69 | will then reini| 00000af0 74 69 61 6c 69 73 65 20 74 68 65 20 6e 65 78 74 |tialise the next| 00000b00 20 74 69 6d 65 20 74 68 65 20 64 65 73 6b 74 6f | time the deskto| 00000b10 70 0a 72 65 73 74 61 72 74 73 2e 20 54 6f 20 72 |p.restarts. To r| 00000b20 65 6d 6f 76 65 20 54 61 73 6b 46 69 6c 74 65 72 |emove TaskFilter| 00000b30 73 20 6d 6f 72 65 20 70 65 72 6d 61 6e 65 6e 74 |s more permanent| 00000b40 6c 79 2c 20 75 73 65 20 74 68 65 20 2a 63 6f 6d |ly, use the *com| 00000b50 6d 61 6e 64 0a 27 2a 52 4d 4b 69 6c 6c a0 54 61 |mand.'*RMKill.Ta| 00000b60 73 6b 46 69 6c 74 65 72 73 27 2e 0a 0a 43 6f 6e |skFilters'...Con| 00000b70 66 69 67 75 72 69 6e 67 20 54 61 73 6b 46 69 6c |figuring TaskFil| 00000b80 74 65 72 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |ters.===========| 00000b90 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 49 74 |============..It| 00000ba0 20 69 73 20 70 6f 73 73 69 62 6c 65 20 74 6f 20 | is possible to | 00000bb0 63 6f 6e 66 69 67 75 72 65 20 54 61 73 6b 46 69 |configure TaskFi| 00000bc0 6c 74 65 72 73 20 73 6f 20 74 68 61 74 20 6f 6e |lters so that on| 00000bd0 65 20 6f 72 20 6d 6f 72 65 20 6f 66 20 74 68 65 |e or more of the| 00000be0 20 66 69 6c 74 65 72 73 20 69 73 0a 6e 6f 74 20 | filters is.not | 00000bf0 69 6e 73 74 61 6c 6c 65 64 2e 20 54 6f 20 64 6f |installed. To do| 00000c00 20 74 68 69 73 2c 20 64 6f 75 62 6c 65 20 63 6c | this, double cl| 00000c10 69 63 6b 20 6f 6e 20 74 68 65 20 21 46 69 6c 74 |ick on the !Filt| 00000c20 65 72 73 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |ers application | 00000c30 77 68 69 6c 65 0a 68 6f 6c 64 69 6e 67 20 64 6f |while.holding do| 00000c40 77 6e 20 65 69 74 68 65 72 20 27 61 6c 74 27 20 |wn either 'alt' | 00000c50 6b 65 79 2e 20 41 20 77 69 6e 64 6f 77 20 77 69 |key. A window wi| 00000c60 6c 6c 20 61 70 70 65 61 72 20 69 6e 20 77 68 69 |ll appear in whi| 00000c70 63 68 20 79 6f 75 20 63 61 6e 20 63 68 6f 6f 73 |ch you can choos| 00000c80 65 0a 74 68 65 20 66 69 6c 74 65 72 73 20 74 68 |e.the filters th| 00000c90 61 74 20 61 72 65 20 69 6e 73 74 61 6c 6c 65 64 |at are installed| 00000ca0 2e 20 43 6c 69 63 6b 69 6e 67 20 6f 6e 20 27 53 |. Clicking on 'S| 00000cb0 61 76 65 27 20 77 69 6c 6c 20 74 68 65 6e 20 73 |ave' will then s| 00000cc0 61 76 65 20 79 6f 75 72 20 63 68 6f 73 65 6e 0a |ave your chosen.| 00000cd0 73 65 74 74 69 6e 67 73 2c 20 61 6e 64 20 73 74 |settings, and st| 00000ce0 61 72 74 20 75 70 20 74 68 65 20 6d 6f 64 75 6c |art up the modul| 00000cf0 65 20 74 61 73 6b 2e 20 49 66 20 6e 6f 20 27 4f |e task. If no 'O| 00000d00 70 74 69 6f 6e 73 27 20 66 69 6c 65 20 69 73 20 |ptions' file is | 00000d10 70 72 65 73 65 6e 74 20 69 6e 20 74 68 65 0a 21 |present in the.!| 00000d20 46 69 6c 74 65 72 73 20 64 69 72 65 63 74 6f 72 |Filters director| 00000d30 79 2c 20 69 74 20 69 73 20 61 73 73 75 6d 65 64 |y, it is assumed| 00000d40 20 74 68 61 74 20 61 6c 6c 20 66 69 6c 74 65 72 | that all filter| 00000d50 73 20 61 72 65 20 74 6f 20 62 65 20 69 6e 73 74 |s are to be inst| 00000d60 61 6c 6c 65 64 2e 0a 0a 42 75 67 73 0a 3d 3d 3d |alled...Bugs.===| 00000d70 3d 0a 0a 57 65 6c 6c 20 49 20 64 6f 6e 27 74 20 |=..Well I don't | 00000d80 61 63 74 75 61 6c 6c 79 20 6b 6e 6f 77 20 77 68 |actually know wh| 00000d90 61 74 20 74 68 65 79 20 61 72 65 20 61 74 20 74 |at they are at t| 00000da0 68 65 20 6d 6f 6d 65 6e 74 2e 20 42 75 74 20 74 |he moment. But t| 00000db0 68 65 79 27 72 65 20 62 6f 75 6e 64 20 74 6f 0a |hey're bound to.| 00000dc0 62 65 20 74 68 65 72 65 20 2d 20 73 6f 20 70 6c |be there - so pl| 00000dd0 65 61 73 65 20 64 6f 20 6c 65 74 20 6d 65 20 6b |ease do let me k| 00000de0 6e 6f 77 20 61 62 6f 75 74 20 74 68 65 6d 2e 2e |now about them..| 00000df0 2e 20 49 20 77 6f 75 6c 64 20 61 6c 73 6f 20 77 |. I would also w| 00000e00 65 6c 63 6f 6d 65 0a 73 75 67 67 65 73 74 69 6f |elcome.suggestio| 00000e10 6e 73 20 61 73 20 74 6f 20 69 6d 70 72 6f 76 65 |ns as to improve| 00000e20 6d 65 6e 74 73 20 61 6e 64 20 63 68 61 6e 67 65 |ments and change| 00000e30 73 20 69 6e 20 74 68 65 20 70 72 6f 67 72 61 6d |s in the program| 00000e40 2e 0a 0a 44 69 73 63 6c 61 69 6d 65 72 0a 3d 3d |...Disclaimer.==| 00000e50 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 49 20 61 63 63 65 |========..I acce| 00000e60 70 74 20 6e 6f 20 72 65 73 70 6f 6e 73 69 62 69 |pt no responsibi| 00000e70 6c 69 74 79 20 66 6f 72 20 61 6e 79 74 68 69 6e |lity for anythin| 00000e80 67 20 79 6f 75 20 64 6f 6e 27 74 20 6c 69 6b 65 |g you don't like| 00000e90 20 61 62 6f 75 74 20 74 68 69 73 20 61 70 70 6c | about this appl| 00000ea0 69 63 61 74 69 6f 6e 20 2d 0a 69 66 20 79 6f 75 |ication -.if you| 00000eb0 20 63 68 6f 6f 73 65 20 74 6f 20 75 73 65 20 69 | choose to use i| 00000ec0 74 2c 20 74 68 65 6e 20 74 68 61 74 20 69 73 20 |t, then that is | 00000ed0 65 6e 74 69 72 65 6c 79 20 79 6f 75 72 20 6f 77 |entirely your ow| 00000ee0 6e 20 70 72 6f 62 6c 65 6d 2c 20 61 6e 64 20 65 |n problem, and e| 00000ef0 6e 74 69 72 65 6c 79 0a 61 74 20 79 6f 75 72 20 |ntirely.at your | 00000f00 6f 77 6e 20 72 69 73 6b 2e 0a 0a 43 6f 6e 74 61 |own risk...Conta| 00000f10 63 74 69 6e 67 20 6d 65 2e 2e 2e 0a 3d 3d 3d 3d |cting me....====| 00000f20 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 65 6d |============..em| 00000f30 61 69 6c 20 20 20 20 20 20 3a 20 61 6a 77 6b 31 |ail : ajwk1| 00000f40 30 30 40 68 65 72 6d 65 73 2e 63 61 6d 2e 61 63 |00@hermes.cam.ac| 00000f50 2e 75 6b 20 2d 20 64 75 72 69 6e 67 20 74 65 72 |.uk - during ter| 00000f60 6d 20 74 69 6d 65 20 75 6e 74 69 6c 20 73 75 6d |m time until sum| 00000f70 6d 65 72 20 31 39 39 37 0a 0a 73 6e 61 69 6c 20 |mer 1997..snail | 00000f80 6d 61 69 6c 20 3a 20 32 33 20 43 6f 6e 69 66 65 |mail : 23 Conife| 00000f90 72 20 43 6c 6f 73 65 0a 20 20 20 20 20 20 20 20 |r Close. | 00000fa0 20 20 20 20 20 43 68 75 72 63 68 20 43 72 6f 6f | Church Croo| 00000fb0 6b 68 61 6d 0a 20 20 20 20 20 20 20 20 20 20 20 |kham. | 00000fc0 20 20 46 6c 65 65 74 0a 20 20 20 20 20 20 20 20 | Fleet. | 00000fd0 20 20 20 20 20 48 61 6e 74 73 0a 20 20 20 20 20 | Hants. | 00000fe0 20 20 20 20 20 20 20 20 47 55 31 33 20 30 4c 52 | GU13 0LR| 00000ff0 0a 0a 74 65 6c 65 70 68 6f 6e 65 20 20 3a 20 28 |..telephone : (| 00001000 30 32 35 32 29 20 36 31 37 36 34 36 20 6f 75 74 |0252) 617646 out| 00001010 73 69 64 65 20 75 6e 69 76 65 72 73 69 74 79 20 |side university | 00001020 74 65 72 6d 73 0a 0a 43 72 65 64 69 74 73 0a 3d |terms..Credits.=| 00001030 3d 3d 3d 3d 3d 3d 0a 0a 54 68 65 20 43 6f 6e 66 |======..The Conf| 00001040 69 72 6d 20 66 69 6c 74 65 72 20 69 73 20 62 61 |irm filter is ba| 00001050 73 65 64 20 6f 6e 20 61 6e 20 69 64 65 61 20 62 |sed on an idea b| 00001060 79 20 4b 65 69 74 68 20 42 72 6f 61 64 6c 65 79 |y Keith Broadley| 00001070 2e 0a 0a 54 68 61 6e 6b 73 20 61 72 65 20 61 6c |...Thanks are al| 00001080 73 6f 20 64 75 65 20 74 6f 20 4b 65 76 65 6e 20 |so due to Keven | 00001090 43 6f 6f 6b 20 28 61 6c 73 6f 20 6f 66 20 4b 43 |Cook (also of KC| 000010a0 45 20 53 6f 66 74 77 61 72 65 29 20 66 6f 72 20 |E Software) for | 000010b0 6c 69 73 74 65 6e 69 6e 67 20 74 6f 20 6d 79 0a |listening to my.| 000010c0 6c 65 6e 67 74 68 79 20 72 61 6d 62 6c 69 6e 67 |lengthy rambling| 000010d0 20 61 6e 64 20 6d 75 6c 74 69 74 75 64 69 6e 6f | and multitudino| 000010e0 75 73 20 63 68 61 6e 67 65 73 20 6f 66 20 6d 69 |us changes of mi| 000010f0 6e 64 20 62 65 66 6f 72 65 20 49 20 64 65 63 69 |nd before I deci| 00001100 64 65 64 20 6f 6e 20 74 68 69 73 0a 66 6f 72 6d |ded on this.form| 00001110 61 74 20 66 6f 72 20 74 68 65 20 6d 6f 64 75 6c |at for the modul| 00001120 65 2e 0a 0a 53 6f 6d 65 20 6f 66 20 74 68 65 20 |e...Some of the | 00001130 57 69 6d 70 20 70 72 6f 63 65 64 75 72 65 73 20 |Wimp procedures | 00001140 61 6e 64 20 66 75 6e 63 74 69 6f 6e 73 20 75 73 |and functions us| 00001150 65 64 20 69 6e 20 21 43 6f 6e 66 69 67 20 28 74 |ed in !Config (t| 00001160 68 65 20 63 6f 6e 66 69 67 75 72 61 74 69 6f 6e |he configuration| 00001170 0a 74 61 73 6b 29 20 77 65 72 65 20 77 72 69 74 |.task) were writ| 00001180 74 65 6e 20 69 6e 20 63 6f 6e 6a 75 6e 63 74 69 |ten in conjuncti| 00001190 6f 6e 20 77 69 74 68 20 4b 65 76 65 6e 20 43 6f |on with Keven Co| 000011a0 6f 6b 20 28 4b 43 45 20 53 6f 66 74 77 61 72 65 |ok (KCE Software| 000011b0 29 0a 0a 41 6c 6c 20 6f 74 68 65 72 20 63 6f 64 |)..All other cod| 000011c0 65 20 69 73 20 6d 79 20 6f 77 6e 2e 0a |e is my own..| 000011cd