Home » Archimedes archive » Archimedes World » AW-1995-01-Disc1.adf » Disk1Jan95 » !AWJan95/Goodies/HelpPlus/!Help
!AWJan95/Goodies/HelpPlus/!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 » Archimedes World » AW-1995-01-Disc1.adf » Disk1Jan95 |
Filename: | !AWJan95/Goodies/HelpPlus/!Help |
Read OK: | ✔ |
File size: | 1168 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
HelpPlus ~~~~~~~~ By Ben Schofield v1.00 � 1994 Archimedes World RISC OS 3.1 Only (Not Risc PC Compatable) HelpPlus is a much improved replacement for Acorn's !Help Application. The improvements it makes are as follows : � Instead of being in one place all the time, the help window follows the pointer around, and closes (optionally) when there is no help available, or help has been 'blocked' (see later). � The help window can use either an anti-aliased font or the System Font. The anti-aliased font is user-selectable. � Help can be switched off temporarily with a click on the icon, and switched on again just as easily. � A list of task names can be given from which help will be 'blocked' (ignored). This is useful for tasks such as Pinboard and Filer which will otherwise give you the same useless information continuously. � The giving of help on window features can be switched on or off. � The distance between the pointer and help-window is user configurable. � The icon and window handles of a window can be given. Using HelpPlus ~~~~~~~~~~~~~~ Just double-click on the !HelpPlus application and you're away! Moving the pointer around the screen will give help for applications that support it. Clicking the select button on the HelpPlus icon will toggle help on and off. Clicking the menu button on the HelpPlus icon will open a menu. The Menu ~~~~~~~~ Info --> Opens the HelpPlus info box. Active --> Toggles help on and off. Choices� --> Opens the choices window. Quit --> Quits HelpPlus. But you wouldn't want to do that, would you. Choices� ~~~~~~~~ � When no help is given... - Say nothing won't open a window. - Say 'No help given.' will say 'No help given.' (Wow!) - Give icon and window handles will give the icon and window handle of the icon and window that the pointer is currently over. � Font is the font to use. Click select on the little icon to get a list. � Give help on window features will give help on things such as the Title bar, Adjust size icon, etc. if switched on. � Distances... - Window - pointer distance is the distance between the window and the mouse pointer. - Pointer damper distance is the distance that the pointer must move before the window will move/change position without the help text changing. � Ignore help from... This list of four tasks will have all the help they give ignored. This is useful for tasks such as Pinboard and Filer which will otherwise give you the same useless information continuously. You can get help from all tasks by making all four lines blank. NOTE - The task names entered here must by EXACTLY the same as shown in either the Task Manager's 'Application tasks' or 'Module tasks' area. If this is not EXACTLY the same, this feature won't work, and help won't be ignored. Clicking 'OK' will accept the choices, 'Cancel' will cancel them, 'Default' will default the choices, and 'Save' will save them (unless you've run HelpPlus from a read-only version on ArcFS, in which case HelpPlus will quit with an error message!). Writing programs that give help ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In RISCOS 3.1, strings sent to either !Help or HelpPlus in the message Message_HelpReply(&503) can support the following special sequences (this does not appear to be documented anywhere) : Sequence (English) String produced (note trailing spaces!) \S 'Click SELECT to ' \R 'Move the pointer right to ' \A 'Click ADJUST to ' \T 'This is the ' \G 'This option is greyed out because ' \W 'This window is ' \D 'Drag SELECT to ' \d 'Drag ADJUST to ' \w 'window' \s 'SELECT' \a 'ADJUST' \\ '\' Contacting me... ~~~~~~~~~~~~~~~~ I hope you find HelpPlus useful. If you wish to contact me, either e-mail 'ben.schofield@abacus.org' on the Internet, or User #225 (Ben Schofield) on Arcade BBS. Ben.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 20 48 65 6c 70 50 6c 75 73 0a 20 20 20 20 20 20 | HelpPlus. | 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 20 20 7e 7e 7e 7e 7e | ~~~~~| 00000050 7e 7e 7e 0a 20 20 20 20 20 20 20 20 20 20 20 20 |~~~. | 00000060 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000070 20 42 79 20 42 65 6e 20 53 63 68 6f 66 69 65 6c | By Ben Schofiel| 00000080 64 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |d. | 00000090 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000000a0 20 20 20 20 20 76 31 2e 30 30 0a 0a 20 20 20 20 | v1.00.. | 000000b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000000c0 20 20 20 20 20 a9 20 31 39 39 34 20 41 72 63 68 | . 1994 Arch| 000000d0 69 6d 65 64 65 73 20 57 6f 72 6c 64 0a 0a 20 20 |imedes World.. | 000000e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000000f0 20 20 20 20 20 20 52 49 53 43 20 4f 53 20 33 2e | RISC OS 3.| 00000100 31 20 4f 6e 6c 79 20 28 4e 6f 74 20 52 69 73 63 |1 Only (Not Risc| 00000110 20 50 43 20 43 6f 6d 70 61 74 61 62 6c 65 29 0a | PC Compatable).| 00000120 0a 20 20 20 20 48 65 6c 70 50 6c 75 73 20 69 73 |. HelpPlus is| 00000130 20 61 20 6d 75 63 68 20 69 6d 70 72 6f 76 65 64 | a much improved| 00000140 20 72 65 70 6c 61 63 65 6d 65 6e 74 20 66 6f 72 | replacement for| 00000150 20 41 63 6f 72 6e 27 73 20 21 48 65 6c 70 20 41 | Acorn's !Help A| 00000160 70 70 6c 69 63 61 74 69 6f 6e 2e 0a 54 68 65 20 |pplication..The | 00000170 69 6d 70 72 6f 76 65 6d 65 6e 74 73 20 69 74 20 |improvements it | 00000180 6d 61 6b 65 73 20 61 72 65 20 61 73 20 66 6f 6c |makes are as fol| 00000190 6c 6f 77 73 20 3a 0a 0a 20 20 20 20 8f 20 49 6e |lows :.. . In| 000001a0 73 74 65 61 64 20 6f 66 20 62 65 69 6e 67 20 69 |stead of being i| 000001b0 6e 20 6f 6e 65 20 70 6c 61 63 65 20 61 6c 6c 20 |n one place all | 000001c0 74 68 65 20 74 69 6d 65 2c 20 74 68 65 20 68 65 |the time, the he| 000001d0 6c 70 20 77 69 6e 64 6f 77 20 66 6f 6c 6c 6f 77 |lp window follow| 000001e0 73 20 74 68 65 0a 20 20 20 20 20 20 70 6f 69 6e |s the. poin| 000001f0 74 65 72 20 61 72 6f 75 6e 64 2c 20 61 6e 64 20 |ter around, and | 00000200 63 6c 6f 73 65 73 20 28 6f 70 74 69 6f 6e 61 6c |closes (optional| 00000210 6c 79 29 20 77 68 65 6e 20 74 68 65 72 65 20 69 |ly) when there i| 00000220 73 20 6e 6f 20 68 65 6c 70 0a 20 20 20 20 20 20 |s no help. | 00000230 61 76 61 69 6c 61 62 6c 65 2c 20 6f 72 20 68 65 |available, or he| 00000240 6c 70 20 68 61 73 20 62 65 65 6e 20 27 62 6c 6f |lp has been 'blo| 00000250 63 6b 65 64 27 20 28 73 65 65 20 6c 61 74 65 72 |cked' (see later| 00000260 29 2e 0a 0a 20 20 20 20 8f 20 54 68 65 20 68 65 |)... . The he| 00000270 6c 70 20 77 69 6e 64 6f 77 20 63 61 6e 20 75 73 |lp window can us| 00000280 65 20 65 69 74 68 65 72 20 61 6e 20 61 6e 74 69 |e either an anti| 00000290 2d 61 6c 69 61 73 65 64 20 66 6f 6e 74 20 6f 72 |-aliased font or| 000002a0 20 74 68 65 20 53 79 73 74 65 6d 20 46 6f 6e 74 | the System Font| 000002b0 2e 0a 20 20 20 20 20 20 54 68 65 20 61 6e 74 69 |.. The anti| 000002c0 2d 61 6c 69 61 73 65 64 20 66 6f 6e 74 20 69 73 |-aliased font is| 000002d0 20 75 73 65 72 2d 73 65 6c 65 63 74 61 62 6c 65 | user-selectable| 000002e0 2e 0a 0a 20 20 20 20 8f 20 48 65 6c 70 20 63 61 |... . Help ca| 000002f0 6e 20 62 65 20 73 77 69 74 63 68 65 64 20 6f 66 |n be switched of| 00000300 66 20 74 65 6d 70 6f 72 61 72 69 6c 79 20 77 69 |f temporarily wi| 00000310 74 68 20 61 20 63 6c 69 63 6b 20 6f 6e 20 74 68 |th a click on th| 00000320 65 20 69 63 6f 6e 2c 20 61 6e 64 0a 20 20 20 20 |e icon, and. | 00000330 20 20 73 77 69 74 63 68 65 64 20 6f 6e 20 61 67 | switched on ag| 00000340 61 69 6e 20 6a 75 73 74 20 61 73 20 65 61 73 69 |ain just as easi| 00000350 6c 79 2e 0a 0a 20 20 20 20 8f 20 41 20 6c 69 73 |ly... . A lis| 00000360 74 20 6f 66 20 74 61 73 6b 20 6e 61 6d 65 73 20 |t of task names | 00000370 63 61 6e 20 62 65 20 67 69 76 65 6e 20 66 72 6f |can be given fro| 00000380 6d 20 77 68 69 63 68 20 68 65 6c 70 20 77 69 6c |m which help wil| 00000390 6c 20 62 65 20 27 62 6c 6f 63 6b 65 64 27 0a 20 |l be 'blocked'. | 000003a0 20 20 20 20 20 28 69 67 6e 6f 72 65 64 29 2e 20 | (ignored). | 000003b0 54 68 69 73 20 69 73 20 75 73 65 66 75 6c 20 66 |This is useful f| 000003c0 6f 72 20 74 61 73 6b 73 20 73 75 63 68 20 61 73 |or tasks such as| 000003d0 20 50 69 6e 62 6f 61 72 64 20 61 6e 64 20 46 69 | Pinboard and Fi| 000003e0 6c 65 72 20 77 68 69 63 68 0a 20 20 20 20 20 20 |ler which. | 000003f0 77 69 6c 6c 20 6f 74 68 65 72 77 69 73 65 20 67 |will otherwise g| 00000400 69 76 65 20 79 6f 75 20 74 68 65 20 73 61 6d 65 |ive you the same| 00000410 20 75 73 65 6c 65 73 73 20 69 6e 66 6f 72 6d 61 | useless informa| 00000420 74 69 6f 6e 20 63 6f 6e 74 69 6e 75 6f 75 73 6c |tion continuousl| 00000430 79 2e 0a 0a 20 20 20 20 8f 20 54 68 65 20 67 69 |y... . The gi| 00000440 76 69 6e 67 20 6f 66 20 68 65 6c 70 20 6f 6e 20 |ving of help on | 00000450 77 69 6e 64 6f 77 20 66 65 61 74 75 72 65 73 20 |window features | 00000460 63 61 6e 20 62 65 20 73 77 69 74 63 68 65 64 20 |can be switched | 00000470 6f 6e 20 6f 72 20 6f 66 66 2e 0a 0a 20 20 20 20 |on or off... | 00000480 8f 20 54 68 65 20 64 69 73 74 61 6e 63 65 20 62 |. The distance b| 00000490 65 74 77 65 65 6e 20 74 68 65 20 70 6f 69 6e 74 |etween the point| 000004a0 65 72 20 61 6e 64 20 68 65 6c 70 2d 77 69 6e 64 |er and help-wind| 000004b0 6f 77 20 69 73 20 75 73 65 72 20 63 6f 6e 66 69 |ow is user confi| 000004c0 67 75 72 61 62 6c 65 2e 0a 0a 20 20 20 20 8f 20 |gurable... . | 000004d0 54 68 65 20 69 63 6f 6e 20 61 6e 64 20 77 69 6e |The icon and win| 000004e0 64 6f 77 20 68 61 6e 64 6c 65 73 20 6f 66 20 61 |dow handles of a| 000004f0 20 77 69 6e 64 6f 77 20 63 61 6e 20 62 65 20 67 | window can be g| 00000500 69 76 65 6e 2e 0a 0a 55 73 69 6e 67 20 48 65 6c |iven...Using Hel| 00000510 70 50 6c 75 73 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |pPlus.~~~~~~~~~~| 00000520 7e 7e 7e 7e 0a 20 20 20 20 4a 75 73 74 20 64 6f |~~~~. Just do| 00000530 75 62 6c 65 2d 63 6c 69 63 6b 20 6f 6e 20 74 68 |uble-click on th| 00000540 65 20 21 48 65 6c 70 50 6c 75 73 20 61 70 70 6c |e !HelpPlus appl| 00000550 69 63 61 74 69 6f 6e 20 61 6e 64 20 79 6f 75 27 |ication and you'| 00000560 72 65 20 61 77 61 79 21 20 4d 6f 76 69 6e 67 0a |re away! Moving.| 00000570 74 68 65 20 70 6f 69 6e 74 65 72 20 61 72 6f 75 |the pointer arou| 00000580 6e 64 20 74 68 65 20 73 63 72 65 65 6e 20 77 69 |nd the screen wi| 00000590 6c 6c 20 67 69 76 65 20 68 65 6c 70 20 66 6f 72 |ll give help for| 000005a0 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 74 68 | applications th| 000005b0 61 74 20 73 75 70 70 6f 72 74 0a 69 74 2e 20 43 |at support.it. C| 000005c0 6c 69 63 6b 69 6e 67 20 74 68 65 20 73 65 6c 65 |licking the sele| 000005d0 63 74 20 62 75 74 74 6f 6e 20 6f 6e 20 74 68 65 |ct button on the| 000005e0 20 48 65 6c 70 50 6c 75 73 20 69 63 6f 6e 20 77 | HelpPlus icon w| 000005f0 69 6c 6c 20 74 6f 67 67 6c 65 20 68 65 6c 70 20 |ill toggle help | 00000600 6f 6e 20 61 6e 64 0a 6f 66 66 2e 0a 20 20 20 20 |on and.off.. | 00000610 43 6c 69 63 6b 69 6e 67 20 74 68 65 20 6d 65 6e |Clicking the men| 00000620 75 20 62 75 74 74 6f 6e 20 6f 6e 20 74 68 65 20 |u button on the | 00000630 48 65 6c 70 50 6c 75 73 20 69 63 6f 6e 20 77 69 |HelpPlus icon wi| 00000640 6c 6c 20 6f 70 65 6e 20 61 20 6d 65 6e 75 2e 0a |ll open a menu..| 00000650 0a 54 68 65 20 4d 65 6e 75 0a 7e 7e 7e 7e 7e 7e |.The Menu.~~~~~~| 00000660 7e 7e 0a 20 20 20 20 49 6e 66 6f 20 20 20 20 20 |~~. Info | 00000670 2d 2d 3e 20 4f 70 65 6e 73 20 74 68 65 20 48 65 |--> Opens the He| 00000680 6c 70 50 6c 75 73 20 69 6e 66 6f 20 62 6f 78 2e |lpPlus info box.| 00000690 0a 20 20 20 20 41 63 74 69 76 65 20 20 20 2d 2d |. Active --| 000006a0 3e 20 54 6f 67 67 6c 65 73 20 68 65 6c 70 20 6f |> Toggles help o| 000006b0 6e 20 61 6e 64 20 6f 66 66 2e 0a 20 20 20 20 43 |n and off.. C| 000006c0 68 6f 69 63 65 73 8c 20 2d 2d 3e 20 4f 70 65 6e |hoices. --> Open| 000006d0 73 20 74 68 65 20 63 68 6f 69 63 65 73 20 77 69 |s the choices wi| 000006e0 6e 64 6f 77 2e 0a 20 20 20 20 51 75 69 74 20 20 |ndow.. Quit | 000006f0 20 20 20 2d 2d 3e 20 51 75 69 74 73 20 48 65 6c | --> Quits Hel| 00000700 70 50 6c 75 73 2e 20 42 75 74 20 79 6f 75 20 77 |pPlus. But you w| 00000710 6f 75 6c 64 6e 27 74 20 77 61 6e 74 20 74 6f 20 |ouldn't want to | 00000720 64 6f 20 74 68 61 74 2c 20 77 6f 75 6c 64 20 79 |do that, would y| 00000730 6f 75 2e 0a 0a 43 68 6f 69 63 65 73 8c 0a 7e 7e |ou...Choices..~~| 00000740 7e 7e 7e 7e 7e 7e 0a 20 20 20 20 8f 20 57 68 65 |~~~~~~. . Whe| 00000750 6e 20 6e 6f 20 68 65 6c 70 20 69 73 20 67 69 76 |n no help is giv| 00000760 65 6e 2e 2e 2e 0a 0a 20 20 20 20 20 20 20 20 2d |en..... -| 00000770 20 53 61 79 20 6e 6f 74 68 69 6e 67 20 77 6f 6e | Say nothing won| 00000780 27 74 20 6f 70 65 6e 20 61 20 77 69 6e 64 6f 77 |'t open a window| 00000790 2e 0a 20 20 20 20 20 20 20 20 2d 20 53 61 79 20 |.. - Say | 000007a0 27 4e 6f 20 68 65 6c 70 20 67 69 76 65 6e 2e 27 |'No help given.'| 000007b0 20 77 69 6c 6c 20 73 61 79 20 27 4e 6f 20 68 65 | will say 'No he| 000007c0 6c 70 20 67 69 76 65 6e 2e 27 20 28 57 6f 77 21 |lp given.' (Wow!| 000007d0 29 0a 20 20 20 20 20 20 20 20 2d 20 47 69 76 65 |). - Give| 000007e0 20 69 63 6f 6e 20 61 6e 64 20 77 69 6e 64 6f 77 | icon and window| 000007f0 20 68 61 6e 64 6c 65 73 20 77 69 6c 6c 20 67 69 | handles will gi| 00000800 76 65 20 74 68 65 20 69 63 6f 6e 20 61 6e 64 20 |ve the icon and | 00000810 77 69 6e 64 6f 77 20 68 61 6e 64 6c 65 0a 20 20 |window handle. | 00000820 20 20 20 20 20 20 20 20 6f 66 20 74 68 65 20 69 | of the i| 00000830 63 6f 6e 20 61 6e 64 20 77 69 6e 64 6f 77 20 74 |con and window t| 00000840 68 61 74 20 74 68 65 20 70 6f 69 6e 74 65 72 20 |hat the pointer | 00000850 69 73 20 63 75 72 72 65 6e 74 6c 79 20 6f 76 65 |is currently ove| 00000860 72 2e 0a 0a 20 20 20 20 8f 20 46 6f 6e 74 20 69 |r... . Font i| 00000870 73 20 74 68 65 20 66 6f 6e 74 20 74 6f 20 75 73 |s the font to us| 00000880 65 2e 20 43 6c 69 63 6b 20 73 65 6c 65 63 74 20 |e. Click select | 00000890 6f 6e 20 74 68 65 20 6c 69 74 74 6c 65 20 69 63 |on the little ic| 000008a0 6f 6e 20 74 6f 20 67 65 74 20 61 20 6c 69 73 74 |on to get a list| 000008b0 2e 0a 0a 20 20 20 20 8f 20 47 69 76 65 20 68 65 |... . Give he| 000008c0 6c 70 20 6f 6e 20 77 69 6e 64 6f 77 20 66 65 61 |lp on window fea| 000008d0 74 75 72 65 73 20 77 69 6c 6c 20 67 69 76 65 20 |tures will give | 000008e0 68 65 6c 70 20 6f 6e 20 74 68 69 6e 67 73 20 73 |help on things s| 000008f0 75 63 68 20 61 73 20 74 68 65 20 54 69 74 6c 65 |uch as the Title| 00000900 0a 20 20 20 20 20 20 20 20 62 61 72 2c 20 41 64 |. bar, Ad| 00000910 6a 75 73 74 20 73 69 7a 65 20 69 63 6f 6e 2c 20 |just size icon, | 00000920 65 74 63 2e 20 69 66 20 73 77 69 74 63 68 65 64 |etc. if switched| 00000930 20 6f 6e 2e 0a 0a 20 20 20 20 8f 20 44 69 73 74 | on... . Dist| 00000940 61 6e 63 65 73 2e 2e 2e 0a 20 20 20 20 0a 20 20 |ances.... . | 00000950 20 20 20 20 20 20 2d 20 57 69 6e 64 6f 77 20 2d | - Window -| 00000960 20 70 6f 69 6e 74 65 72 20 64 69 73 74 61 6e 63 | pointer distanc| 00000970 65 20 69 73 20 74 68 65 20 64 69 73 74 61 6e 63 |e is the distanc| 00000980 65 20 62 65 74 77 65 65 6e 20 74 68 65 20 77 69 |e between the wi| 00000990 6e 64 6f 77 20 61 6e 64 0a 20 20 20 20 20 20 20 |ndow and. | 000009a0 20 20 20 74 68 65 20 6d 6f 75 73 65 20 70 6f 69 | the mouse poi| 000009b0 6e 74 65 72 2e 0a 20 20 20 20 20 20 20 20 2d 20 |nter.. - | 000009c0 50 6f 69 6e 74 65 72 20 64 61 6d 70 65 72 20 64 |Pointer damper d| 000009d0 69 73 74 61 6e 63 65 20 69 73 20 74 68 65 20 64 |istance is the d| 000009e0 69 73 74 61 6e 63 65 20 74 68 61 74 20 74 68 65 |istance that the| 000009f0 20 70 6f 69 6e 74 65 72 20 6d 75 73 74 20 6d 6f | pointer must mo| 00000a00 76 65 20 20 20 20 20 20 20 20 20 20 20 62 65 66 |ve bef| 00000a10 6f 72 65 20 74 68 65 20 77 69 6e 64 6f 77 20 77 |ore the window w| 00000a20 69 6c 6c 20 6d 6f 76 65 2f 63 68 61 6e 67 65 20 |ill move/change | 00000a30 70 6f 73 69 74 69 6f 6e 20 77 69 74 68 6f 75 74 |position without| 00000a40 20 74 68 65 20 68 65 6c 70 20 74 65 78 74 0a 20 | the help text. | 00000a50 20 20 20 20 20 20 20 20 20 63 68 61 6e 67 69 6e | changin| 00000a60 67 2e 0a 20 20 20 20 20 20 20 20 20 20 0a 20 20 |g.. . | 00000a70 20 20 8f 20 49 67 6e 6f 72 65 20 68 65 6c 70 20 | . Ignore help | 00000a80 66 72 6f 6d 2e 2e 2e 0a 20 20 20 20 0a 20 20 20 |from.... . | 00000a90 20 20 20 20 20 20 20 20 20 54 68 69 73 20 6c 69 | This li| 00000aa0 73 74 20 6f 66 20 66 6f 75 72 20 74 61 73 6b 73 |st of four tasks| 00000ab0 20 77 69 6c 6c 20 68 61 76 65 20 61 6c 6c 20 74 | will have all t| 00000ac0 68 65 20 68 65 6c 70 20 74 68 65 79 20 67 69 76 |he help they giv| 00000ad0 65 20 69 67 6e 6f 72 65 64 2e 0a 20 20 20 20 20 |e ignored.. | 00000ae0 20 20 20 54 68 69 73 20 69 73 20 75 73 65 66 75 | This is usefu| 00000af0 6c 20 66 6f 72 20 74 61 73 6b 73 20 73 75 63 68 |l for tasks such| 00000b00 20 61 73 20 50 69 6e 62 6f 61 72 64 20 61 6e 64 | as Pinboard and| 00000b10 20 46 69 6c 65 72 20 77 68 69 63 68 20 77 69 6c | Filer which wil| 00000b20 6c 0a 20 20 20 20 20 20 20 20 6f 74 68 65 72 77 |l. otherw| 00000b30 69 73 65 20 67 69 76 65 20 79 6f 75 20 74 68 65 |ise give you the| 00000b40 20 73 61 6d 65 20 75 73 65 6c 65 73 73 20 69 6e | same useless in| 00000b50 66 6f 72 6d 61 74 69 6f 6e 20 63 6f 6e 74 69 6e |formation contin| 00000b60 75 6f 75 73 6c 79 2e 20 59 6f 75 20 63 61 6e 0a |uously. You can.| 00000b70 20 20 20 20 20 20 20 20 67 65 74 20 68 65 6c 70 | get help| 00000b80 20 66 72 6f 6d 20 61 6c 6c 20 74 61 73 6b 73 20 | from all tasks | 00000b90 62 79 20 6d 61 6b 69 6e 67 20 61 6c 6c 20 66 6f |by making all fo| 00000ba0 75 72 20 6c 69 6e 65 73 20 62 6c 61 6e 6b 2e 0a |ur lines blank..| 00000bb0 20 20 20 20 20 20 20 20 20 20 20 20 4e 4f 54 45 | NOTE| 00000bc0 20 2d 20 54 68 65 20 74 61 73 6b 20 6e 61 6d 65 | - The task name| 00000bd0 73 20 65 6e 74 65 72 65 64 20 68 65 72 65 20 6d |s entered here m| 00000be0 75 73 74 20 62 79 20 45 58 41 43 54 4c 59 20 74 |ust by EXACTLY t| 00000bf0 68 65 20 73 61 6d 65 20 61 73 0a 20 20 20 20 20 |he same as. | 00000c00 20 20 20 73 68 6f 77 6e 20 69 6e 20 65 69 74 68 | shown in eith| 00000c10 65 72 20 74 68 65 20 54 61 73 6b 20 4d 61 6e 61 |er the Task Mana| 00000c20 67 65 72 27 73 20 27 41 70 70 6c 69 63 61 74 69 |ger's 'Applicati| 00000c30 6f 6e 20 74 61 73 6b 73 27 20 6f 72 20 27 4d 6f |on tasks' or 'Mo| 00000c40 64 75 6c 65 0a 20 20 20 20 20 20 20 20 74 61 73 |dule. tas| 00000c50 6b 73 27 20 61 72 65 61 2e 20 49 66 20 74 68 69 |ks' area. If thi| 00000c60 73 20 69 73 20 6e 6f 74 20 45 58 41 43 54 4c 59 |s is not EXACTLY| 00000c70 20 74 68 65 20 73 61 6d 65 2c 20 74 68 69 73 20 | the same, this | 00000c80 66 65 61 74 75 72 65 20 77 6f 6e 27 74 0a 20 20 |feature won't. | 00000c90 20 20 20 20 20 20 77 6f 72 6b 2c 20 61 6e 64 20 | work, and | 00000ca0 68 65 6c 70 20 77 6f 6e 27 74 20 62 65 20 69 67 |help won't be ig| 00000cb0 6e 6f 72 65 64 2e 0a 20 20 20 20 20 20 20 20 0a |nored.. .| 00000cc0 20 20 20 20 43 6c 69 63 6b 69 6e 67 20 27 4f 4b | Clicking 'OK| 00000cd0 27 20 77 69 6c 6c 20 61 63 63 65 70 74 20 74 68 |' will accept th| 00000ce0 65 20 63 68 6f 69 63 65 73 2c 20 27 43 61 6e 63 |e choices, 'Canc| 00000cf0 65 6c 27 20 77 69 6c 6c 20 63 61 6e 63 65 6c 20 |el' will cancel | 00000d00 74 68 65 6d 2c 0a 27 44 65 66 61 75 6c 74 27 20 |them,.'Default' | 00000d10 77 69 6c 6c 20 64 65 66 61 75 6c 74 20 74 68 65 |will default the| 00000d20 20 63 68 6f 69 63 65 73 2c 20 61 6e 64 20 27 53 | choices, and 'S| 00000d30 61 76 65 27 20 77 69 6c 6c 20 73 61 76 65 20 74 |ave' will save t| 00000d40 68 65 6d 20 28 75 6e 6c 65 73 73 20 79 6f 75 27 |hem (unless you'| 00000d50 76 65 0a 72 75 6e 20 48 65 6c 70 50 6c 75 73 20 |ve.run HelpPlus | 00000d60 66 72 6f 6d 20 61 20 72 65 61 64 2d 6f 6e 6c 79 |from a read-only| 00000d70 20 76 65 72 73 69 6f 6e 20 6f 6e 20 41 72 63 46 | version on ArcF| 00000d80 53 2c 20 69 6e 20 77 68 69 63 68 20 63 61 73 65 |S, in which case| 00000d90 20 48 65 6c 70 50 6c 75 73 20 77 69 6c 6c 0a 71 | HelpPlus will.q| 00000da0 75 69 74 20 77 69 74 68 20 61 6e 20 65 72 72 6f |uit with an erro| 00000db0 72 20 6d 65 73 73 61 67 65 21 29 2e 0a 0a 57 72 |r message!)...Wr| 00000dc0 69 74 69 6e 67 20 70 72 6f 67 72 61 6d 73 20 74 |iting programs t| 00000dd0 68 61 74 20 67 69 76 65 20 68 65 6c 70 0a 7e 7e |hat give help.~~| 00000de0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 00000df0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 20 20 |~~~~~~~~~~~~~. | 00000e00 20 20 49 6e 20 52 49 53 43 4f 53 20 33 2e 31 2c | In RISCOS 3.1,| 00000e10 20 73 74 72 69 6e 67 73 20 73 65 6e 74 20 74 6f | strings sent to| 00000e20 20 65 69 74 68 65 72 20 21 48 65 6c 70 20 6f 72 | either !Help or| 00000e30 20 48 65 6c 70 50 6c 75 73 20 69 6e 20 74 68 65 | HelpPlus in the| 00000e40 20 6d 65 73 73 61 67 65 0a 4d 65 73 73 61 67 65 | message.Message| 00000e50 5f 48 65 6c 70 52 65 70 6c 79 28 26 35 30 33 29 |_HelpReply(&503)| 00000e60 20 63 61 6e 20 73 75 70 70 6f 72 74 20 74 68 65 | can support the| 00000e70 20 66 6f 6c 6c 6f 77 69 6e 67 20 73 70 65 63 69 | following speci| 00000e80 61 6c 20 73 65 71 75 65 6e 63 65 73 20 28 74 68 |al sequences (th| 00000e90 69 73 0a 64 6f 65 73 20 6e 6f 74 20 61 70 70 65 |is.does not appe| 00000ea0 61 72 20 74 6f 20 62 65 20 64 6f 63 75 6d 65 6e |ar to be documen| 00000eb0 74 65 64 20 61 6e 79 77 68 65 72 65 29 20 3a 0a |ted anywhere) :.| 00000ec0 0a 20 20 20 20 53 65 71 75 65 6e 63 65 20 20 20 |. Sequence | 00000ed0 20 28 45 6e 67 6c 69 73 68 29 20 53 74 72 69 6e | (English) Strin| 00000ee0 67 20 70 72 6f 64 75 63 65 64 20 28 6e 6f 74 65 |g produced (note| 00000ef0 20 74 72 61 69 6c 69 6e 67 20 73 70 61 63 65 73 | trailing spaces| 00000f00 21 29 0a 20 20 20 20 0a 20 20 20 20 20 20 20 5c |!). . \| 00000f10 53 20 20 20 20 20 20 20 27 43 6c 69 63 6b 20 53 |S 'Click S| 00000f20 45 4c 45 43 54 20 74 6f 20 27 0a 20 20 20 20 20 |ELECT to '. | 00000f30 20 20 5c 52 20 20 20 20 20 20 20 27 4d 6f 76 65 | \R 'Move| 00000f40 20 74 68 65 20 70 6f 69 6e 74 65 72 20 72 69 67 | the pointer rig| 00000f50 68 74 20 74 6f 20 27 0a 20 20 20 20 20 20 20 5c |ht to '. \| 00000f60 41 20 20 20 20 20 20 20 27 43 6c 69 63 6b 20 41 |A 'Click A| 00000f70 44 4a 55 53 54 20 74 6f 20 27 0a 20 20 20 20 20 |DJUST to '. | 00000f80 20 20 5c 54 20 20 20 20 20 20 20 27 54 68 69 73 | \T 'This| 00000f90 20 69 73 20 74 68 65 20 27 0a 20 20 20 20 20 20 | is the '. | 00000fa0 20 5c 47 20 20 20 20 20 20 20 27 54 68 69 73 20 | \G 'This | 00000fb0 6f 70 74 69 6f 6e 20 69 73 20 67 72 65 79 65 64 |option is greyed| 00000fc0 20 6f 75 74 20 62 65 63 61 75 73 65 20 27 0a 20 | out because '. | 00000fd0 20 20 20 20 20 20 5c 57 20 20 20 20 20 20 20 27 | \W '| 00000fe0 54 68 69 73 20 77 69 6e 64 6f 77 20 69 73 20 27 |This window is '| 00000ff0 0a 20 20 20 20 20 20 20 5c 44 20 20 20 20 20 20 |. \D | 00001000 20 27 44 72 61 67 20 53 45 4c 45 43 54 20 74 6f | 'Drag SELECT to| 00001010 20 27 0a 20 20 20 20 20 20 20 5c 64 20 20 20 20 | '. \d | 00001020 20 20 20 27 44 72 61 67 20 41 44 4a 55 53 54 20 | 'Drag ADJUST | 00001030 74 6f 20 27 0a 20 20 20 20 20 20 20 5c 77 20 20 |to '. \w | 00001040 20 20 20 20 20 27 77 69 6e 64 6f 77 27 0a 20 20 | 'window'. | 00001050 20 20 20 20 20 5c 73 20 20 20 20 20 20 20 27 53 | \s 'S| 00001060 45 4c 45 43 54 27 0a 20 20 20 20 20 20 20 5c 61 |ELECT'. \a| 00001070 20 20 20 20 20 20 20 27 41 44 4a 55 53 54 27 0a | 'ADJUST'.| 00001080 20 20 20 20 20 20 20 5c 5c 20 20 20 20 20 20 20 | \\ | 00001090 27 5c 27 0a 0a 43 6f 6e 74 61 63 74 69 6e 67 20 |'\'..Contacting | 000010a0 6d 65 2e 2e 2e 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |me....~~~~~~~~~~| 000010b0 7e 7e 7e 7e 7e 7e 0a 20 20 20 20 49 20 68 6f 70 |~~~~~~. I hop| 000010c0 65 20 79 6f 75 20 66 69 6e 64 20 48 65 6c 70 50 |e you find HelpP| 000010d0 6c 75 73 20 75 73 65 66 75 6c 2e 20 49 66 20 79 |lus useful. If y| 000010e0 6f 75 20 77 69 73 68 20 74 6f 20 63 6f 6e 74 61 |ou wish to conta| 000010f0 63 74 20 6d 65 2c 20 65 69 74 68 65 72 20 65 2d |ct me, either e-| 00001100 6d 61 69 6c 0a 27 62 65 6e 2e 73 63 68 6f 66 69 |mail.'ben.schofi| 00001110 65 6c 64 40 61 62 61 63 75 73 2e 6f 72 67 27 20 |eld@abacus.org' | 00001120 6f 6e 20 74 68 65 20 49 6e 74 65 72 6e 65 74 2c |on the Internet,| 00001130 20 6f 72 20 55 73 65 72 20 23 32 32 35 20 28 42 | or User #225 (B| 00001140 65 6e 20 53 63 68 6f 66 69 65 6c 64 29 20 6f 6e |en Schofield) on| 00001150 0a 41 72 63 61 64 65 20 42 42 53 2e 20 0a 0a 20 |.Arcade BBS. .. | 00001160 20 20 20 42 65 6e 2e 0a | Ben..| 00001168