Home » Archimedes archive » Acorn User » AU 1994-10.adf » !StarInfo_StarInfo » Kemp/!PinFilter/!Help
Kemp/!PinFilter/!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/!PinFilter/!Help |
Read OK: | ✔ |
File size: | 1155 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
** !PinFilter ** by Andrew Kemp � KCE Software, 1994 Purpose ======= Three minor improvements to the operation of the RISC OS 3 pinboard, using filters for memory efficiency. Using PinFilter =============== To install the patches, simply double click on the !PinFilter 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. PinFilter provides you with three patches : * PinFilter * FilerPin * Iconise (1) PinFilter ============= PinFilter allows files to be dragged from the save dialogues of applications to the pinboard. They are then saved into the directory 'PinFilter:Temp' which is located by default inside the !PinFilter application directory. The file icon is pinned to the pinboard for easy retrieval. Should you wish to save the temporary files elsewhere, simply comment out the line that sets PinFilter$Path in the file !PinFilter.!Run, and set up PinFilter$Path to point where you want it. Note that the directory is still required to be called 'Temp'. To clear out the temporary directory (since the pinboard provides no facility for deleting files) just click on the item 'Info' in the Pinboard menu. This will open a directory display of the temporary directory. (2) FilerPin ============ FilerPin simply intercepts attempts to iconise directory displays, and pins the relevant directories to the pinboard instead. Note that this filter does not become active until the Filer has received at least one UserMessage or UserMessage_Recorded. This means that it is possible that your first attempt will actually iconise the window as normal. Subsequent attempts should work fine. Simply opening a directory from an iconbar drive icon is enough to create such an event, however, so this is pretty unlikely. (3) Iconise =========== Iconise allows you to iconise windows without using the keyboard. To do this, click and hold down 'menu' over the window's close icon, then click select before releasing the menu button - the action of 'menu' simply duplicates that of the shift key for iconising. Of course you can still use the shift key for this purpose as well. Removing PinFilter ================== To remove PinFilter 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 PinFilter more permanently, use the *command '*RMKill�PinFilter'. Configuring PinFilter ===================== It is possible to configure PinFilter so that one or more of the filters is not installed. To do this, double click on the !PinFilter 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 !PinFilter 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 PinFilter filter is based on ideas by Jonathan Mist, Keith Broadley and myself. The FilerPin filter is based on an idea by S.J. McDonald. The Iconise filter is based on a suggestion by Grant Ingram. However adding an extra window gadget, as in Windows <cringe> would have been much more difficult... 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 20 2a | *| 00000020 2a 20 21 50 69 6e 46 69 6c 74 65 72 20 2a 2a 0a |* !PinFilter **.| 00000030 0a 20 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 62 79 20 41 6e 64 72 65 77 20 4b 65 6d 70 0a | by Andrew Kemp.| 00000060 20 20 20 20 20 20 20 20 20 0a 20 20 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 a9 20 4b 43 45 20 53 6f 66 | . KCE Sof| 00000090 74 77 61 72 65 2c 20 31 39 39 34 0a 0a 50 75 72 |tware, 1994..Pur| 000000a0 70 6f 73 65 0a 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 |pose.=======..Th| 000000b0 72 65 65 20 6d 69 6e 6f 72 20 69 6d 70 72 6f 76 |ree minor improv| 000000c0 65 6d 65 6e 74 73 20 74 6f 20 74 68 65 20 6f 70 |ements to the op| 000000d0 65 72 61 74 69 6f 6e 20 6f 66 20 74 68 65 20 52 |eration of the R| 000000e0 49 53 43 20 4f 53 20 33 20 70 69 6e 62 6f 61 72 |ISC OS 3 pinboar| 000000f0 64 2c 20 75 73 69 6e 67 0a 66 69 6c 74 65 72 73 |d, using.filters| 00000100 20 66 6f 72 20 6d 65 6d 6f 72 79 20 65 66 66 69 | for memory effi| 00000110 63 69 65 6e 63 79 2e 0a 0a 55 73 69 6e 67 20 50 |ciency...Using P| 00000120 69 6e 46 69 6c 74 65 72 0a 3d 3d 3d 3d 3d 3d 3d |inFilter.=======| 00000130 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 6f 20 69 6e 73 |========..To ins| 00000140 74 61 6c 6c 20 74 68 65 20 70 61 74 63 68 65 73 |tall the patches| 00000150 2c 20 73 69 6d 70 6c 79 20 64 6f 75 62 6c 65 20 |, simply double | 00000160 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 21 50 69 |click on the !Pi| 00000170 6e 46 69 6c 74 65 72 20 69 63 6f 6e 20 69 6e 20 |nFilter icon in | 00000180 74 68 65 0a 64 69 72 65 63 74 6f 72 79 20 64 69 |the.directory di| 00000190 73 70 6c 61 79 2e 20 41 6c 74 65 72 6e 61 74 69 |splay. Alternati| 000001a0 76 65 6c 79 20 72 75 6e 20 74 68 65 20 61 70 70 |vely run the app| 000001b0 6c 69 63 61 74 69 6f 6e 20 66 72 6f 6d 20 73 6f |lication from so| 000001c0 6d 65 20 73 6f 72 74 20 6f 66 20 64 65 73 6b 74 |me sort of deskt| 000001d0 6f 70 0a 62 6f 6f 74 20 73 65 71 75 65 6e 63 65 |op.boot sequence| 000001e0 2e 20 50 72 65 64 65 73 6b 74 6f 70 20 6d 61 6b |. Predesktop mak| 000001f0 65 73 20 73 65 6e 73 65 2c 20 73 69 6e 63 65 20 |es sense, since | 00000200 74 68 65 6e 20 69 74 20 69 73 20 6e 6f 74 20 72 |then it is not r| 00000210 65 2d 72 75 6e 0a 75 6e 6e 65 63 65 73 73 61 72 |e-run.unnecessar| 00000220 69 6c 79 20 65 76 65 72 79 20 74 69 6d 65 20 79 |ily every time y| 00000230 6f 75 20 73 68 75 74 20 64 6f 77 6e 20 61 6e 64 |ou shut down and| 00000240 20 72 65 73 74 61 72 74 2e 0a 0a 50 69 6e 46 69 | restart...PinFi| 00000250 6c 74 65 72 20 70 72 6f 76 69 64 65 73 20 79 6f |lter provides yo| 00000260 75 20 77 69 74 68 20 74 68 72 65 65 20 70 61 74 |u with three pat| 00000270 63 68 65 73 20 3a 0a 0a 20 20 20 20 20 20 20 20 |ches :.. | 00000280 20 20 20 20 20 20 20 20 20 2a 20 50 69 6e 46 69 | * PinFi| 00000290 6c 74 65 72 0a 20 20 20 20 20 20 20 20 20 20 20 |lter. | 000002a0 20 20 20 20 20 20 2a 20 46 69 6c 65 72 50 69 6e | * FilerPin| 000002b0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000002c0 20 20 2a 20 49 63 6f 6e 69 73 65 0a 0a 20 20 28 | * Iconise.. (| 000002d0 31 29 20 50 69 6e 46 69 6c 74 65 72 0a 20 20 3d |1) PinFilter. =| 000002e0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 20 20 |============.. | 000002f0 50 69 6e 46 69 6c 74 65 72 20 61 6c 6c 6f 77 73 |PinFilter allows| 00000300 20 66 69 6c 65 73 20 74 6f 20 62 65 20 64 72 61 | files to be dra| 00000310 67 67 65 64 20 66 72 6f 6d 20 74 68 65 20 73 61 |gged from the sa| 00000320 76 65 20 64 69 61 6c 6f 67 75 65 73 20 6f 66 20 |ve dialogues of | 00000330 61 70 70 6c 69 63 61 74 69 6f 6e 73 0a 20 20 74 |applications. t| 00000340 6f 20 74 68 65 20 70 69 6e 62 6f 61 72 64 2e 20 |o the pinboard. | 00000350 54 68 65 79 20 61 72 65 20 74 68 65 6e 20 73 61 |They are then sa| 00000360 76 65 64 20 69 6e 74 6f 20 74 68 65 20 64 69 72 |ved into the dir| 00000370 65 63 74 6f 72 79 20 27 50 69 6e 46 69 6c 74 65 |ectory 'PinFilte| 00000380 72 3a 54 65 6d 70 27 0a 20 20 77 68 69 63 68 20 |r:Temp'. which | 00000390 69 73 20 6c 6f 63 61 74 65 64 20 62 79 20 64 65 |is located by de| 000003a0 66 61 75 6c 74 20 69 6e 73 69 64 65 20 74 68 65 |fault inside the| 000003b0 20 21 50 69 6e 46 69 6c 74 65 72 20 61 70 70 6c | !PinFilter appl| 000003c0 69 63 61 74 69 6f 6e 20 64 69 72 65 63 74 6f 72 |ication director| 000003d0 79 2e 0a 20 20 54 68 65 20 66 69 6c 65 20 69 63 |y.. The file ic| 000003e0 6f 6e 20 69 73 20 70 69 6e 6e 65 64 20 74 6f 20 |on is pinned to | 000003f0 74 68 65 20 70 69 6e 62 6f 61 72 64 20 66 6f 72 |the pinboard for| 00000400 20 65 61 73 79 20 72 65 74 72 69 65 76 61 6c 2e | easy retrieval.| 00000410 0a 0a 20 20 53 68 6f 75 6c 64 20 79 6f 75 20 77 |.. Should you w| 00000420 69 73 68 20 74 6f 20 73 61 76 65 20 74 68 65 20 |ish to save the | 00000430 74 65 6d 70 6f 72 61 72 79 20 66 69 6c 65 73 20 |temporary files | 00000440 65 6c 73 65 77 68 65 72 65 2c 20 73 69 6d 70 6c |elsewhere, simpl| 00000450 79 20 63 6f 6d 6d 65 6e 74 20 6f 75 74 20 74 68 |y comment out th| 00000460 65 0a 20 20 6c 69 6e 65 20 74 68 61 74 20 73 65 |e. line that se| 00000470 74 73 20 50 69 6e 46 69 6c 74 65 72 24 50 61 74 |ts PinFilter$Pat| 00000480 68 20 69 6e 20 74 68 65 20 66 69 6c 65 20 21 50 |h in the file !P| 00000490 69 6e 46 69 6c 74 65 72 2e 21 52 75 6e 2c 20 61 |inFilter.!Run, a| 000004a0 6e 64 20 73 65 74 20 75 70 0a 20 20 50 69 6e 46 |nd set up. PinF| 000004b0 69 6c 74 65 72 24 50 61 74 68 20 74 6f 20 70 6f |ilter$Path to po| 000004c0 69 6e 74 20 77 68 65 72 65 20 79 6f 75 20 77 61 |int where you wa| 000004d0 6e 74 20 69 74 2e 20 4e 6f 74 65 20 74 68 61 74 |nt it. Note that| 000004e0 20 74 68 65 20 64 69 72 65 63 74 6f 72 79 20 69 | the directory i| 000004f0 73 20 73 74 69 6c 6c 0a 20 20 72 65 71 75 69 72 |s still. requir| 00000500 65 64 20 74 6f 20 62 65 20 63 61 6c 6c 65 64 20 |ed to be called | 00000510 27 54 65 6d 70 27 2e 0a 0a 20 20 54 6f 20 63 6c |'Temp'... To cl| 00000520 65 61 72 20 6f 75 74 20 74 68 65 20 74 65 6d 70 |ear out the temp| 00000530 6f 72 61 72 79 20 64 69 72 65 63 74 6f 72 79 20 |orary directory | 00000540 28 73 69 6e 63 65 20 74 68 65 20 70 69 6e 62 6f |(since the pinbo| 00000550 61 72 64 20 70 72 6f 76 69 64 65 73 20 6e 6f 20 |ard provides no | 00000560 66 61 63 69 6c 69 74 79 0a 20 20 66 6f 72 20 64 |facility. for d| 00000570 65 6c 65 74 69 6e 67 20 66 69 6c 65 73 29 20 6a |eleting files) j| 00000580 75 73 74 20 63 6c 69 63 6b 20 6f 6e 20 74 68 65 |ust click on the| 00000590 20 69 74 65 6d 20 27 49 6e 66 6f 27 20 69 6e 20 | item 'Info' in | 000005a0 74 68 65 20 50 69 6e 62 6f 61 72 64 20 6d 65 6e |the Pinboard men| 000005b0 75 2e 20 54 68 69 73 0a 20 20 77 69 6c 6c 20 6f |u. This. will o| 000005c0 70 65 6e 20 61 20 64 69 72 65 63 74 6f 72 79 20 |pen a directory | 000005d0 64 69 73 70 6c 61 79 20 6f 66 20 74 68 65 20 74 |display of the t| 000005e0 65 6d 70 6f 72 61 72 79 20 64 69 72 65 63 74 6f |emporary directo| 000005f0 72 79 2e 0a 0a 20 20 28 32 29 20 46 69 6c 65 72 |ry... (2) Filer| 00000600 50 69 6e 0a 20 20 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |Pin. ==========| 00000610 3d 3d 0a 0a 20 20 46 69 6c 65 72 50 69 6e 20 73 |==.. FilerPin s| 00000620 69 6d 70 6c 79 20 69 6e 74 65 72 63 65 70 74 73 |imply intercepts| 00000630 20 61 74 74 65 6d 70 74 73 20 74 6f 20 69 63 6f | attempts to ico| 00000640 6e 69 73 65 20 64 69 72 65 63 74 6f 72 79 20 64 |nise directory d| 00000650 69 73 70 6c 61 79 73 2c 20 61 6e 64 20 70 69 6e |isplays, and pin| 00000660 73 0a 20 20 74 68 65 20 72 65 6c 65 76 61 6e 74 |s. the relevant| 00000670 20 64 69 72 65 63 74 6f 72 69 65 73 20 74 6f 20 | directories to | 00000680 74 68 65 20 70 69 6e 62 6f 61 72 64 20 69 6e 73 |the pinboard ins| 00000690 74 65 61 64 2e 0a 0a 20 20 4e 6f 74 65 20 74 68 |tead... Note th| 000006a0 61 74 20 74 68 69 73 20 66 69 6c 74 65 72 20 64 |at this filter d| 000006b0 6f 65 73 20 6e 6f 74 20 62 65 63 6f 6d 65 20 61 |oes not become a| 000006c0 63 74 69 76 65 20 75 6e 74 69 6c 20 74 68 65 20 |ctive until the | 000006d0 46 69 6c 65 72 20 68 61 73 20 72 65 63 65 69 76 |Filer has receiv| 000006e0 65 64 20 61 74 0a 20 20 6c 65 61 73 74 20 6f 6e |ed at. least on| 000006f0 65 20 55 73 65 72 4d 65 73 73 61 67 65 20 6f 72 |e UserMessage or| 00000700 20 55 73 65 72 4d 65 73 73 61 67 65 5f 52 65 63 | UserMessage_Rec| 00000710 6f 72 64 65 64 2e 20 54 68 69 73 20 6d 65 61 6e |orded. This mean| 00000720 73 20 74 68 61 74 20 69 74 20 69 73 0a 20 20 70 |s that it is. p| 00000730 6f 73 73 69 62 6c 65 20 74 68 61 74 20 79 6f 75 |ossible that you| 00000740 72 20 66 69 72 73 74 20 61 74 74 65 6d 70 74 20 |r first attempt | 00000750 77 69 6c 6c 20 61 63 74 75 61 6c 6c 79 20 69 63 |will actually ic| 00000760 6f 6e 69 73 65 20 74 68 65 20 77 69 6e 64 6f 77 |onise the window| 00000770 20 61 73 20 6e 6f 72 6d 61 6c 2e 0a 20 20 53 75 | as normal.. Su| 00000780 62 73 65 71 75 65 6e 74 20 61 74 74 65 6d 70 74 |bsequent attempt| 00000790 73 20 73 68 6f 75 6c 64 20 77 6f 72 6b 20 66 69 |s should work fi| 000007a0 6e 65 2e 20 53 69 6d 70 6c 79 20 6f 70 65 6e 69 |ne. Simply openi| 000007b0 6e 67 20 61 20 64 69 72 65 63 74 6f 72 79 20 66 |ng a directory f| 000007c0 72 6f 6d 20 61 6e 0a 20 20 69 63 6f 6e 62 61 72 |rom an. iconbar| 000007d0 20 64 72 69 76 65 20 69 63 6f 6e 20 69 73 20 65 | drive icon is e| 000007e0 6e 6f 75 67 68 20 74 6f 20 63 72 65 61 74 65 20 |nough to create | 000007f0 73 75 63 68 20 61 6e 20 65 76 65 6e 74 2c 20 68 |such an event, h| 00000800 6f 77 65 76 65 72 2c 20 73 6f 20 74 68 69 73 20 |owever, so this | 00000810 69 73 0a 20 20 70 72 65 74 74 79 20 75 6e 6c 69 |is. pretty unli| 00000820 6b 65 6c 79 2e 0a 0a 20 20 28 33 29 20 49 63 6f |kely... (3) Ico| 00000830 6e 69 73 65 0a 20 20 3d 3d 3d 3d 3d 3d 3d 3d 3d |nise. =========| 00000840 3d 3d 0a 0a 20 20 49 63 6f 6e 69 73 65 20 61 6c |==.. Iconise al| 00000850 6c 6f 77 73 20 79 6f 75 20 74 6f 20 69 63 6f 6e |lows you to icon| 00000860 69 73 65 20 77 69 6e 64 6f 77 73 20 77 69 74 68 |ise windows with| 00000870 6f 75 74 20 75 73 69 6e 67 20 74 68 65 20 6b 65 |out using the ke| 00000880 79 62 6f 61 72 64 2e 20 54 6f 20 64 6f 0a 20 20 |yboard. To do. | 00000890 74 68 69 73 2c 20 63 6c 69 63 6b 20 61 6e 64 20 |this, click and | 000008a0 68 6f 6c 64 20 64 6f 77 6e 20 27 6d 65 6e 75 27 |hold down 'menu'| 000008b0 20 6f 76 65 72 20 74 68 65 20 77 69 6e 64 6f 77 | over the window| 000008c0 27 73 20 63 6c 6f 73 65 20 69 63 6f 6e 2c 20 74 |'s close icon, t| 000008d0 68 65 6e 20 63 6c 69 63 6b 0a 20 20 73 65 6c 65 |hen click. sele| 000008e0 63 74 20 62 65 66 6f 72 65 20 72 65 6c 65 61 73 |ct before releas| 000008f0 69 6e 67 20 74 68 65 20 6d 65 6e 75 20 62 75 74 |ing the menu but| 00000900 74 6f 6e 20 2d 20 74 68 65 20 61 63 74 69 6f 6e |ton - the action| 00000910 20 6f 66 20 27 6d 65 6e 75 27 20 73 69 6d 70 6c | of 'menu' simpl| 00000920 79 0a 20 20 64 75 70 6c 69 63 61 74 65 73 20 74 |y. duplicates t| 00000930 68 61 74 20 6f 66 20 74 68 65 20 73 68 69 66 74 |hat of the shift| 00000940 20 6b 65 79 20 66 6f 72 20 69 63 6f 6e 69 73 69 | key for iconisi| 00000950 6e 67 2e 20 4f 66 20 63 6f 75 72 73 65 20 79 6f |ng. Of course yo| 00000960 75 20 63 61 6e 20 73 74 69 6c 6c 20 75 73 65 0a |u can still use.| 00000970 20 20 74 68 65 20 73 68 69 66 74 20 6b 65 79 20 | the shift key | 00000980 66 6f 72 20 74 68 69 73 20 70 75 72 70 6f 73 65 |for this purpose| 00000990 20 61 73 20 77 65 6c 6c 2e 0a 0a 52 65 6d 6f 76 | as well...Remov| 000009a0 69 6e 67 20 50 69 6e 46 69 6c 74 65 72 0a 3d 3d |ing PinFilter.==| 000009b0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 000009c0 0a 0a 54 6f 20 72 65 6d 6f 76 65 20 50 69 6e 46 |..To remove PinF| 000009d0 69 6c 74 65 72 20 74 65 6d 70 6f 72 61 72 69 6c |ilter temporaril| 000009e0 79 2c 20 79 6f 75 20 63 61 6e 20 71 75 69 74 20 |y, you can quit | 000009f0 74 68 65 20 6d 6f 64 75 6c 65 20 74 61 73 6b 20 |the module task | 00000a00 66 72 6f 6d 20 74 68 65 20 54 61 73 6b 0a 64 69 |from the Task.di| 00000a10 73 70 6c 61 79 20 6d 65 6e 75 2e 20 54 68 65 20 |splay menu. The | 00000a20 66 69 6c 74 65 72 73 20 77 69 6c 6c 20 74 68 65 |filters will the| 00000a30 6e 20 72 65 69 6e 69 74 69 61 6c 69 73 65 20 74 |n reinitialise t| 00000a40 68 65 20 6e 65 78 74 20 74 69 6d 65 20 74 68 65 |he next time the| 00000a50 20 64 65 73 6b 74 6f 70 0a 72 65 73 74 61 72 74 | desktop.restart| 00000a60 73 2e 20 54 6f 20 72 65 6d 6f 76 65 20 50 69 6e |s. To remove Pin| 00000a70 46 69 6c 74 65 72 20 6d 6f 72 65 20 70 65 72 6d |Filter more perm| 00000a80 61 6e 65 6e 74 6c 79 2c 20 75 73 65 20 74 68 65 |anently, use the| 00000a90 20 2a 63 6f 6d 6d 61 6e 64 0a 27 2a 52 4d 4b 69 | *command.'*RMKi| 00000aa0 6c 6c a0 50 69 6e 46 69 6c 74 65 72 27 2e 0a 0a |ll.PinFilter'...| 00000ab0 43 6f 6e 66 69 67 75 72 69 6e 67 20 50 69 6e 46 |Configuring PinF| 00000ac0 69 6c 74 65 72 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |ilter.==========| 00000ad0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 49 74 20 |===========..It | 00000ae0 69 73 20 70 6f 73 73 69 62 6c 65 20 74 6f 20 63 |is possible to c| 00000af0 6f 6e 66 69 67 75 72 65 20 50 69 6e 46 69 6c 74 |onfigure PinFilt| 00000b00 65 72 20 73 6f 20 74 68 61 74 20 6f 6e 65 20 6f |er so that one o| 00000b10 72 20 6d 6f 72 65 20 6f 66 20 74 68 65 20 66 69 |r more of the fi| 00000b20 6c 74 65 72 73 20 69 73 20 6e 6f 74 0a 69 6e 73 |lters is not.ins| 00000b30 74 61 6c 6c 65 64 2e 20 54 6f 20 64 6f 20 74 68 |talled. To do th| 00000b40 69 73 2c 20 64 6f 75 62 6c 65 20 63 6c 69 63 6b |is, double click| 00000b50 20 6f 6e 20 74 68 65 20 21 50 69 6e 46 69 6c 74 | on the !PinFilt| 00000b60 65 72 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 77 |er application w| 00000b70 68 69 6c 65 0a 68 6f 6c 64 69 6e 67 20 64 6f 77 |hile.holding dow| 00000b80 6e 20 65 69 74 68 65 72 20 27 61 6c 74 27 20 6b |n either 'alt' k| 00000b90 65 79 2e 20 41 20 77 69 6e 64 6f 77 20 77 69 6c |ey. A window wil| 00000ba0 6c 20 61 70 70 65 61 72 20 69 6e 20 77 68 69 63 |l appear in whic| 00000bb0 68 20 79 6f 75 20 63 61 6e 20 63 68 6f 6f 73 65 |h you can choose| 00000bc0 0a 74 68 65 20 66 69 6c 74 65 72 73 20 74 68 61 |.the filters tha| 00000bd0 74 20 61 72 65 20 69 6e 73 74 61 6c 6c 65 64 2e |t are installed.| 00000be0 20 43 6c 69 63 6b 69 6e 67 20 6f 6e 20 27 53 61 | Clicking on 'Sa| 00000bf0 76 65 27 20 77 69 6c 6c 20 74 68 65 6e 20 73 61 |ve' will then sa| 00000c00 76 65 20 79 6f 75 72 20 63 68 6f 73 65 6e 0a 73 |ve your chosen.s| 00000c10 65 74 74 69 6e 67 73 2c 20 61 6e 64 20 73 74 61 |ettings, and sta| 00000c20 72 74 20 75 70 20 74 68 65 20 6d 6f 64 75 6c 65 |rt up the module| 00000c30 20 74 61 73 6b 2e 20 49 66 20 6e 6f 20 27 4f 70 | task. If no 'Op| 00000c40 74 69 6f 6e 73 27 20 66 69 6c 65 20 69 73 20 70 |tions' file is p| 00000c50 72 65 73 65 6e 74 20 69 6e 20 74 68 65 0a 21 50 |resent in the.!P| 00000c60 69 6e 46 69 6c 74 65 72 20 64 69 72 65 63 74 6f |inFilter directo| 00000c70 72 79 2c 20 69 74 20 69 73 20 61 73 73 75 6d 65 |ry, it is assume| 00000c80 64 20 74 68 61 74 20 61 6c 6c 20 66 69 6c 74 65 |d that all filte| 00000c90 72 73 20 61 72 65 20 74 6f 20 62 65 20 69 6e 73 |rs are to be ins| 00000ca0 74 61 6c 6c 65 64 2e 0a 0a 42 75 67 73 0a 3d 3d |talled...Bugs.==| 00000cb0 3d 3d 0a 0a 57 65 6c 6c 20 49 20 64 6f 6e 27 74 |==..Well I don't| 00000cc0 20 61 63 74 75 61 6c 6c 79 20 6b 6e 6f 77 20 77 | actually know w| 00000cd0 68 61 74 20 74 68 65 79 20 61 72 65 20 61 74 20 |hat they are at | 00000ce0 74 68 65 20 6d 6f 6d 65 6e 74 2e 20 42 75 74 20 |the moment. But | 00000cf0 74 68 65 79 27 72 65 20 62 6f 75 6e 64 20 74 6f |they're bound to| 00000d00 0a 62 65 20 74 68 65 72 65 20 2d 20 73 6f 20 70 |.be there - so p| 00000d10 6c 65 61 73 65 20 64 6f 20 6c 65 74 20 6d 65 20 |lease do let me | 00000d20 6b 6e 6f 77 20 61 62 6f 75 74 20 74 68 65 6d 2e |know about them.| 00000d30 2e 2e 20 49 20 77 6f 75 6c 64 20 61 6c 73 6f 20 |.. I would also | 00000d40 77 65 6c 63 6f 6d 65 0a 73 75 67 67 65 73 74 69 |welcome.suggesti| 00000d50 6f 6e 73 20 61 73 20 74 6f 20 69 6d 70 72 6f 76 |ons as to improv| 00000d60 65 6d 65 6e 74 73 20 61 6e 64 20 63 68 61 6e 67 |ements and chang| 00000d70 65 73 20 69 6e 20 74 68 65 20 70 72 6f 67 72 61 |es in the progra| 00000d80 6d 2e 0a 0a 44 69 73 63 6c 61 69 6d 65 72 0a 3d |m...Disclaimer.=| 00000d90 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 49 20 61 63 63 |=========..I acc| 00000da0 65 70 74 20 6e 6f 20 72 65 73 70 6f 6e 73 69 62 |ept no responsib| 00000db0 69 6c 69 74 79 20 66 6f 72 20 61 6e 79 74 68 69 |ility for anythi| 00000dc0 6e 67 20 79 6f 75 20 64 6f 6e 27 74 20 6c 69 6b |ng you don't lik| 00000dd0 65 20 61 62 6f 75 74 20 74 68 69 73 20 61 70 70 |e about this app| 00000de0 6c 69 63 61 74 69 6f 6e 20 2d 0a 69 66 20 79 6f |lication -.if yo| 00000df0 75 20 63 68 6f 6f 73 65 20 74 6f 20 75 73 65 20 |u choose to use | 00000e00 69 74 2c 20 74 68 65 6e 20 74 68 61 74 20 69 73 |it, then that is| 00000e10 20 65 6e 74 69 72 65 6c 79 20 79 6f 75 72 20 6f | entirely your o| 00000e20 77 6e 20 70 72 6f 62 6c 65 6d 2c 20 61 6e 64 20 |wn problem, and | 00000e30 65 6e 74 69 72 65 6c 79 0a 61 74 20 79 6f 75 72 |entirely.at your| 00000e40 20 6f 77 6e 20 72 69 73 6b 2e 0a 0a 43 6f 6e 74 | own risk...Cont| 00000e50 61 63 74 69 6e 67 20 6d 65 2e 2e 2e 0a 3d 3d 3d |acting me....===| 00000e60 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 65 |=============..e| 00000e70 6d 61 69 6c 20 20 20 20 20 20 3a 20 61 6a 77 6b |mail : ajwk| 00000e80 31 30 30 40 68 65 72 6d 65 73 2e 63 61 6d 2e 61 |100@hermes.cam.a| 00000e90 63 2e 75 6b 20 2d 20 64 75 72 69 6e 67 20 74 65 |c.uk - during te| 00000ea0 72 6d 20 74 69 6d 65 20 75 6e 74 69 6c 20 73 75 |rm time until su| 00000eb0 6d 6d 65 72 20 31 39 39 37 0a 0a 73 6e 61 69 6c |mmer 1997..snail| 00000ec0 20 6d 61 69 6c 20 3a 20 32 33 20 43 6f 6e 69 66 | mail : 23 Conif| 00000ed0 65 72 20 43 6c 6f 73 65 0a 20 20 20 20 20 20 20 |er Close. | 00000ee0 20 20 20 20 20 20 43 68 75 72 63 68 20 43 72 6f | Church Cro| 00000ef0 6f 6b 68 61 6d 0a 20 20 20 20 20 20 20 20 20 20 |okham. | 00000f00 20 20 20 46 6c 65 65 74 0a 20 20 20 20 20 20 20 | Fleet. | 00000f10 20 20 20 20 20 20 48 61 6e 74 73 0a 20 20 20 20 | Hants. | 00000f20 20 20 20 20 20 20 20 20 20 47 55 31 33 20 30 4c | GU13 0L| 00000f30 52 0a 0a 74 65 6c 65 70 68 6f 6e 65 20 20 3a 20 |R..telephone : | 00000f40 28 30 32 35 32 29 20 36 31 37 36 34 36 20 6f 75 |(0252) 617646 ou| 00000f50 74 73 69 64 65 20 75 6e 69 76 65 72 73 69 74 79 |tside university| 00000f60 20 74 65 72 6d 73 0a 0a 43 72 65 64 69 74 73 0a | terms..Credits.| 00000f70 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 65 20 50 69 6e |=======..The Pin| 00000f80 46 69 6c 74 65 72 20 66 69 6c 74 65 72 20 69 73 |Filter filter is| 00000f90 20 62 61 73 65 64 20 6f 6e 20 69 64 65 61 73 20 | based on ideas | 00000fa0 62 79 20 4a 6f 6e 61 74 68 61 6e 20 4d 69 73 74 |by Jonathan Mist| 00000fb0 2c 20 4b 65 69 74 68 20 42 72 6f 61 64 6c 65 79 |, Keith Broadley| 00000fc0 20 61 6e 64 0a 6d 79 73 65 6c 66 2e 0a 0a 54 68 | and.myself...Th| 00000fd0 65 20 46 69 6c 65 72 50 69 6e 20 66 69 6c 74 65 |e FilerPin filte| 00000fe0 72 20 69 73 20 62 61 73 65 64 20 6f 6e 20 61 6e |r is based on an| 00000ff0 20 69 64 65 61 20 62 79 20 53 2e 4a 2e 20 4d 63 | idea by S.J. Mc| 00001000 44 6f 6e 61 6c 64 2e 0a 0a 54 68 65 20 49 63 6f |Donald...The Ico| 00001010 6e 69 73 65 20 66 69 6c 74 65 72 20 69 73 20 62 |nise filter is b| 00001020 61 73 65 64 20 6f 6e 20 61 20 73 75 67 67 65 73 |ased on a sugges| 00001030 74 69 6f 6e 20 62 79 20 47 72 61 6e 74 20 49 6e |tion by Grant In| 00001040 67 72 61 6d 2e 20 48 6f 77 65 76 65 72 20 61 64 |gram. However ad| 00001050 64 69 6e 67 20 61 6e 0a 65 78 74 72 61 20 77 69 |ding an.extra wi| 00001060 6e 64 6f 77 20 67 61 64 67 65 74 2c 20 61 73 20 |ndow gadget, as | 00001070 69 6e 20 57 69 6e 64 6f 77 73 20 3c 63 72 69 6e |in Windows <crin| 00001080 67 65 3e 20 77 6f 75 6c 64 20 68 61 76 65 20 62 |ge> would have b| 00001090 65 65 6e 20 6d 75 63 68 20 6d 6f 72 65 0a 64 69 |een much more.di| 000010a0 66 66 69 63 75 6c 74 2e 2e 2e 0a 0a 53 6f 6d 65 |fficult.....Some| 000010b0 20 6f 66 20 74 68 65 20 57 69 6d 70 20 70 72 6f | of the Wimp pro| 000010c0 63 65 64 75 72 65 73 20 61 6e 64 20 66 75 6e 63 |cedures and func| 000010d0 74 69 6f 6e 73 20 75 73 65 64 20 69 6e 20 21 43 |tions used in !C| 000010e0 6f 6e 66 69 67 20 28 74 68 65 20 63 6f 6e 66 69 |onfig (the confi| 000010f0 67 75 72 61 74 69 6f 6e 0a 74 61 73 6b 29 20 77 |guration.task) w| 00001100 65 72 65 20 77 72 69 74 74 65 6e 20 69 6e 20 63 |ere written in c| 00001110 6f 6e 6a 75 6e 63 74 69 6f 6e 20 77 69 74 68 20 |onjunction with | 00001120 4b 65 76 65 6e 20 43 6f 6f 6b 20 28 4b 43 45 20 |Keven Cook (KCE | 00001130 53 6f 66 74 77 61 72 65 29 0a 0a 41 6c 6c 20 6f |Software)..All o| 00001140 74 68 65 72 20 63 6f 64 65 20 69 73 20 6d 79 20 |ther code is my | 00001150 6f 77 6e 2e 0a |own..| 00001155