Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199604.adf » Features » StarInfo/Fletcher/!Help
StarInfo/Fletcher/!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 » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199604.adf » Features |
Filename: | StarInfo/Fletcher/!Help |
Read OK: | ✔ |
File size: | 2181 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
TextCopy ======== Version 1.00 (05 Feb 1995) 1.05 (10 Feb 1995) 1.06 (03 May 1995) 1.07 (10 Jun 1995) 1.08 (21 Jun 1995) 1.09 (01 Jul 1995) 1.10 (10 Aug 1995) 1.11 (20 Aug 1995) Introduction ------------ It is nice having Drag and Drop file facilities, but there are one or two areas which are sadly lacking in the Desktop. Although you can drag any file anywhere on the desktop, you cannot always get the application at the other end to accept it. The new Acorn Drag and Drop standard makes this somewhat easier, but there are several problems related to this. The first of these is that the recipient application must follow and conform to the standard. This is got around somewhat by the standard file load messages being sent, but it still makes for an awkward life if you have an application which does not accept these files. For example, Writeable Icons (WIs) can have any text in them, but you have to type it yourself. Wouldn't it be nice if you could just drag a text file on to the WI and have its text entered into it. Sometimes, however you might not want all the text to be copied into the icon, but instead the filename like !Edit and !Zap do, and at other times it may be more appropriate to let the task deal with the request itself. Other times it is useful to drag the contents of an icon to another icon or window as seen in Impression or Datapower giving true drag and drop facilities to the desktop. This is what TextCopy does. Usage ----- Open a window with a WI in it, eg the Create New Sprite window in !Paint. Now drag a text file on to the �name� WI. Nothing happens. Now load TextCopy. Open the window and drag it onto the WI now. What has happened is that the text has been entered into the Name field, and when that field is full, overflown into the next. Unfortunately, in this situation, it is not very useful. But try dragging text from !DataPower into !Almanac and see the result (eg the Address field). Now open a !Zap save window. Grab a file and drop it in the writeable icon with shift held down. See the filename appear. Great ! Now clear the icon and drag the file with Ctrl held down. Nothing happens. This means that the file load request has been passed on to Zap directly without bothering TextCopy, just as if it had never been loaded. It is not brilliant, and doesn't always work as you might expect, but it does work and it fills a small gap in the OS. Why not try grabbing the save text icon in !Zap and dragging it. Nothing happens does it ? There is a good reason for this. There are two types of writeable icon used by the desktop - type 15 Writable and type 14 Write/Click/Drag. The former was the only type of writable icon under Arthur and has stuck with the system. All it does is put a caret inside itself if you click on it. Because it is very simple the program which owns it never even sees the click on the icon, and therefore neither does TextCopy. The Write/Click/Drag type, however, were designed in Risc OS to allow facilities like those provided by TextCopy to be implemented. All button presses and drags are passed on to the task which owns it and therefore TextCopy can intercept them. Unfortunately, the two types /look/ identical and feel identical. In practice the only way that you will know that you are using a Writable rather than Write/Click/Drag icon is that you can't drag it. If you install AllWCD, however, much of the problem is solved and you can then drag any writable icon around the desktop as if it were a text file. If you have a program like Almanac which has multiple WI's which you wish to copy you could drag each of them individually, or you could use another feature of TextCopy. Drag the first icon you wish to copy, but don't let go of it. Move over the second icon you wish to copy and click Adjust (whilst holding Select). That may sound difficult, but it really is quite easy and means you don't need to use the keyboard. The icon will change to a small text icon whilst adjust is held to indicate that the icon under the pointer has been added to the selection. Each icon will occupy a single line and so if you have !Almanac and wish to drag the persons name by clicking the Miss, then Angela, then Beardsmore, (for example) each of these will be on a new line. When you have finished adding icons drop the file on where you want the data and it will be copied as if it were a real text file (mainly because to all intents and purposes it /is/ a real text file). This will also work from icon to icon as TextCopy's two functions are independant of one another. Bugs ---- I have now fixed what I think all the bugs are. There was a problem with the external edit protocol but this was fixed in version 1.06. There is a bug which seems to occur in the dragging of multiple icons whereby when you drop the file it is not transfered, though the operation ceases quite neatly. I'm not sure why this is and can't duplicate it, but be aware that it may happen. It could be a problem with a lack of RMA, but I don't know. [[[[ The main bug appears to be one of catching type 15 button presses. This is not going to be easy and there are two ways I may tackle this : a) Use a filter to watch Null polls for the pointer having select pressed and being over a type 14 icon and it still being pressed after drag-click delay has elapsed. b) Use a key press vector to check only when button is clicked and in the desktop if the pointer is over type 14 icon and still pressed after drag click delay elapsed. Each has it's advantages and drawbacks, eg. a) slows desktop down greatly, b) requires the claim of the key press vector and it's subsequent communication to the filter that a drag is taking place. Both these are major problems and, although I would prefer the latter, I'm not sure how I can force a message to the filter without making a mess of the system. ]]]] This prior section has been bypassed temporarily by installing the AllWCD module before the desktop is entered. This forces all type 15 icons to be created as type 14. Patch ----- To recompile this module, it is necessary to use the JFPatch application. This is likely to be released into the Public Domain in the next few weeks at Arcade, and possibly other BBS. This is simply a Pre-assembler and processor for Patches to ARM code programs. Contact ------- Any comments, queries, donations or bug reports can be sent to : Fidonet NetMail : Justin Fletcher at Arcade (0181 655 4412) [2:254/27] E-Mail : Gerph@arcade.demon.co.uk Snail Mail : Justin Fletcher �Galadriel� 17b Cromwell Road, Weeting, Brandon, Suffolk. IP27 0QT History ======= Version 1.00 (First release to Arcade) � Main filter written, text file drags will be entered directly, in memory transfer not supported, but Wimp$Scrap used. Version 1.05 (Second release to Arcade) � Bug with illegal window handles fixed. Version 1.06 (Third release to Arcade) � Forcing of the redraw of changed icons added. � It would appear that the problems with Exernal Edits were fixed in this version of the TextCopy module, or so Alex Hayward tells me. Thanks for testing this Alex. Version 1.07 (Released only to Nick Craig-Wood) � Shift drag for filename, or Ctrl drag to bypass implemented. � Fixed filter mask as suggested by Nick Craig-Wood. Version 1.08 � Dragging of type 14 icons provided for. � Bug in inserting text files (where if the last character was a return then the next icon would blank even though nothing was written to it) fixed. Version 1.09 � Dragging of multiple icons implemented :-) Version 1.10 � Numerous bug fixes to the MessageAck code (ie it wasn't being called) � Changed to totally JFPatch claiming of Filter, rather than an arbitary method. Version 1.11 � Bug fix to Shift dragging code where filename was only entered if the file was text, and ignored otherwise. Thanks to Nick Craig-Wood for noticing this, about 4 months before I fixed it! Note ---- This is likely to be the final release of TextCopy because it is unlikely that I will add any further features. Features which I may add are : � The ability to not abort when dragging a text file if the next icon is not text, but to move to the next icon directly below the current icon. This could be a biggy, and I'm not sure if I can be bothered.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 54 65 78 74 43 6f 70 79 0a 20 20 20 20 20 20 20 |TextCopy. | 00000030 20 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 3d 3d 3d 3d 3d 3d 3d | =======| 00000050 3d 0a 56 65 72 73 69 6f 6e 20 31 2e 30 30 20 28 |=.Version 1.00 (| 00000060 30 35 20 46 65 62 20 31 39 39 35 29 0a 20 20 20 |05 Feb 1995). | 00000070 20 20 20 20 20 31 2e 30 35 20 28 31 30 20 46 65 | 1.05 (10 Fe| 00000080 62 20 31 39 39 35 29 0a 20 20 20 20 20 20 20 20 |b 1995). | 00000090 31 2e 30 36 20 28 30 33 20 4d 61 79 20 31 39 39 |1.06 (03 May 199| 000000a0 35 29 0a 20 20 20 20 20 20 20 20 31 2e 30 37 20 |5). 1.07 | 000000b0 28 31 30 20 4a 75 6e 20 31 39 39 35 29 0a 20 20 |(10 Jun 1995). | 000000c0 20 20 20 20 20 20 31 2e 30 38 20 28 32 31 20 4a | 1.08 (21 J| 000000d0 75 6e 20 31 39 39 35 29 0a 20 20 20 20 20 20 20 |un 1995). | 000000e0 20 31 2e 30 39 20 28 30 31 20 4a 75 6c 20 31 39 | 1.09 (01 Jul 19| 000000f0 39 35 29 0a 20 20 20 20 20 20 20 20 31 2e 31 30 |95). 1.10| 00000100 20 28 31 30 20 41 75 67 20 31 39 39 35 29 0a 20 | (10 Aug 1995). | 00000110 20 20 20 20 20 20 20 31 2e 31 31 20 28 32 30 20 | 1.11 (20 | 00000120 41 75 67 20 31 39 39 35 29 0a 20 20 20 20 20 20 |Aug 1995). | 00000130 20 20 0a 49 6e 74 72 6f 64 75 63 74 69 6f 6e 0a | .Introduction.| 00000140 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 20 20 20 |------------. | 00000150 49 74 20 69 73 20 6e 69 63 65 20 68 61 76 69 6e |It is nice havin| 00000160 67 20 44 72 61 67 20 61 6e 64 20 44 72 6f 70 20 |g Drag and Drop | 00000170 66 69 6c 65 20 66 61 63 69 6c 69 74 69 65 73 2c |file facilities,| 00000180 20 62 75 74 20 74 68 65 72 65 20 61 72 65 20 6f | but there are o| 00000190 6e 65 20 6f 72 20 74 77 6f 0a 61 72 65 61 73 20 |ne or two.areas | 000001a0 77 68 69 63 68 20 61 72 65 20 73 61 64 6c 79 20 |which are sadly | 000001b0 6c 61 63 6b 69 6e 67 20 69 6e 20 74 68 65 20 44 |lacking in the D| 000001c0 65 73 6b 74 6f 70 2e 20 41 6c 74 68 6f 75 67 68 |esktop. Although| 000001d0 20 79 6f 75 20 63 61 6e 20 64 72 61 67 20 61 6e | you can drag an| 000001e0 79 20 66 69 6c 65 0a 61 6e 79 77 68 65 72 65 20 |y file.anywhere | 000001f0 6f 6e 20 74 68 65 20 64 65 73 6b 74 6f 70 2c 20 |on the desktop, | 00000200 79 6f 75 20 63 61 6e 6e 6f 74 20 61 6c 77 61 79 |you cannot alway| 00000210 73 20 67 65 74 20 74 68 65 20 61 70 70 6c 69 63 |s get the applic| 00000220 61 74 69 6f 6e 20 61 74 20 74 68 65 20 6f 74 68 |ation at the oth| 00000230 65 72 0a 65 6e 64 20 74 6f 20 61 63 63 65 70 74 |er.end to accept| 00000240 20 69 74 2e 20 54 68 65 20 6e 65 77 20 41 63 6f | it. The new Aco| 00000250 72 6e 20 44 72 61 67 20 61 6e 64 20 44 72 6f 70 |rn Drag and Drop| 00000260 20 73 74 61 6e 64 61 72 64 20 6d 61 6b 65 73 20 | standard makes | 00000270 74 68 69 73 20 73 6f 6d 65 77 68 61 74 0a 65 61 |this somewhat.ea| 00000280 73 69 65 72 2c 20 62 75 74 20 74 68 65 72 65 20 |sier, but there | 00000290 61 72 65 20 73 65 76 65 72 61 6c 20 70 72 6f 62 |are several prob| 000002a0 6c 65 6d 73 20 72 65 6c 61 74 65 64 20 74 6f 20 |lems related to | 000002b0 74 68 69 73 2e 20 54 68 65 20 66 69 72 73 74 20 |this. The first | 000002c0 6f 66 20 74 68 65 73 65 20 69 73 0a 74 68 61 74 |of these is.that| 000002d0 20 74 68 65 20 72 65 63 69 70 69 65 6e 74 20 61 | the recipient a| 000002e0 70 70 6c 69 63 61 74 69 6f 6e 20 6d 75 73 74 20 |pplication must | 000002f0 66 6f 6c 6c 6f 77 20 61 6e 64 20 63 6f 6e 66 6f |follow and confo| 00000300 72 6d 20 74 6f 20 74 68 65 20 73 74 61 6e 64 61 |rm to the standa| 00000310 72 64 2e 0a 20 20 20 54 68 69 73 20 69 73 20 67 |rd.. This is g| 00000320 6f 74 20 61 72 6f 75 6e 64 20 73 6f 6d 65 77 68 |ot around somewh| 00000330 61 74 20 62 79 20 74 68 65 20 73 74 61 6e 64 61 |at by the standa| 00000340 72 64 20 66 69 6c 65 20 6c 6f 61 64 20 6d 65 73 |rd file load mes| 00000350 73 61 67 65 73 20 62 65 69 6e 67 20 73 65 6e 74 |sages being sent| 00000360 2c 0a 62 75 74 20 69 74 20 73 74 69 6c 6c 20 6d |,.but it still m| 00000370 61 6b 65 73 20 66 6f 72 20 61 6e 20 61 77 6b 77 |akes for an awkw| 00000380 61 72 64 20 6c 69 66 65 20 69 66 20 79 6f 75 20 |ard life if you | 00000390 68 61 76 65 20 61 6e 20 61 70 70 6c 69 63 61 74 |have an applicat| 000003a0 69 6f 6e 20 77 68 69 63 68 20 64 6f 65 73 0a 6e |ion which does.n| 000003b0 6f 74 20 61 63 63 65 70 74 20 74 68 65 73 65 20 |ot accept these | 000003c0 66 69 6c 65 73 2e 20 46 6f 72 20 65 78 61 6d 70 |files. For examp| 000003d0 6c 65 2c 20 57 72 69 74 65 61 62 6c 65 20 49 63 |le, Writeable Ic| 000003e0 6f 6e 73 20 28 57 49 73 29 20 63 61 6e 20 68 61 |ons (WIs) can ha| 000003f0 76 65 20 61 6e 79 20 74 65 78 74 0a 69 6e 20 74 |ve any text.in t| 00000400 68 65 6d 2c 20 62 75 74 20 79 6f 75 20 68 61 76 |hem, but you hav| 00000410 65 20 74 6f 20 74 79 70 65 20 69 74 20 79 6f 75 |e to type it you| 00000420 72 73 65 6c 66 2e 20 57 6f 75 6c 64 6e 27 74 20 |rself. Wouldn't | 00000430 69 74 20 62 65 20 6e 69 63 65 20 69 66 20 79 6f |it be nice if yo| 00000440 75 20 63 6f 75 6c 64 0a 6a 75 73 74 20 64 72 61 |u could.just dra| 00000450 67 20 61 20 74 65 78 74 20 66 69 6c 65 20 6f 6e |g a text file on| 00000460 20 74 6f 20 74 68 65 20 57 49 20 61 6e 64 20 68 | to the WI and h| 00000470 61 76 65 20 69 74 73 20 74 65 78 74 20 65 6e 74 |ave its text ent| 00000480 65 72 65 64 20 69 6e 74 6f 20 69 74 2e 0a 20 20 |ered into it.. | 00000490 20 53 6f 6d 65 74 69 6d 65 73 2c 20 68 6f 77 65 | Sometimes, howe| 000004a0 76 65 72 20 79 6f 75 20 6d 69 67 68 74 20 6e 6f |ver you might no| 000004b0 74 20 77 61 6e 74 20 61 6c 6c 20 74 68 65 20 74 |t want all the t| 000004c0 65 78 74 20 74 6f 20 62 65 20 63 6f 70 69 65 64 |ext to be copied| 000004d0 20 69 6e 74 6f 20 74 68 65 0a 69 63 6f 6e 2c 20 | into the.icon, | 000004e0 62 75 74 20 69 6e 73 74 65 61 64 20 74 68 65 20 |but instead the | 000004f0 66 69 6c 65 6e 61 6d 65 20 6c 69 6b 65 20 21 45 |filename like !E| 00000500 64 69 74 20 61 6e 64 20 21 5a 61 70 20 64 6f 2c |dit and !Zap do,| 00000510 20 61 6e 64 20 61 74 20 6f 74 68 65 72 20 74 69 | and at other ti| 00000520 6d 65 73 20 69 74 0a 6d 61 79 20 62 65 20 6d 6f |mes it.may be mo| 00000530 72 65 20 61 70 70 72 6f 70 72 69 61 74 65 20 74 |re appropriate t| 00000540 6f 20 6c 65 74 20 74 68 65 20 74 61 73 6b 20 64 |o let the task d| 00000550 65 61 6c 20 77 69 74 68 20 74 68 65 20 72 65 71 |eal with the req| 00000560 75 65 73 74 20 69 74 73 65 6c 66 2e 0a 20 20 20 |uest itself.. | 00000570 4f 74 68 65 72 20 74 69 6d 65 73 20 69 74 20 69 |Other times it i| 00000580 73 20 75 73 65 66 75 6c 20 74 6f 20 64 72 61 67 |s useful to drag| 00000590 20 74 68 65 20 63 6f 6e 74 65 6e 74 73 20 6f 66 | the contents of| 000005a0 20 61 6e 20 69 63 6f 6e 20 74 6f 20 61 6e 6f 74 | an icon to anot| 000005b0 68 65 72 20 69 63 6f 6e 0a 6f 72 20 77 69 6e 64 |her icon.or wind| 000005c0 6f 77 20 61 73 20 73 65 65 6e 20 69 6e 20 49 6d |ow as seen in Im| 000005d0 70 72 65 73 73 69 6f 6e 20 6f 72 20 44 61 74 61 |pression or Data| 000005e0 70 6f 77 65 72 20 67 69 76 69 6e 67 20 74 72 75 |power giving tru| 000005f0 65 20 64 72 61 67 20 61 6e 64 20 64 72 6f 70 0a |e drag and drop.| 00000600 66 61 63 69 6c 69 74 69 65 73 20 74 6f 20 74 68 |facilities to th| 00000610 65 20 64 65 73 6b 74 6f 70 2e 0a 20 20 20 54 68 |e desktop.. Th| 00000620 69 73 20 69 73 20 77 68 61 74 20 54 65 78 74 43 |is is what TextC| 00000630 6f 70 79 20 64 6f 65 73 2e 0a 0a 55 73 61 67 65 |opy does...Usage| 00000640 0a 2d 2d 2d 2d 2d 0a 20 20 4f 70 65 6e 20 61 20 |.-----. Open a | 00000650 77 69 6e 64 6f 77 20 77 69 74 68 20 61 20 57 49 |window with a WI| 00000660 20 69 6e 20 69 74 2c 20 65 67 20 74 68 65 20 43 | in it, eg the C| 00000670 72 65 61 74 65 20 4e 65 77 20 53 70 72 69 74 65 |reate New Sprite| 00000680 20 77 69 6e 64 6f 77 20 69 6e 20 21 50 61 69 6e | window in !Pain| 00000690 74 2e 0a 4e 6f 77 20 64 72 61 67 20 61 20 74 65 |t..Now drag a te| 000006a0 78 74 20 66 69 6c 65 20 6f 6e 20 74 6f 20 74 68 |xt file on to th| 000006b0 65 20 94 6e 61 6d 65 95 20 57 49 2e 20 4e 6f 74 |e .name. WI. Not| 000006c0 68 69 6e 67 20 68 61 70 70 65 6e 73 2e 0a 20 20 |hing happens.. | 000006d0 4e 6f 77 20 6c 6f 61 64 20 54 65 78 74 43 6f 70 |Now load TextCop| 000006e0 79 2e 0a 20 20 4f 70 65 6e 20 74 68 65 20 77 69 |y.. Open the wi| 000006f0 6e 64 6f 77 20 61 6e 64 20 64 72 61 67 20 69 74 |ndow and drag it| 00000700 20 6f 6e 74 6f 20 74 68 65 20 57 49 20 6e 6f 77 | onto the WI now| 00000710 2e 0a 20 20 57 68 61 74 20 68 61 73 20 68 61 70 |.. What has hap| 00000720 70 65 6e 65 64 20 69 73 20 74 68 61 74 20 74 68 |pened is that th| 00000730 65 20 74 65 78 74 20 68 61 73 20 62 65 65 6e 20 |e text has been | 00000740 65 6e 74 65 72 65 64 20 69 6e 74 6f 20 74 68 65 |entered into the| 00000750 20 4e 61 6d 65 20 66 69 65 6c 64 2c 0a 61 6e 64 | Name field,.and| 00000760 20 77 68 65 6e 20 74 68 61 74 20 66 69 65 6c 64 | when that field| 00000770 20 69 73 20 66 75 6c 6c 2c 20 6f 76 65 72 66 6c | is full, overfl| 00000780 6f 77 6e 20 69 6e 74 6f 20 74 68 65 20 6e 65 78 |own into the nex| 00000790 74 2e 0a 20 20 55 6e 66 6f 72 74 75 6e 61 74 65 |t.. Unfortunate| 000007a0 6c 79 2c 20 69 6e 20 74 68 69 73 20 73 69 74 75 |ly, in this situ| 000007b0 61 74 69 6f 6e 2c 20 69 74 20 69 73 20 6e 6f 74 |ation, it is not| 000007c0 20 76 65 72 79 20 75 73 65 66 75 6c 2e 20 42 75 | very useful. Bu| 000007d0 74 20 74 72 79 20 64 72 61 67 67 69 6e 67 0a 74 |t try dragging.t| 000007e0 65 78 74 20 66 72 6f 6d 20 21 44 61 74 61 50 6f |ext from !DataPo| 000007f0 77 65 72 20 69 6e 74 6f 20 21 41 6c 6d 61 6e 61 |wer into !Almana| 00000800 63 20 61 6e 64 20 73 65 65 20 74 68 65 20 72 65 |c and see the re| 00000810 73 75 6c 74 20 28 65 67 20 74 68 65 20 41 64 64 |sult (eg the Add| 00000820 72 65 73 73 20 66 69 65 6c 64 29 2e 0a 20 20 4e |ress field).. N| 00000830 6f 77 20 6f 70 65 6e 20 61 20 21 5a 61 70 20 73 |ow open a !Zap s| 00000840 61 76 65 20 77 69 6e 64 6f 77 2e 0a 20 20 47 72 |ave window.. Gr| 00000850 61 62 20 61 20 66 69 6c 65 20 61 6e 64 20 64 72 |ab a file and dr| 00000860 6f 70 20 69 74 20 69 6e 20 74 68 65 20 77 72 69 |op it in the wri| 00000870 74 65 61 62 6c 65 20 69 63 6f 6e 20 77 69 74 68 |teable icon with| 00000880 20 73 68 69 66 74 20 68 65 6c 64 20 64 6f 77 6e | shift held down| 00000890 2e 20 53 65 65 20 74 68 65 0a 66 69 6c 65 6e 61 |. See the.filena| 000008a0 6d 65 20 61 70 70 65 61 72 2e 20 47 72 65 61 74 |me appear. Great| 000008b0 20 21 0a 20 20 4e 6f 77 20 63 6c 65 61 72 20 74 | !. Now clear t| 000008c0 68 65 20 69 63 6f 6e 20 61 6e 64 20 64 72 61 67 |he icon and drag| 000008d0 20 74 68 65 20 66 69 6c 65 20 77 69 74 68 20 43 | the file with C| 000008e0 74 72 6c 20 68 65 6c 64 20 64 6f 77 6e 2e 20 4e |trl held down. N| 000008f0 6f 74 68 69 6e 67 20 68 61 70 70 65 6e 73 2e 0a |othing happens..| 00000900 54 68 69 73 20 6d 65 61 6e 73 20 74 68 61 74 20 |This means that | 00000910 74 68 65 20 66 69 6c 65 20 6c 6f 61 64 20 72 65 |the file load re| 00000920 71 75 65 73 74 20 68 61 73 20 62 65 65 6e 20 70 |quest has been p| 00000930 61 73 73 65 64 20 6f 6e 20 74 6f 20 5a 61 70 20 |assed on to Zap | 00000940 64 69 72 65 63 74 6c 79 0a 77 69 74 68 6f 75 74 |directly.without| 00000950 20 62 6f 74 68 65 72 69 6e 67 20 54 65 78 74 43 | bothering TextC| 00000960 6f 70 79 2c 20 6a 75 73 74 20 61 73 20 69 66 20 |opy, just as if | 00000970 69 74 20 68 61 64 20 6e 65 76 65 72 20 62 65 65 |it had never bee| 00000980 6e 20 6c 6f 61 64 65 64 2e 0a 20 20 49 74 20 69 |n loaded.. It i| 00000990 73 20 6e 6f 74 20 62 72 69 6c 6c 69 61 6e 74 2c |s not brilliant,| 000009a0 20 61 6e 64 20 64 6f 65 73 6e 27 74 20 61 6c 77 | and doesn't alw| 000009b0 61 79 73 20 77 6f 72 6b 20 61 73 20 79 6f 75 20 |ays work as you | 000009c0 6d 69 67 68 74 20 65 78 70 65 63 74 2c 20 62 75 |might expect, bu| 000009d0 74 20 69 74 0a 64 6f 65 73 20 77 6f 72 6b 20 61 |t it.does work a| 000009e0 6e 64 20 69 74 20 66 69 6c 6c 73 20 61 20 73 6d |nd it fills a sm| 000009f0 61 6c 6c 20 67 61 70 20 69 6e 20 74 68 65 20 4f |all gap in the O| 00000a00 53 2e 0a 0a 20 20 57 68 79 20 6e 6f 74 20 74 72 |S... Why not tr| 00000a10 79 20 67 72 61 62 62 69 6e 67 20 74 68 65 20 73 |y grabbing the s| 00000a20 61 76 65 20 74 65 78 74 20 69 63 6f 6e 20 69 6e |ave text icon in| 00000a30 20 21 5a 61 70 20 61 6e 64 20 64 72 61 67 67 69 | !Zap and draggi| 00000a40 6e 67 20 69 74 2e 20 4e 6f 74 68 69 6e 67 0a 68 |ng it. Nothing.h| 00000a50 61 70 70 65 6e 73 20 64 6f 65 73 20 69 74 20 3f |appens does it ?| 00000a60 20 54 68 65 72 65 20 69 73 20 61 20 67 6f 6f 64 | There is a good| 00000a70 20 72 65 61 73 6f 6e 20 66 6f 72 20 74 68 69 73 | reason for this| 00000a80 2e 20 54 68 65 72 65 20 61 72 65 20 74 77 6f 20 |. There are two | 00000a90 74 79 70 65 73 20 6f 66 0a 77 72 69 74 65 61 62 |types of.writeab| 00000aa0 6c 65 20 69 63 6f 6e 20 75 73 65 64 20 62 79 20 |le icon used by | 00000ab0 74 68 65 20 64 65 73 6b 74 6f 70 20 2d 20 74 79 |the desktop - ty| 00000ac0 70 65 20 31 35 20 57 72 69 74 61 62 6c 65 20 61 |pe 15 Writable a| 00000ad0 6e 64 20 74 79 70 65 20 31 34 0a 57 72 69 74 65 |nd type 14.Write| 00000ae0 2f 43 6c 69 63 6b 2f 44 72 61 67 2e 20 54 68 65 |/Click/Drag. The| 00000af0 20 66 6f 72 6d 65 72 20 77 61 73 20 74 68 65 20 | former was the | 00000b00 6f 6e 6c 79 20 74 79 70 65 20 6f 66 20 77 72 69 |only type of wri| 00000b10 74 61 62 6c 65 20 69 63 6f 6e 20 75 6e 64 65 72 |table icon under| 00000b20 20 41 72 74 68 75 72 0a 61 6e 64 20 68 61 73 20 | Arthur.and has | 00000b30 73 74 75 63 6b 20 77 69 74 68 20 74 68 65 20 73 |stuck with the s| 00000b40 79 73 74 65 6d 2e 20 41 6c 6c 20 69 74 20 64 6f |ystem. All it do| 00000b50 65 73 20 69 73 20 70 75 74 20 61 20 63 61 72 65 |es is put a care| 00000b60 74 20 69 6e 73 69 64 65 20 69 74 73 65 6c 66 20 |t inside itself | 00000b70 69 66 0a 79 6f 75 20 63 6c 69 63 6b 20 6f 6e 20 |if.you click on | 00000b80 69 74 2e 20 42 65 63 61 75 73 65 20 69 74 20 69 |it. Because it i| 00000b90 73 20 76 65 72 79 20 73 69 6d 70 6c 65 20 74 68 |s very simple th| 00000ba0 65 20 70 72 6f 67 72 61 6d 20 77 68 69 63 68 20 |e program which | 00000bb0 6f 77 6e 73 20 69 74 20 6e 65 76 65 72 0a 65 76 |owns it never.ev| 00000bc0 65 6e 20 73 65 65 73 20 74 68 65 20 63 6c 69 63 |en sees the clic| 00000bd0 6b 20 6f 6e 20 74 68 65 20 69 63 6f 6e 2c 20 61 |k on the icon, a| 00000be0 6e 64 20 74 68 65 72 65 66 6f 72 65 20 6e 65 69 |nd therefore nei| 00000bf0 74 68 65 72 20 64 6f 65 73 20 54 65 78 74 43 6f |ther does TextCo| 00000c00 70 79 2e 0a 20 20 54 68 65 20 57 72 69 74 65 2f |py.. The Write/| 00000c10 43 6c 69 63 6b 2f 44 72 61 67 20 74 79 70 65 2c |Click/Drag type,| 00000c20 20 68 6f 77 65 76 65 72 2c 20 77 65 72 65 20 64 | however, were d| 00000c30 65 73 69 67 6e 65 64 20 69 6e 20 52 69 73 63 20 |esigned in Risc | 00000c40 4f 53 20 74 6f 20 61 6c 6c 6f 77 0a 66 61 63 69 |OS to allow.faci| 00000c50 6c 69 74 69 65 73 20 6c 69 6b 65 20 74 68 6f 73 |lities like thos| 00000c60 65 20 70 72 6f 76 69 64 65 64 20 62 79 20 54 65 |e provided by Te| 00000c70 78 74 43 6f 70 79 20 74 6f 20 62 65 20 69 6d 70 |xtCopy to be imp| 00000c80 6c 65 6d 65 6e 74 65 64 2e 20 41 6c 6c 20 62 75 |lemented. All bu| 00000c90 74 74 6f 6e 0a 70 72 65 73 73 65 73 20 61 6e 64 |tton.presses and| 00000ca0 20 64 72 61 67 73 20 61 72 65 20 70 61 73 73 65 | drags are passe| 00000cb0 64 20 6f 6e 20 74 6f 20 74 68 65 20 74 61 73 6b |d on to the task| 00000cc0 20 77 68 69 63 68 20 6f 77 6e 73 20 69 74 20 61 | which owns it a| 00000cd0 6e 64 20 74 68 65 72 65 66 6f 72 65 0a 54 65 78 |nd therefore.Tex| 00000ce0 74 43 6f 70 79 20 63 61 6e 20 69 6e 74 65 72 63 |tCopy can interc| 00000cf0 65 70 74 20 74 68 65 6d 2e 0a 20 20 55 6e 66 6f |ept them.. Unfo| 00000d00 72 74 75 6e 61 74 65 6c 79 2c 20 74 68 65 20 74 |rtunately, the t| 00000d10 77 6f 20 74 79 70 65 73 20 2f 6c 6f 6f 6b 2f 20 |wo types /look/ | 00000d20 69 64 65 6e 74 69 63 61 6c 20 61 6e 64 20 66 65 |identical and fe| 00000d30 65 6c 20 69 64 65 6e 74 69 63 61 6c 2e 20 49 6e |el identical. In| 00000d40 0a 70 72 61 63 74 69 63 65 20 74 68 65 20 6f 6e |.practice the on| 00000d50 6c 79 20 77 61 79 20 74 68 61 74 20 79 6f 75 20 |ly way that you | 00000d60 77 69 6c 6c 20 6b 6e 6f 77 20 74 68 61 74 20 79 |will know that y| 00000d70 6f 75 20 61 72 65 20 75 73 69 6e 67 20 61 20 57 |ou are using a W| 00000d80 72 69 74 61 62 6c 65 20 72 61 74 68 65 72 0a 74 |ritable rather.t| 00000d90 68 61 6e 20 57 72 69 74 65 2f 43 6c 69 63 6b 2f |han Write/Click/| 00000da0 44 72 61 67 20 69 63 6f 6e 20 69 73 20 74 68 61 |Drag icon is tha| 00000db0 74 20 79 6f 75 20 63 61 6e 27 74 20 64 72 61 67 |t you can't drag| 00000dc0 20 69 74 2e 0a 20 20 49 66 20 79 6f 75 20 69 6e | it.. If you in| 00000dd0 73 74 61 6c 6c 20 41 6c 6c 57 43 44 2c 20 68 6f |stall AllWCD, ho| 00000de0 77 65 76 65 72 2c 20 6d 75 63 68 20 6f 66 20 74 |wever, much of t| 00000df0 68 65 20 70 72 6f 62 6c 65 6d 20 69 73 20 73 6f |he problem is so| 00000e00 6c 76 65 64 20 61 6e 64 20 79 6f 75 20 63 61 6e |lved and you can| 00000e10 0a 74 68 65 6e 20 64 72 61 67 20 61 6e 79 20 77 |.then drag any w| 00000e20 72 69 74 61 62 6c 65 20 69 63 6f 6e 20 61 72 6f |ritable icon aro| 00000e30 75 6e 64 20 74 68 65 20 64 65 73 6b 74 6f 70 20 |und the desktop | 00000e40 61 73 20 69 66 20 69 74 20 77 65 72 65 20 61 20 |as if it were a | 00000e50 74 65 78 74 20 66 69 6c 65 2e 20 49 66 0a 79 6f |text file. If.yo| 00000e60 75 20 68 61 76 65 20 61 20 70 72 6f 67 72 61 6d |u have a program| 00000e70 20 6c 69 6b 65 20 41 6c 6d 61 6e 61 63 20 77 68 | like Almanac wh| 00000e80 69 63 68 20 68 61 73 20 6d 75 6c 74 69 70 6c 65 |ich has multiple| 00000e90 20 57 49 27 73 20 77 68 69 63 68 20 79 6f 75 20 | WI's which you | 00000ea0 77 69 73 68 20 74 6f 0a 63 6f 70 79 20 79 6f 75 |wish to.copy you| 00000eb0 20 63 6f 75 6c 64 20 64 72 61 67 20 65 61 63 68 | could drag each| 00000ec0 20 6f 66 20 74 68 65 6d 20 69 6e 64 69 76 69 64 | of them individ| 00000ed0 75 61 6c 6c 79 2c 20 6f 72 20 79 6f 75 20 63 6f |ually, or you co| 00000ee0 75 6c 64 20 75 73 65 20 61 6e 6f 74 68 65 72 0a |uld use another.| 00000ef0 66 65 61 74 75 72 65 20 6f 66 20 54 65 78 74 43 |feature of TextC| 00000f00 6f 70 79 2e 0a 20 20 44 72 61 67 20 74 68 65 20 |opy.. Drag the | 00000f10 66 69 72 73 74 20 69 63 6f 6e 20 79 6f 75 20 77 |first icon you w| 00000f20 69 73 68 20 74 6f 20 63 6f 70 79 2c 20 62 75 74 |ish to copy, but| 00000f30 20 64 6f 6e 27 74 20 6c 65 74 20 67 6f 20 6f 66 | don't let go of| 00000f40 20 69 74 2e 20 4d 6f 76 65 20 6f 76 65 72 20 74 | it. Move over t| 00000f50 68 65 0a 73 65 63 6f 6e 64 20 69 63 6f 6e 20 79 |he.second icon y| 00000f60 6f 75 20 77 69 73 68 20 74 6f 20 63 6f 70 79 20 |ou wish to copy | 00000f70 61 6e 64 20 63 6c 69 63 6b 20 41 64 6a 75 73 74 |and click Adjust| 00000f80 20 28 77 68 69 6c 73 74 20 68 6f 6c 64 69 6e 67 | (whilst holding| 00000f90 20 53 65 6c 65 63 74 29 2e 20 54 68 61 74 0a 6d | Select). That.m| 00000fa0 61 79 20 73 6f 75 6e 64 20 64 69 66 66 69 63 75 |ay sound difficu| 00000fb0 6c 74 2c 20 62 75 74 20 69 74 20 72 65 61 6c 6c |lt, but it reall| 00000fc0 79 20 69 73 20 71 75 69 74 65 20 65 61 73 79 20 |y is quite easy | 00000fd0 61 6e 64 20 6d 65 61 6e 73 20 79 6f 75 20 64 6f |and means you do| 00000fe0 6e 27 74 20 6e 65 65 64 20 74 6f 0a 75 73 65 20 |n't need to.use | 00000ff0 74 68 65 20 6b 65 79 62 6f 61 72 64 2e 20 54 68 |the keyboard. Th| 00001000 65 20 69 63 6f 6e 20 77 69 6c 6c 20 63 68 61 6e |e icon will chan| 00001010 67 65 20 74 6f 20 61 20 73 6d 61 6c 6c 20 74 65 |ge to a small te| 00001020 78 74 20 69 63 6f 6e 20 77 68 69 6c 73 74 20 61 |xt icon whilst a| 00001030 64 6a 75 73 74 20 69 73 0a 68 65 6c 64 20 74 6f |djust is.held to| 00001040 20 69 6e 64 69 63 61 74 65 20 74 68 61 74 20 74 | indicate that t| 00001050 68 65 20 69 63 6f 6e 20 75 6e 64 65 72 20 74 68 |he icon under th| 00001060 65 20 70 6f 69 6e 74 65 72 20 68 61 73 20 62 65 |e pointer has be| 00001070 65 6e 20 61 64 64 65 64 20 74 6f 20 74 68 65 0a |en added to the.| 00001080 73 65 6c 65 63 74 69 6f 6e 2e 20 45 61 63 68 20 |selection. Each | 00001090 69 63 6f 6e 20 77 69 6c 6c 20 6f 63 63 75 70 79 |icon will occupy| 000010a0 20 61 20 73 69 6e 67 6c 65 20 6c 69 6e 65 20 61 | a single line a| 000010b0 6e 64 20 73 6f 20 69 66 20 79 6f 75 20 68 61 76 |nd so if you hav| 000010c0 65 20 21 41 6c 6d 61 6e 61 63 0a 61 6e 64 20 77 |e !Almanac.and w| 000010d0 69 73 68 20 74 6f 20 64 72 61 67 20 74 68 65 20 |ish to drag the | 000010e0 70 65 72 73 6f 6e 73 20 6e 61 6d 65 20 62 79 20 |persons name by | 000010f0 63 6c 69 63 6b 69 6e 67 20 74 68 65 20 4d 69 73 |clicking the Mis| 00001100 73 2c 20 74 68 65 6e 20 41 6e 67 65 6c 61 2c 20 |s, then Angela, | 00001110 74 68 65 6e 0a 42 65 61 72 64 73 6d 6f 72 65 2c |then.Beardsmore,| 00001120 20 28 66 6f 72 20 65 78 61 6d 70 6c 65 29 20 65 | (for example) e| 00001130 61 63 68 20 6f 66 20 74 68 65 73 65 20 77 69 6c |ach of these wil| 00001140 6c 20 62 65 20 6f 6e 20 61 20 6e 65 77 20 6c 69 |l be on a new li| 00001150 6e 65 2e 0a 20 20 57 68 65 6e 20 79 6f 75 20 68 |ne.. When you h| 00001160 61 76 65 20 66 69 6e 69 73 68 65 64 20 61 64 64 |ave finished add| 00001170 69 6e 67 20 69 63 6f 6e 73 20 64 72 6f 70 20 74 |ing icons drop t| 00001180 68 65 20 66 69 6c 65 20 6f 6e 20 77 68 65 72 65 |he file on where| 00001190 20 79 6f 75 20 77 61 6e 74 20 74 68 65 0a 64 61 | you want the.da| 000011a0 74 61 20 61 6e 64 20 69 74 20 77 69 6c 6c 20 62 |ta and it will b| 000011b0 65 20 63 6f 70 69 65 64 20 61 73 20 69 66 20 69 |e copied as if i| 000011c0 74 20 77 65 72 65 20 61 20 72 65 61 6c 20 74 65 |t were a real te| 000011d0 78 74 20 66 69 6c 65 20 28 6d 61 69 6e 6c 79 20 |xt file (mainly | 000011e0 62 65 63 61 75 73 65 20 74 6f 0a 61 6c 6c 20 69 |because to.all i| 000011f0 6e 74 65 6e 74 73 20 61 6e 64 20 70 75 72 70 6f |ntents and purpo| 00001200 73 65 73 20 69 74 20 2f 69 73 2f 20 61 20 72 65 |ses it /is/ a re| 00001210 61 6c 20 74 65 78 74 20 66 69 6c 65 29 2e 20 54 |al text file). T| 00001220 68 69 73 20 77 69 6c 6c 20 61 6c 73 6f 20 77 6f |his will also wo| 00001230 72 6b 20 66 72 6f 6d 0a 69 63 6f 6e 20 74 6f 20 |rk from.icon to | 00001240 69 63 6f 6e 20 61 73 20 54 65 78 74 43 6f 70 79 |icon as TextCopy| 00001250 27 73 20 74 77 6f 20 66 75 6e 63 74 69 6f 6e 73 |'s two functions| 00001260 20 61 72 65 20 69 6e 64 65 70 65 6e 64 61 6e 74 | are independant| 00001270 20 6f 66 20 6f 6e 65 20 61 6e 6f 74 68 65 72 2e | of one another.| 00001280 0a 20 20 0a 20 20 0a 20 20 0a 42 75 67 73 0a 2d |. . . .Bugs.-| 00001290 2d 2d 2d 0a 20 20 20 49 20 68 61 76 65 20 6e 6f |---. I have no| 000012a0 77 20 66 69 78 65 64 20 77 68 61 74 20 49 20 74 |w fixed what I t| 000012b0 68 69 6e 6b 20 61 6c 6c 20 74 68 65 20 62 75 67 |hink all the bug| 000012c0 73 20 61 72 65 2e 20 54 68 65 72 65 20 77 61 73 |s are. There was| 000012d0 20 61 20 70 72 6f 62 6c 65 6d 20 77 69 74 68 0a | a problem with.| 000012e0 74 68 65 20 65 78 74 65 72 6e 61 6c 20 65 64 69 |the external edi| 000012f0 74 20 70 72 6f 74 6f 63 6f 6c 20 62 75 74 20 74 |t protocol but t| 00001300 68 69 73 20 77 61 73 20 66 69 78 65 64 20 69 6e |his was fixed in| 00001310 20 76 65 72 73 69 6f 6e 20 31 2e 30 36 2e 0a 20 | version 1.06.. | 00001320 20 20 54 68 65 72 65 20 69 73 20 61 20 62 75 67 | There is a bug| 00001330 20 77 68 69 63 68 20 73 65 65 6d 73 20 74 6f 20 | which seems to | 00001340 6f 63 63 75 72 20 69 6e 20 74 68 65 20 64 72 61 |occur in the dra| 00001350 67 67 69 6e 67 20 6f 66 20 6d 75 6c 74 69 70 6c |gging of multipl| 00001360 65 20 69 63 6f 6e 73 0a 77 68 65 72 65 62 79 20 |e icons.whereby | 00001370 77 68 65 6e 20 79 6f 75 20 64 72 6f 70 20 74 68 |when you drop th| 00001380 65 20 66 69 6c 65 20 69 74 20 69 73 20 6e 6f 74 |e file it is not| 00001390 20 74 72 61 6e 73 66 65 72 65 64 2c 20 74 68 6f | transfered, tho| 000013a0 75 67 68 20 74 68 65 20 6f 70 65 72 61 74 69 6f |ugh the operatio| 000013b0 6e 0a 63 65 61 73 65 73 20 71 75 69 74 65 20 6e |n.ceases quite n| 000013c0 65 61 74 6c 79 2e 20 49 27 6d 20 6e 6f 74 20 73 |eatly. I'm not s| 000013d0 75 72 65 20 77 68 79 20 74 68 69 73 20 69 73 20 |ure why this is | 000013e0 61 6e 64 20 63 61 6e 27 74 20 64 75 70 6c 69 63 |and can't duplic| 000013f0 61 74 65 20 69 74 2c 20 62 75 74 20 62 65 0a 61 |ate it, but be.a| 00001400 77 61 72 65 20 74 68 61 74 20 69 74 20 6d 61 79 |ware that it may| 00001410 20 68 61 70 70 65 6e 2e 20 49 74 20 63 6f 75 6c | happen. It coul| 00001420 64 20 62 65 20 61 20 70 72 6f 62 6c 65 6d 20 77 |d be a problem w| 00001430 69 74 68 20 61 20 6c 61 63 6b 20 6f 66 20 52 4d |ith a lack of RM| 00001440 41 2c 20 62 75 74 20 49 0a 64 6f 6e 27 74 20 6b |A, but I.don't k| 00001450 6e 6f 77 2e 0a 20 20 20 0a 5b 5b 5b 5b 0a 54 68 |now.. .[[[[.Th| 00001460 65 20 6d 61 69 6e 20 62 75 67 20 61 70 70 65 61 |e main bug appea| 00001470 72 73 20 74 6f 20 62 65 20 6f 6e 65 20 6f 66 20 |rs to be one of | 00001480 63 61 74 63 68 69 6e 67 20 74 79 70 65 20 31 35 |catching type 15| 00001490 20 62 75 74 74 6f 6e 20 70 72 65 73 73 65 73 2e | button presses.| 000014a0 20 54 68 69 73 20 69 73 0a 6e 6f 74 20 67 6f 69 | This is.not goi| 000014b0 6e 67 20 74 6f 20 62 65 20 65 61 73 79 20 61 6e |ng to be easy an| 000014c0 64 20 74 68 65 72 65 20 61 72 65 20 74 77 6f 20 |d there are two | 000014d0 77 61 79 73 20 49 20 6d 61 79 20 74 61 63 6b 6c |ways I may tackl| 000014e0 65 20 74 68 69 73 20 3a 0a 20 20 61 29 20 55 73 |e this :. a) Us| 000014f0 65 20 61 20 66 69 6c 74 65 72 20 74 6f 20 77 61 |e a filter to wa| 00001500 74 63 68 20 4e 75 6c 6c 20 70 6f 6c 6c 73 20 66 |tch Null polls f| 00001510 6f 72 20 74 68 65 20 70 6f 69 6e 74 65 72 20 68 |or the pointer h| 00001520 61 76 69 6e 67 20 73 65 6c 65 63 74 20 70 72 65 |aving select pre| 00001530 73 73 65 64 0a 20 20 20 20 20 61 6e 64 20 62 65 |ssed. and be| 00001540 69 6e 67 20 6f 76 65 72 20 61 20 74 79 70 65 20 |ing over a type | 00001550 31 34 20 69 63 6f 6e 20 61 6e 64 20 69 74 20 73 |14 icon and it s| 00001560 74 69 6c 6c 20 62 65 69 6e 67 20 70 72 65 73 73 |till being press| 00001570 65 64 20 61 66 74 65 72 0a 20 20 20 20 20 64 72 |ed after. dr| 00001580 61 67 2d 63 6c 69 63 6b 20 64 65 6c 61 79 20 68 |ag-click delay h| 00001590 61 73 20 65 6c 61 70 73 65 64 2e 0a 20 20 62 29 |as elapsed.. b)| 000015a0 20 55 73 65 20 61 20 6b 65 79 20 70 72 65 73 73 | Use a key press| 000015b0 20 76 65 63 74 6f 72 20 74 6f 20 63 68 65 63 6b | vector to check| 000015c0 20 6f 6e 6c 79 20 77 68 65 6e 20 62 75 74 74 6f | only when butto| 000015d0 6e 20 69 73 20 63 6c 69 63 6b 65 64 20 61 6e 64 |n is clicked and| 000015e0 20 69 6e 0a 20 20 20 20 20 74 68 65 20 64 65 73 | in. the des| 000015f0 6b 74 6f 70 20 69 66 20 74 68 65 20 70 6f 69 6e |ktop if the poin| 00001600 74 65 72 20 69 73 20 6f 76 65 72 20 74 79 70 65 |ter is over type| 00001610 20 31 34 20 69 63 6f 6e 20 61 6e 64 20 73 74 69 | 14 icon and sti| 00001620 6c 6c 20 70 72 65 73 73 65 64 20 61 66 74 65 72 |ll pressed after| 00001630 0a 20 20 20 20 20 64 72 61 67 20 63 6c 69 63 6b |. drag click| 00001640 20 64 65 6c 61 79 20 65 6c 61 70 73 65 64 2e 0a | delay elapsed..| 00001650 0a 45 61 63 68 20 68 61 73 20 69 74 27 73 20 61 |.Each has it's a| 00001660 64 76 61 6e 74 61 67 65 73 20 61 6e 64 20 64 72 |dvantages and dr| 00001670 61 77 62 61 63 6b 73 2c 20 65 67 2e 20 61 29 20 |awbacks, eg. a) | 00001680 73 6c 6f 77 73 20 64 65 73 6b 74 6f 70 20 64 6f |slows desktop do| 00001690 77 6e 20 67 72 65 61 74 6c 79 2c 20 62 29 0a 72 |wn greatly, b).r| 000016a0 65 71 75 69 72 65 73 20 74 68 65 20 63 6c 61 69 |equires the clai| 000016b0 6d 20 6f 66 20 74 68 65 20 6b 65 79 20 70 72 65 |m of the key pre| 000016c0 73 73 20 76 65 63 74 6f 72 20 61 6e 64 20 69 74 |ss vector and it| 000016d0 27 73 20 73 75 62 73 65 71 75 65 6e 74 20 63 6f |'s subsequent co| 000016e0 6d 6d 75 6e 69 63 61 74 69 6f 6e 0a 74 6f 20 74 |mmunication.to t| 000016f0 68 65 20 66 69 6c 74 65 72 20 74 68 61 74 20 61 |he filter that a| 00001700 20 64 72 61 67 20 69 73 20 74 61 6b 69 6e 67 20 | drag is taking | 00001710 70 6c 61 63 65 2e 20 42 6f 74 68 20 74 68 65 73 |place. Both thes| 00001720 65 20 61 72 65 20 6d 61 6a 6f 72 20 70 72 6f 62 |e are major prob| 00001730 6c 65 6d 73 20 61 6e 64 2c 0a 61 6c 74 68 6f 75 |lems and,.althou| 00001740 67 68 20 49 20 77 6f 75 6c 64 20 70 72 65 66 65 |gh I would prefe| 00001750 72 20 74 68 65 20 6c 61 74 74 65 72 2c 20 49 27 |r the latter, I'| 00001760 6d 20 6e 6f 74 20 73 75 72 65 20 68 6f 77 20 49 |m not sure how I| 00001770 20 63 61 6e 20 66 6f 72 63 65 20 61 20 6d 65 73 | can force a mes| 00001780 73 61 67 65 20 74 6f 0a 74 68 65 20 66 69 6c 74 |sage to.the filt| 00001790 65 72 20 77 69 74 68 6f 75 74 20 6d 61 6b 69 6e |er without makin| 000017a0 67 20 61 20 6d 65 73 73 20 6f 66 20 74 68 65 20 |g a mess of the | 000017b0 73 79 73 74 65 6d 2e 0a 5d 5d 5d 5d 0a 54 68 69 |system..]]]].Thi| 000017c0 73 20 70 72 69 6f 72 20 73 65 63 74 69 6f 6e 20 |s prior section | 000017d0 68 61 73 20 62 65 65 6e 20 62 79 70 61 73 73 65 |has been bypasse| 000017e0 64 20 74 65 6d 70 6f 72 61 72 69 6c 79 20 62 79 |d temporarily by| 000017f0 20 69 6e 73 74 61 6c 6c 69 6e 67 20 74 68 65 20 | installing the | 00001800 41 6c 6c 57 43 44 0a 6d 6f 64 75 6c 65 20 62 65 |AllWCD.module be| 00001810 66 6f 72 65 20 74 68 65 20 64 65 73 6b 74 6f 70 |fore the desktop| 00001820 20 69 73 20 65 6e 74 65 72 65 64 2e 20 54 68 69 | is entered. Thi| 00001830 73 20 66 6f 72 63 65 73 20 61 6c 6c 20 74 79 70 |s forces all typ| 00001840 65 20 31 35 20 69 63 6f 6e 73 20 74 6f 20 62 65 |e 15 icons to be| 00001850 0a 63 72 65 61 74 65 64 20 61 73 20 74 79 70 65 |.created as type| 00001860 20 31 34 2e 0a 0a 50 61 74 63 68 0a 2d 2d 2d 2d | 14...Patch.----| 00001870 2d 0a 20 20 20 54 6f 20 72 65 63 6f 6d 70 69 6c |-. To recompil| 00001880 65 20 74 68 69 73 20 6d 6f 64 75 6c 65 2c 20 69 |e this module, i| 00001890 74 20 69 73 20 6e 65 63 65 73 73 61 72 79 20 74 |t is necessary t| 000018a0 6f 20 75 73 65 20 74 68 65 20 4a 46 50 61 74 63 |o use the JFPatc| 000018b0 68 20 61 70 70 6c 69 63 61 74 69 6f 6e 2e 0a 54 |h application..T| 000018c0 68 69 73 20 69 73 20 6c 69 6b 65 6c 79 20 74 6f |his is likely to| 000018d0 20 62 65 20 72 65 6c 65 61 73 65 64 20 69 6e 74 | be released int| 000018e0 6f 20 74 68 65 20 50 75 62 6c 69 63 20 44 6f 6d |o the Public Dom| 000018f0 61 69 6e 20 69 6e 20 74 68 65 20 6e 65 78 74 20 |ain in the next | 00001900 66 65 77 20 77 65 65 6b 73 20 61 74 0a 41 72 63 |few weeks at.Arc| 00001910 61 64 65 2c 20 61 6e 64 20 70 6f 73 73 69 62 6c |ade, and possibl| 00001920 79 20 6f 74 68 65 72 20 42 42 53 2e 0a 20 20 20 |y other BBS.. | 00001930 54 68 69 73 20 69 73 20 73 69 6d 70 6c 79 20 61 |This is simply a| 00001940 20 50 72 65 2d 61 73 73 65 6d 62 6c 65 72 20 61 | Pre-assembler a| 00001950 6e 64 20 70 72 6f 63 65 73 73 6f 72 20 66 6f 72 |nd processor for| 00001960 20 50 61 74 63 68 65 73 20 74 6f 20 41 52 4d 20 | Patches to ARM | 00001970 63 6f 64 65 0a 70 72 6f 67 72 61 6d 73 2e 0a 0a |code.programs...| 00001980 0a 43 6f 6e 74 61 63 74 20 20 20 20 20 20 20 20 |.Contact | 00001990 20 20 20 20 20 20 20 20 0a 2d 2d 2d 2d 2d 2d 2d | .-------| 000019a0 0a 41 6e 79 20 63 6f 6d 6d 65 6e 74 73 2c 20 71 |.Any comments, q| 000019b0 75 65 72 69 65 73 2c 20 64 6f 6e 61 74 69 6f 6e |ueries, donation| 000019c0 73 20 6f 72 20 62 75 67 20 72 65 70 6f 72 74 73 |s or bug reports| 000019d0 20 63 61 6e 20 62 65 20 73 65 6e 74 20 74 6f 20 | can be sent to | 000019e0 3a 0a 0a 46 69 64 6f 6e 65 74 20 4e 65 74 4d 61 |:..Fidonet NetMa| 000019f0 69 6c 20 3a 20 20 4a 75 73 74 69 6e 20 46 6c 65 |il : Justin Fle| 00001a00 74 63 68 65 72 20 61 74 20 41 72 63 61 64 65 20 |tcher at Arcade | 00001a10 28 30 31 38 31 20 36 35 35 20 34 34 31 32 29 20 |(0181 655 4412) | 00001a20 5b 32 3a 32 35 34 2f 32 37 5d 0a 45 2d 4d 61 69 |[2:254/27].E-Mai| 00001a30 6c 20 3a 20 47 65 72 70 68 40 61 72 63 61 64 65 |l : Gerph@arcade| 00001a40 2e 64 65 6d 6f 6e 2e 63 6f 2e 75 6b 0a 0a 53 6e |.demon.co.uk..Sn| 00001a50 61 69 6c 20 4d 61 69 6c 20 3a 0a 20 20 20 20 4a |ail Mail :. J| 00001a60 75 73 74 69 6e 20 46 6c 65 74 63 68 65 72 0a 20 |ustin Fletcher. | 00001a70 20 20 20 94 47 61 6c 61 64 72 69 65 6c 95 0a 20 | .Galadriel.. | 00001a80 20 20 20 31 37 62 20 43 72 6f 6d 77 65 6c 6c 20 | 17b Cromwell | 00001a90 52 6f 61 64 2c 0a 20 20 20 20 57 65 65 74 69 6e |Road,. Weetin| 00001aa0 67 2c 0a 20 20 20 20 42 72 61 6e 64 6f 6e 2c 0a |g,. Brandon,.| 00001ab0 20 20 20 20 53 75 66 66 6f 6c 6b 2e 0a 20 20 20 | Suffolk.. | 00001ac0 20 49 50 32 37 20 30 51 54 0a 20 20 20 20 0a 48 | IP27 0QT. .H| 00001ad0 69 73 74 6f 72 79 0a 3d 3d 3d 3d 3d 3d 3d 0a 56 |istory.=======.V| 00001ae0 65 72 73 69 6f 6e 20 31 2e 30 30 20 28 46 69 72 |ersion 1.00 (Fir| 00001af0 73 74 20 72 65 6c 65 61 73 65 20 74 6f 20 41 72 |st release to Ar| 00001b00 63 61 64 65 29 0a 20 8f 20 4d 61 69 6e 20 66 69 |cade). . Main fi| 00001b10 6c 74 65 72 20 77 72 69 74 74 65 6e 2c 20 74 65 |lter written, te| 00001b20 78 74 20 66 69 6c 65 20 64 72 61 67 73 20 77 69 |xt file drags wi| 00001b30 6c 6c 20 62 65 20 65 6e 74 65 72 65 64 20 64 69 |ll be entered di| 00001b40 72 65 63 74 6c 79 2c 20 69 6e 20 6d 65 6d 6f 72 |rectly, in memor| 00001b50 79 0a 20 20 20 74 72 61 6e 73 66 65 72 20 6e 6f |y. transfer no| 00001b60 74 20 73 75 70 70 6f 72 74 65 64 2c 20 62 75 74 |t supported, but| 00001b70 20 57 69 6d 70 24 53 63 72 61 70 20 75 73 65 64 | Wimp$Scrap used| 00001b80 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 30 35 20 |...Version 1.05 | 00001b90 28 53 65 63 6f 6e 64 20 72 65 6c 65 61 73 65 20 |(Second release | 00001ba0 74 6f 20 41 72 63 61 64 65 29 0a 20 8f 20 42 75 |to Arcade). . Bu| 00001bb0 67 20 77 69 74 68 20 69 6c 6c 65 67 61 6c 20 77 |g with illegal w| 00001bc0 69 6e 64 6f 77 20 68 61 6e 64 6c 65 73 20 66 69 |indow handles fi| 00001bd0 78 65 64 2e 0a 20 20 20 0a 56 65 72 73 69 6f 6e |xed.. .Version| 00001be0 20 31 2e 30 36 20 28 54 68 69 72 64 20 72 65 6c | 1.06 (Third rel| 00001bf0 65 61 73 65 20 74 6f 20 41 72 63 61 64 65 29 0a |ease to Arcade).| 00001c00 20 8f 20 46 6f 72 63 69 6e 67 20 6f 66 20 74 68 | . Forcing of th| 00001c10 65 20 72 65 64 72 61 77 20 6f 66 20 63 68 61 6e |e redraw of chan| 00001c20 67 65 64 20 69 63 6f 6e 73 20 61 64 64 65 64 2e |ged icons added.| 00001c30 0a 20 8f 20 49 74 20 77 6f 75 6c 64 20 61 70 70 |. . It would app| 00001c40 65 61 72 20 74 68 61 74 20 74 68 65 20 70 72 6f |ear that the pro| 00001c50 62 6c 65 6d 73 20 77 69 74 68 20 45 78 65 72 6e |blems with Exern| 00001c60 61 6c 20 45 64 69 74 73 20 77 65 72 65 20 66 69 |al Edits were fi| 00001c70 78 65 64 20 69 6e 20 74 68 69 73 0a 20 20 20 76 |xed in this. v| 00001c80 65 72 73 69 6f 6e 20 6f 66 20 74 68 65 20 54 65 |ersion of the Te| 00001c90 78 74 43 6f 70 79 20 6d 6f 64 75 6c 65 2c 20 6f |xtCopy module, o| 00001ca0 72 20 73 6f 20 41 6c 65 78 20 48 61 79 77 61 72 |r so Alex Haywar| 00001cb0 64 20 74 65 6c 6c 73 20 6d 65 2e 20 54 68 61 6e |d tells me. Than| 00001cc0 6b 73 20 66 6f 72 0a 20 20 20 74 65 73 74 69 6e |ks for. testin| 00001cd0 67 20 74 68 69 73 20 41 6c 65 78 2e 0a 0a 56 65 |g this Alex...Ve| 00001ce0 72 73 69 6f 6e 20 31 2e 30 37 20 28 52 65 6c 65 |rsion 1.07 (Rele| 00001cf0 61 73 65 64 20 6f 6e 6c 79 20 74 6f 20 4e 69 63 |ased only to Nic| 00001d00 6b 20 43 72 61 69 67 2d 57 6f 6f 64 29 0a 20 8f |k Craig-Wood). .| 00001d10 20 53 68 69 66 74 20 64 72 61 67 20 66 6f 72 20 | Shift drag for | 00001d20 66 69 6c 65 6e 61 6d 65 2c 20 6f 72 20 43 74 72 |filename, or Ctr| 00001d30 6c 20 64 72 61 67 20 74 6f 20 62 79 70 61 73 73 |l drag to bypass| 00001d40 20 69 6d 70 6c 65 6d 65 6e 74 65 64 2e 0a 20 8f | implemented.. .| 00001d50 20 46 69 78 65 64 20 66 69 6c 74 65 72 20 6d 61 | Fixed filter ma| 00001d60 73 6b 20 61 73 20 73 75 67 67 65 73 74 65 64 20 |sk as suggested | 00001d70 62 79 20 4e 69 63 6b 20 43 72 61 69 67 2d 57 6f |by Nick Craig-Wo| 00001d80 6f 64 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 30 |od...Version 1.0| 00001d90 38 0a 20 8f 20 44 72 61 67 67 69 6e 67 20 6f 66 |8. . Dragging of| 00001da0 20 74 79 70 65 20 31 34 20 69 63 6f 6e 73 20 70 | type 14 icons p| 00001db0 72 6f 76 69 64 65 64 20 66 6f 72 2e 0a 20 8f 20 |rovided for.. . | 00001dc0 42 75 67 20 69 6e 20 69 6e 73 65 72 74 69 6e 67 |Bug in inserting| 00001dd0 20 74 65 78 74 20 66 69 6c 65 73 20 28 77 68 65 | text files (whe| 00001de0 72 65 20 69 66 20 74 68 65 20 6c 61 73 74 20 63 |re if the last c| 00001df0 68 61 72 61 63 74 65 72 20 77 61 73 20 61 20 72 |haracter was a r| 00001e00 65 74 75 72 6e 20 74 68 65 6e 0a 20 20 20 74 68 |eturn then. th| 00001e10 65 20 6e 65 78 74 20 69 63 6f 6e 20 77 6f 75 6c |e next icon woul| 00001e20 64 20 62 6c 61 6e 6b 20 65 76 65 6e 20 74 68 6f |d blank even tho| 00001e30 75 67 68 20 6e 6f 74 68 69 6e 67 20 77 61 73 20 |ugh nothing was | 00001e40 77 72 69 74 74 65 6e 20 74 6f 20 69 74 29 20 66 |written to it) f| 00001e50 69 78 65 64 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 |ixed...Version 1| 00001e60 2e 30 39 0a 20 8f 20 44 72 61 67 67 69 6e 67 20 |.09. . Dragging | 00001e70 6f 66 20 6d 75 6c 74 69 70 6c 65 20 69 63 6f 6e |of multiple icon| 00001e80 73 20 69 6d 70 6c 65 6d 65 6e 74 65 64 20 3a 2d |s implemented :-| 00001e90 29 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 31 30 0a |)..Version 1.10.| 00001ea0 20 8f 20 4e 75 6d 65 72 6f 75 73 20 62 75 67 20 | . Numerous bug | 00001eb0 66 69 78 65 73 20 74 6f 20 74 68 65 20 4d 65 73 |fixes to the Mes| 00001ec0 73 61 67 65 41 63 6b 20 63 6f 64 65 20 28 69 65 |sageAck code (ie| 00001ed0 20 69 74 20 77 61 73 6e 27 74 20 62 65 69 6e 67 | it wasn't being| 00001ee0 20 63 61 6c 6c 65 64 29 0a 20 8f 20 43 68 61 6e | called). . Chan| 00001ef0 67 65 64 20 74 6f 20 74 6f 74 61 6c 6c 79 20 4a |ged to totally J| 00001f00 46 50 61 74 63 68 20 63 6c 61 69 6d 69 6e 67 20 |FPatch claiming | 00001f10 6f 66 20 46 69 6c 74 65 72 2c 20 72 61 74 68 65 |of Filter, rathe| 00001f20 72 20 74 68 61 6e 20 61 6e 20 61 72 62 69 74 61 |r than an arbita| 00001f30 72 79 0a 20 20 20 6d 65 74 68 6f 64 2e 0a 0a 56 |ry. method...V| 00001f40 65 72 73 69 6f 6e 20 31 2e 31 31 0a 20 8f 20 42 |ersion 1.11. . B| 00001f50 75 67 20 66 69 78 20 74 6f 20 53 68 69 66 74 20 |ug fix to Shift | 00001f60 64 72 61 67 67 69 6e 67 20 63 6f 64 65 20 77 68 |dragging code wh| 00001f70 65 72 65 20 66 69 6c 65 6e 61 6d 65 20 77 61 73 |ere filename was| 00001f80 20 6f 6e 6c 79 20 65 6e 74 65 72 65 64 20 69 66 | only entered if| 00001f90 20 74 68 65 0a 20 20 20 66 69 6c 65 20 77 61 73 | the. file was| 00001fa0 20 74 65 78 74 2c 20 61 6e 64 20 69 67 6e 6f 72 | text, and ignor| 00001fb0 65 64 20 6f 74 68 65 72 77 69 73 65 2e 20 54 68 |ed otherwise. Th| 00001fc0 61 6e 6b 73 20 74 6f 20 4e 69 63 6b 20 43 72 61 |anks to Nick Cra| 00001fd0 69 67 2d 57 6f 6f 64 20 66 6f 72 0a 20 20 20 6e |ig-Wood for. n| 00001fe0 6f 74 69 63 69 6e 67 20 74 68 69 73 2c 20 61 62 |oticing this, ab| 00001ff0 6f 75 74 20 34 20 6d 6f 6e 74 68 73 20 62 65 66 |out 4 months bef| 00002000 6f 72 65 20 49 20 66 69 78 65 64 20 69 74 21 0a |ore I fixed it!.| 00002010 20 0a 4e 6f 74 65 0a 2d 2d 2d 2d 0a 54 68 69 73 | .Note.----.This| 00002020 20 69 73 20 6c 69 6b 65 6c 79 20 74 6f 20 62 65 | is likely to be| 00002030 20 74 68 65 20 66 69 6e 61 6c 20 72 65 6c 65 61 | the final relea| 00002040 73 65 20 6f 66 20 54 65 78 74 43 6f 70 79 20 62 |se of TextCopy b| 00002050 65 63 61 75 73 65 20 69 74 20 69 73 20 75 6e 6c |ecause it is unl| 00002060 69 6b 65 6c 79 0a 74 68 61 74 20 49 20 77 69 6c |ikely.that I wil| 00002070 6c 20 61 64 64 20 61 6e 79 20 66 75 72 74 68 65 |l add any furthe| 00002080 72 20 66 65 61 74 75 72 65 73 2e 20 46 65 61 74 |r features. Feat| 00002090 75 72 65 73 20 77 68 69 63 68 20 49 20 6d 61 79 |ures which I may| 000020a0 20 61 64 64 20 61 72 65 20 3a 0a 20 8f 20 54 68 | add are :. . Th| 000020b0 65 20 61 62 69 6c 69 74 79 20 74 6f 20 6e 6f 74 |e ability to not| 000020c0 20 61 62 6f 72 74 20 77 68 65 6e 20 64 72 61 67 | abort when drag| 000020d0 67 69 6e 67 20 61 20 74 65 78 74 20 66 69 6c 65 |ging a text file| 000020e0 20 69 66 20 74 68 65 20 6e 65 78 74 20 69 63 6f | if the next ico| 000020f0 6e 20 69 73 20 6e 6f 74 0a 20 20 20 74 65 78 74 |n is not. text| 00002100 2c 20 62 75 74 20 74 6f 20 6d 6f 76 65 20 74 6f |, but to move to| 00002110 20 74 68 65 20 6e 65 78 74 20 69 63 6f 6e 20 64 | the next icon d| 00002120 69 72 65 63 74 6c 79 20 62 65 6c 6f 77 20 74 68 |irectly below th| 00002130 65 20 63 75 72 72 65 6e 74 20 69 63 6f 6e 2e 20 |e current icon. | 00002140 54 68 69 73 0a 20 20 20 63 6f 75 6c 64 20 62 65 |This. could be| 00002150 20 61 20 62 69 67 67 79 2c 20 61 6e 64 20 49 27 | a biggy, and I'| 00002160 6d 20 6e 6f 74 20 73 75 72 65 20 69 66 20 49 20 |m not sure if I | 00002170 63 61 6e 20 62 65 20 62 6f 74 68 65 72 65 64 2e |can be bothered.| 00002180 0a |.| 00002181