Home » Archimedes archive » Archimedes World » AW-1991-11.adf » November91 » !AWNov91/Goodies/PD/!ModeUtil/!Help
!AWNov91/Goodies/PD/!ModeUtil/!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-1991-11.adf » November91 |
Filename: | !AWNov91/Goodies/PD/!ModeUtil/!Help |
Read OK: | ✔ |
File size: | 13E3 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Help for !ModeUtil v0.11 This application is � Copyright '91 Jason Williams This release is PUBLIC DOMAIN. (Mode Util has been written to fix some of the shortcomings of the standard palette utility. I intend to include palette management with RGB, HSV, CMYK, and Rainbow colour choosers, but at present that functionality is a pipe dream!) Mode Util presently allows you to name your screen modes, and also includes a MULTITASKING screen saver. Named screen modes ================== Now, you can ask for screen mode 'Multiscan.Large' rather than mode '82', etc. This is far more user-friendly, saving you from remembering meaningless mode numbers, and allowing you to only remember the names for the subset of screen modes that YOU want to use. After running Mode Util, click Menu on it's icon to select a new screen mode from the default list. Each mode appears on the menu as either a single name, or a group-name with an arrow to a list of mode names, e.g.: 16 colours Multiscan � 16 colours 256 colours This menu contains 3 screen mode names: '16 colours' which would select something like mode 12 when clicked. 'Multiscan � 16 colours', which would select mode 20, 'Multiscan � 256 colours', which would select mode 21. If the default list of modes is not to your liking, then you can enter your own set of modes by doing the following: Select the menu option 'Clear all', which wipes all mode names. (This is not necessary if you only want to add a new mode to the current list!) Click Select on the iconbar icon, and a window will appear with 3 white writeable boxes, and three buttons, 'Set', 'Try Mode', and 'Clear'. You can now: * Enter the group name, mode name, and mode number for a mode, and click 'Set' to add that definition to the submenu. Or, enter the mode name (in the left writeable box), delete all text in the righthand writeable box, and enter the mode number, and click 'Set' to add that definition to the MAIN menu. * Enter the group+name or name of any defined mode, and click 'Clear' to clear that entry. * Click on 'Try Mode', to select the mode in the 'mode number' writeable box, so you can see what the mode looks like. The current setup will be saved when you quit from the application. Note also that if you change mode with Mode Utils, the palette manager, or if you click 'Set' or 'Cancel', then the window will change to display the current mode number, and the definition if one exists. If you have any modules (Such as Impression's !NewModes) that you wish to use, you can copy them into the '!ModeUtil.AutoRun' directory, and ModeUtil will automatically load them when it is run. That way, you can ensure that any ModeUtil named screen modes are always available when ModeUtil is running. --- You can also edit the settings with !Edit by editing the text file '!ModeUtil.Settings'. NOTE that the layout of this file must stay exactly as it is now, i.e. One line per entry of the form: <modenum> <modegroup>.<modename> or <modenum> <modename> Note also that the <modenum> should be 1, 2, or 3 digits, followed by enough spaces to move the first character of the <modegroup> bit to the 5th column across. (i.e. when editing in System font in !Edit, all the text should line up vertically) MULTITASKING screen saver ========================= If you leave your computer unattended for too long (i.e. the mouse stays in the same place, and no keys are pressed for a while), ModeUtil will automatically blank the screen to stop the picture from being permanently 'burnt-in' on the monitor screen. This is done by covering the entire screen with a super-large black window (64000 pixels wide and high so it even works with !Largeness). To return to the desktop, simply click Select or Adjust, or hit a key on the keyboard. To alter the configuration of the screensaver, click Menu. This brings up a menu that allows you to set the time before the screensaver blanks the screen (30 seconds, 1 minute, 5 minutes, or enter a number followed by 's' (seconds), 'm' (minutes), or 'h' (hours) into the writeable menu item at the bottom of that menu. Or you can turn off automatic screen saving by selecting 'Off'. The screen will also be saved if you move the mouse pointer into the very top left corner of the screen. (If you have turned OFF the screen saver, this is the only way you can get to turn it back on without quitting and restarting the application) So that you know that the screensaver is on, and it's not just that your monitor has been turned off or has blown up (!), it prints the time on-screen, moving it every second so that it also doesn't damage your monitor! While the saver window is up, every other application continues to run 'in the background', so de-archiving, raytracing, picture conversion, modem downloading, etc. will all continue unhindered in the background. (Maybe those authors who have written a background-mode operation would like to add a beep when the operation is finished?)
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 48 65 6c 70 20 66 6f | Help fo| 00000020 72 20 21 4d 6f 64 65 55 74 69 6c 20 76 30 2e 31 |r !ModeUtil v0.1| 00000030 31 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 54 |1.. T| 00000040 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |his application | 00000050 69 73 20 a9 20 43 6f 70 79 72 69 67 68 74 20 27 |is . Copyright '| 00000060 39 31 20 4a 61 73 6f 6e 20 57 69 6c 6c 69 61 6d |91 Jason William| 00000070 73 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |s. | 00000080 20 20 20 20 20 20 20 20 54 68 69 73 20 72 65 6c | This rel| 00000090 65 61 73 65 20 69 73 20 50 55 42 4c 49 43 20 44 |ease is PUBLIC D| 000000a0 4f 4d 41 49 4e 2e 0a 0a 0a 28 4d 6f 64 65 20 55 |OMAIN....(Mode U| 000000b0 74 69 6c 20 68 61 73 20 62 65 65 6e 20 77 72 69 |til has been wri| 000000c0 74 74 65 6e 20 74 6f 20 66 69 78 20 73 6f 6d 65 |tten to fix some| 000000d0 20 6f 66 20 74 68 65 20 73 68 6f 72 74 63 6f 6d | of the shortcom| 000000e0 69 6e 67 73 20 6f 66 20 74 68 65 20 73 74 61 6e |ings of the stan| 000000f0 64 61 72 64 0a 70 61 6c 65 74 74 65 20 75 74 69 |dard.palette uti| 00000100 6c 69 74 79 2e 20 49 20 69 6e 74 65 6e 64 20 74 |lity. I intend t| 00000110 6f 20 69 6e 63 6c 75 64 65 20 70 61 6c 65 74 74 |o include palett| 00000120 65 20 6d 61 6e 61 67 65 6d 65 6e 74 20 77 69 74 |e management wit| 00000130 68 20 52 47 42 2c 20 48 53 56 2c 20 43 4d 59 4b |h RGB, HSV, CMYK| 00000140 2c 0a 61 6e 64 20 52 61 69 6e 62 6f 77 20 63 6f |,.and Rainbow co| 00000150 6c 6f 75 72 20 63 68 6f 6f 73 65 72 73 2c 20 62 |lour choosers, b| 00000160 75 74 20 61 74 20 70 72 65 73 65 6e 74 20 74 68 |ut at present th| 00000170 61 74 20 66 75 6e 63 74 69 6f 6e 61 6c 69 74 79 |at functionality| 00000180 20 69 73 20 61 20 70 69 70 65 0a 64 72 65 61 6d | is a pipe.dream| 00000190 21 29 0a 0a 4d 6f 64 65 20 55 74 69 6c 20 70 72 |!)..Mode Util pr| 000001a0 65 73 65 6e 74 6c 79 20 61 6c 6c 6f 77 73 20 79 |esently allows y| 000001b0 6f 75 20 74 6f 20 6e 61 6d 65 20 79 6f 75 72 20 |ou to name your | 000001c0 73 63 72 65 65 6e 20 6d 6f 64 65 73 2c 20 61 6e |screen modes, an| 000001d0 64 20 61 6c 73 6f 20 69 6e 63 6c 75 64 65 73 0a |d also includes.| 000001e0 61 20 4d 55 4c 54 49 54 41 53 4b 49 4e 47 20 73 |a MULTITASKING s| 000001f0 63 72 65 65 6e 20 73 61 76 65 72 2e 0a 0a 0a 4e |creen saver....N| 00000200 61 6d 65 64 20 73 63 72 65 65 6e 20 6d 6f 64 65 |amed screen mode| 00000210 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |s.==============| 00000220 3d 3d 3d 3d 0a 0a 4e 6f 77 2c 20 79 6f 75 20 63 |====..Now, you c| 00000230 61 6e 20 61 73 6b 20 66 6f 72 20 73 63 72 65 65 |an ask for scree| 00000240 6e 20 6d 6f 64 65 20 27 4d 75 6c 74 69 73 63 61 |n mode 'Multisca| 00000250 6e 2e 4c 61 72 67 65 27 20 72 61 74 68 65 72 20 |n.Large' rather | 00000260 74 68 61 6e 20 6d 6f 64 65 20 27 38 32 27 2c 0a |than mode '82',.| 00000270 65 74 63 2e 20 54 68 69 73 20 69 73 20 66 61 72 |etc. This is far| 00000280 20 6d 6f 72 65 20 75 73 65 72 2d 66 72 69 65 6e | more user-frien| 00000290 64 6c 79 2c 20 73 61 76 69 6e 67 20 79 6f 75 20 |dly, saving you | 000002a0 66 72 6f 6d 20 72 65 6d 65 6d 62 65 72 69 6e 67 |from remembering| 000002b0 20 6d 65 61 6e 69 6e 67 6c 65 73 73 0a 6d 6f 64 | meaningless.mod| 000002c0 65 20 6e 75 6d 62 65 72 73 2c 20 61 6e 64 20 61 |e numbers, and a| 000002d0 6c 6c 6f 77 69 6e 67 20 79 6f 75 20 74 6f 20 6f |llowing you to o| 000002e0 6e 6c 79 20 72 65 6d 65 6d 62 65 72 20 74 68 65 |nly remember the| 000002f0 20 6e 61 6d 65 73 20 66 6f 72 20 74 68 65 20 73 | names for the s| 00000300 75 62 73 65 74 20 6f 66 0a 73 63 72 65 65 6e 20 |ubset of.screen | 00000310 6d 6f 64 65 73 20 74 68 61 74 20 59 4f 55 20 77 |modes that YOU w| 00000320 61 6e 74 20 74 6f 20 75 73 65 2e 0a 0a 41 66 74 |ant to use...Aft| 00000330 65 72 20 72 75 6e 6e 69 6e 67 20 4d 6f 64 65 20 |er running Mode | 00000340 55 74 69 6c 2c 20 63 6c 69 63 6b 20 4d 65 6e 75 |Util, click Menu| 00000350 20 6f 6e 20 69 74 27 73 20 69 63 6f 6e 20 74 6f | on it's icon to| 00000360 20 73 65 6c 65 63 74 20 61 20 6e 65 77 20 73 63 | select a new sc| 00000370 72 65 65 6e 0a 6d 6f 64 65 20 66 72 6f 6d 20 74 |reen.mode from t| 00000380 68 65 20 64 65 66 61 75 6c 74 20 6c 69 73 74 2e |he default list.| 00000390 20 45 61 63 68 20 6d 6f 64 65 20 61 70 70 65 61 | Each mode appea| 000003a0 72 73 20 6f 6e 20 74 68 65 20 6d 65 6e 75 20 61 |rs on the menu a| 000003b0 73 20 65 69 74 68 65 72 20 61 20 73 69 6e 67 6c |s either a singl| 000003c0 65 0a 6e 61 6d 65 2c 20 6f 72 20 61 20 67 72 6f |e.name, or a gro| 000003d0 75 70 2d 6e 61 6d 65 20 77 69 74 68 20 61 6e 20 |up-name with an | 000003e0 61 72 72 6f 77 20 74 6f 20 61 20 6c 69 73 74 20 |arrow to a list | 000003f0 6f 66 20 6d 6f 64 65 20 6e 61 6d 65 73 2c 20 65 |of mode names, e| 00000400 2e 67 2e 3a 0a 0a 0a 20 20 20 20 31 36 20 63 6f |.g.:... 16 co| 00000410 6c 6f 75 72 73 0a 20 20 20 20 4d 75 6c 74 69 73 |lours. Multis| 00000420 63 61 6e 20 89 20 31 36 20 63 6f 6c 6f 75 72 73 |can . 16 colours| 00000430 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000440 20 32 35 36 20 63 6f 6c 6f 75 72 73 0a 0a 0a 54 | 256 colours...T| 00000450 68 69 73 20 6d 65 6e 75 20 63 6f 6e 74 61 69 6e |his menu contain| 00000460 73 20 33 20 73 63 72 65 65 6e 20 6d 6f 64 65 20 |s 3 screen mode | 00000470 6e 61 6d 65 73 3a 0a 20 27 31 36 20 63 6f 6c 6f |names:. '16 colo| 00000480 75 72 73 27 20 77 68 69 63 68 20 77 6f 75 6c 64 |urs' which would| 00000490 20 73 65 6c 65 63 74 20 73 6f 6d 65 74 68 69 6e | select somethin| 000004a0 67 20 6c 69 6b 65 20 6d 6f 64 65 20 31 32 20 77 |g like mode 12 w| 000004b0 68 65 6e 20 63 6c 69 63 6b 65 64 2e 0a 20 27 4d |hen clicked.. 'M| 000004c0 75 6c 74 69 73 63 61 6e 20 89 20 31 36 20 63 6f |ultiscan . 16 co| 000004d0 6c 6f 75 72 73 27 2c 20 77 68 69 63 68 20 77 6f |lours', which wo| 000004e0 75 6c 64 20 73 65 6c 65 63 74 20 6d 6f 64 65 20 |uld select mode | 000004f0 32 30 2c 0a 20 27 4d 75 6c 74 69 73 63 61 6e 20 |20,. 'Multiscan | 00000500 89 20 32 35 36 20 63 6f 6c 6f 75 72 73 27 2c 20 |. 256 colours', | 00000510 77 68 69 63 68 20 77 6f 75 6c 64 20 73 65 6c 65 |which would sele| 00000520 63 74 20 6d 6f 64 65 20 32 31 2e 0a 0a 49 66 20 |ct mode 21...If | 00000530 74 68 65 20 64 65 66 61 75 6c 74 20 6c 69 73 74 |the default list| 00000540 20 6f 66 20 6d 6f 64 65 73 20 69 73 20 6e 6f 74 | of modes is not| 00000550 20 74 6f 20 79 6f 75 72 20 6c 69 6b 69 6e 67 2c | to your liking,| 00000560 20 74 68 65 6e 20 79 6f 75 20 63 61 6e 20 65 6e | then you can en| 00000570 74 65 72 20 79 6f 75 72 0a 6f 77 6e 20 73 65 74 |ter your.own set| 00000580 20 6f 66 20 6d 6f 64 65 73 20 62 79 20 64 6f 69 | of modes by doi| 00000590 6e 67 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 |ng the following| 000005a0 3a 0a 0a 53 65 6c 65 63 74 20 74 68 65 20 6d 65 |:..Select the me| 000005b0 6e 75 20 6f 70 74 69 6f 6e 20 27 43 6c 65 61 72 |nu option 'Clear| 000005c0 20 61 6c 6c 27 2c 20 77 68 69 63 68 20 77 69 70 | all', which wip| 000005d0 65 73 20 61 6c 6c 20 6d 6f 64 65 20 6e 61 6d 65 |es all mode name| 000005e0 73 2e 20 28 54 68 69 73 20 69 73 20 6e 6f 74 0a |s. (This is not.| 000005f0 6e 65 63 65 73 73 61 72 79 20 69 66 20 79 6f 75 |necessary if you| 00000600 20 6f 6e 6c 79 20 77 61 6e 74 20 74 6f 20 61 64 | only want to ad| 00000610 64 20 61 20 6e 65 77 20 6d 6f 64 65 20 74 6f 20 |d a new mode to | 00000620 74 68 65 20 63 75 72 72 65 6e 74 20 6c 69 73 74 |the current list| 00000630 21 29 0a 0a 43 6c 69 63 6b 20 53 65 6c 65 63 74 |!)..Click Select| 00000640 20 6f 6e 20 74 68 65 20 69 63 6f 6e 62 61 72 20 | on the iconbar | 00000650 69 63 6f 6e 2c 20 61 6e 64 20 61 20 77 69 6e 64 |icon, and a wind| 00000660 6f 77 20 77 69 6c 6c 20 61 70 70 65 61 72 20 77 |ow will appear w| 00000670 69 74 68 20 33 20 77 68 69 74 65 0a 77 72 69 74 |ith 3 white.writ| 00000680 65 61 62 6c 65 20 62 6f 78 65 73 2c 20 61 6e 64 |eable boxes, and| 00000690 20 74 68 72 65 65 20 62 75 74 74 6f 6e 73 2c 20 | three buttons, | 000006a0 27 53 65 74 27 2c 20 27 54 72 79 20 4d 6f 64 65 |'Set', 'Try Mode| 000006b0 27 2c 20 61 6e 64 20 27 43 6c 65 61 72 27 2e 20 |', and 'Clear'. | 000006c0 59 6f 75 20 63 61 6e 0a 6e 6f 77 3a 0a 0a 2a 20 |You can.now:..* | 000006d0 45 6e 74 65 72 20 74 68 65 20 67 72 6f 75 70 20 |Enter the group | 000006e0 6e 61 6d 65 2c 20 6d 6f 64 65 20 6e 61 6d 65 2c |name, mode name,| 000006f0 20 61 6e 64 20 6d 6f 64 65 20 6e 75 6d 62 65 72 | and mode number| 00000700 20 66 6f 72 20 61 20 6d 6f 64 65 2c 20 61 6e 64 | for a mode, and| 00000710 20 63 6c 69 63 6b 0a 20 20 27 53 65 74 27 20 74 | click. 'Set' t| 00000720 6f 20 61 64 64 20 74 68 61 74 20 64 65 66 69 6e |o add that defin| 00000730 69 74 69 6f 6e 20 74 6f 20 74 68 65 20 73 75 62 |ition to the sub| 00000740 6d 65 6e 75 2e 0a 0a 20 20 4f 72 2c 20 65 6e 74 |menu... Or, ent| 00000750 65 72 20 74 68 65 20 6d 6f 64 65 20 6e 61 6d 65 |er the mode name| 00000760 20 28 69 6e 20 74 68 65 20 6c 65 66 74 20 77 72 | (in the left wr| 00000770 69 74 65 61 62 6c 65 20 62 6f 78 29 2c 20 64 65 |iteable box), de| 00000780 6c 65 74 65 20 61 6c 6c 20 74 65 78 74 20 69 6e |lete all text in| 00000790 0a 20 20 74 68 65 20 72 69 67 68 74 68 61 6e 64 |. the righthand| 000007a0 20 77 72 69 74 65 61 62 6c 65 20 62 6f 78 2c 20 | writeable box, | 000007b0 61 6e 64 20 65 6e 74 65 72 20 74 68 65 20 6d 6f |and enter the mo| 000007c0 64 65 20 6e 75 6d 62 65 72 2c 20 61 6e 64 20 63 |de number, and c| 000007d0 6c 69 63 6b 20 27 53 65 74 27 20 74 6f 0a 20 20 |lick 'Set' to. | 000007e0 61 64 64 20 74 68 61 74 20 64 65 66 69 6e 69 74 |add that definit| 000007f0 69 6f 6e 20 74 6f 20 74 68 65 20 4d 41 49 4e 20 |ion to the MAIN | 00000800 6d 65 6e 75 2e 0a 0a 2a 20 45 6e 74 65 72 20 74 |menu...* Enter t| 00000810 68 65 20 67 72 6f 75 70 2b 6e 61 6d 65 20 6f 72 |he group+name or| 00000820 20 6e 61 6d 65 20 6f 66 20 61 6e 79 20 64 65 66 | name of any def| 00000830 69 6e 65 64 20 6d 6f 64 65 2c 20 61 6e 64 20 63 |ined mode, and c| 00000840 6c 69 63 6b 20 27 43 6c 65 61 72 27 20 74 6f 0a |lick 'Clear' to.| 00000850 20 20 63 6c 65 61 72 20 74 68 61 74 20 65 6e 74 | clear that ent| 00000860 72 79 2e 0a 0a 2a 20 43 6c 69 63 6b 20 6f 6e 20 |ry...* Click on | 00000870 27 54 72 79 20 4d 6f 64 65 27 2c 20 74 6f 20 73 |'Try Mode', to s| 00000880 65 6c 65 63 74 20 74 68 65 20 6d 6f 64 65 20 69 |elect the mode i| 00000890 6e 20 74 68 65 20 27 6d 6f 64 65 20 6e 75 6d 62 |n the 'mode numb| 000008a0 65 72 27 20 77 72 69 74 65 61 62 6c 65 0a 20 20 |er' writeable. | 000008b0 62 6f 78 2c 20 73 6f 20 79 6f 75 20 63 61 6e 20 |box, so you can | 000008c0 73 65 65 20 77 68 61 74 20 74 68 65 20 6d 6f 64 |see what the mod| 000008d0 65 20 6c 6f 6f 6b 73 20 6c 69 6b 65 2e 0a 0a 0a |e looks like....| 000008e0 0a 54 68 65 20 63 75 72 72 65 6e 74 20 73 65 74 |.The current set| 000008f0 75 70 20 77 69 6c 6c 20 62 65 20 73 61 76 65 64 |up will be saved| 00000900 20 77 68 65 6e 20 79 6f 75 20 71 75 69 74 20 66 | when you quit f| 00000910 72 6f 6d 20 74 68 65 20 61 70 70 6c 69 63 61 74 |rom the applicat| 00000920 69 6f 6e 2e 0a 0a 4e 6f 74 65 20 61 6c 73 6f 20 |ion...Note also | 00000930 74 68 61 74 20 69 66 20 79 6f 75 20 63 68 61 6e |that if you chan| 00000940 67 65 20 6d 6f 64 65 20 77 69 74 68 20 4d 6f 64 |ge mode with Mod| 00000950 65 20 55 74 69 6c 73 2c 20 74 68 65 20 70 61 6c |e Utils, the pal| 00000960 65 74 74 65 20 6d 61 6e 61 67 65 72 2c 20 6f 72 |ette manager, or| 00000970 0a 69 66 20 79 6f 75 20 63 6c 69 63 6b 20 27 53 |.if you click 'S| 00000980 65 74 27 20 6f 72 20 27 43 61 6e 63 65 6c 27 2c |et' or 'Cancel',| 00000990 20 74 68 65 6e 20 74 68 65 20 77 69 6e 64 6f 77 | then the window| 000009a0 20 77 69 6c 6c 20 63 68 61 6e 67 65 20 74 6f 20 | will change to | 000009b0 64 69 73 70 6c 61 79 20 74 68 65 0a 63 75 72 72 |display the.curr| 000009c0 65 6e 74 20 6d 6f 64 65 20 6e 75 6d 62 65 72 2c |ent mode number,| 000009d0 20 61 6e 64 20 74 68 65 20 64 65 66 69 6e 69 74 | and the definit| 000009e0 69 6f 6e 20 69 66 20 6f 6e 65 20 65 78 69 73 74 |ion if one exist| 000009f0 73 2e 0a 0a 0a 49 66 20 79 6f 75 20 68 61 76 65 |s....If you have| 00000a00 20 61 6e 79 20 6d 6f 64 75 6c 65 73 20 28 53 75 | any modules (Su| 00000a10 63 68 20 61 73 20 49 6d 70 72 65 73 73 69 6f 6e |ch as Impression| 00000a20 27 73 20 21 4e 65 77 4d 6f 64 65 73 29 20 74 68 |'s !NewModes) th| 00000a30 61 74 20 79 6f 75 20 77 69 73 68 20 74 6f 0a 75 |at you wish to.u| 00000a40 73 65 2c 20 79 6f 75 20 63 61 6e 20 63 6f 70 79 |se, you can copy| 00000a50 20 74 68 65 6d 20 69 6e 74 6f 20 74 68 65 20 27 | them into the '| 00000a60 21 4d 6f 64 65 55 74 69 6c 2e 41 75 74 6f 52 75 |!ModeUtil.AutoRu| 00000a70 6e 27 20 64 69 72 65 63 74 6f 72 79 2c 20 61 6e |n' directory, an| 00000a80 64 20 4d 6f 64 65 55 74 69 6c 0a 77 69 6c 6c 20 |d ModeUtil.will | 00000a90 61 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 6c 6f |automatically lo| 00000aa0 61 64 20 74 68 65 6d 20 77 68 65 6e 20 69 74 20 |ad them when it | 00000ab0 69 73 20 72 75 6e 2e 20 54 68 61 74 20 77 61 79 |is run. That way| 00000ac0 2c 20 79 6f 75 20 63 61 6e 20 65 6e 73 75 72 65 |, you can ensure| 00000ad0 20 74 68 61 74 0a 61 6e 79 20 4d 6f 64 65 55 74 | that.any ModeUt| 00000ae0 69 6c 20 6e 61 6d 65 64 20 73 63 72 65 65 6e 20 |il named screen | 00000af0 6d 6f 64 65 73 20 61 72 65 20 61 6c 77 61 79 73 |modes are always| 00000b00 20 61 76 61 69 6c 61 62 6c 65 20 77 68 65 6e 20 | available when | 00000b10 4d 6f 64 65 55 74 69 6c 20 69 73 0a 72 75 6e 6e |ModeUtil is.runn| 00000b20 69 6e 67 2e 0a 0a 2d 2d 2d 0a 0a 59 6f 75 20 63 |ing...---..You c| 00000b30 61 6e 20 61 6c 73 6f 20 65 64 69 74 20 74 68 65 |an also edit the| 00000b40 20 73 65 74 74 69 6e 67 73 20 77 69 74 68 20 21 | settings with !| 00000b50 45 64 69 74 20 62 79 20 65 64 69 74 69 6e 67 20 |Edit by editing | 00000b60 74 68 65 20 74 65 78 74 20 66 69 6c 65 0a 27 21 |the text file.'!| 00000b70 4d 6f 64 65 55 74 69 6c 2e 53 65 74 74 69 6e 67 |ModeUtil.Setting| 00000b80 73 27 2e 20 4e 4f 54 45 20 74 68 61 74 20 74 68 |s'. NOTE that th| 00000b90 65 20 6c 61 79 6f 75 74 20 6f 66 20 74 68 69 73 |e layout of this| 00000ba0 20 66 69 6c 65 20 6d 75 73 74 20 73 74 61 79 20 | file must stay | 00000bb0 65 78 61 63 74 6c 79 20 61 73 0a 69 74 20 69 73 |exactly as.it is| 00000bc0 20 6e 6f 77 2c 20 69 2e 65 2e 20 4f 6e 65 20 6c | now, i.e. One l| 00000bd0 69 6e 65 20 70 65 72 20 65 6e 74 72 79 20 6f 66 |ine per entry of| 00000be0 20 74 68 65 20 66 6f 72 6d 3a 0a 0a 3c 6d 6f 64 | the form:..<mod| 00000bf0 65 6e 75 6d 3e 20 3c 6d 6f 64 65 67 72 6f 75 70 |enum> <modegroup| 00000c00 3e 2e 3c 6d 6f 64 65 6e 61 6d 65 3e 0a 6f 72 0a |>.<modename>.or.| 00000c10 3c 6d 6f 64 65 6e 75 6d 3e 20 3c 6d 6f 64 65 6e |<modenum> <moden| 00000c20 61 6d 65 3e 0a 0a 4e 6f 74 65 20 61 6c 73 6f 20 |ame>..Note also | 00000c30 74 68 61 74 20 74 68 65 20 3c 6d 6f 64 65 6e 75 |that the <modenu| 00000c40 6d 3e 20 73 68 6f 75 6c 64 20 62 65 20 31 2c 20 |m> should be 1, | 00000c50 32 2c 20 6f 72 20 33 20 64 69 67 69 74 73 2c 20 |2, or 3 digits, | 00000c60 66 6f 6c 6c 6f 77 65 64 20 62 79 20 65 6e 6f 75 |followed by enou| 00000c70 67 68 0a 73 70 61 63 65 73 20 74 6f 20 6d 6f 76 |gh.spaces to mov| 00000c80 65 20 74 68 65 20 66 69 72 73 74 20 63 68 61 72 |e the first char| 00000c90 61 63 74 65 72 20 6f 66 20 74 68 65 20 3c 6d 6f |acter of the <mo| 00000ca0 64 65 67 72 6f 75 70 3e 20 62 69 74 20 74 6f 20 |degroup> bit to | 00000cb0 74 68 65 20 35 74 68 20 63 6f 6c 75 6d 6e 0a 61 |the 5th column.a| 00000cc0 63 72 6f 73 73 2e 20 28 69 2e 65 2e 20 77 68 65 |cross. (i.e. whe| 00000cd0 6e 20 65 64 69 74 69 6e 67 20 69 6e 20 53 79 73 |n editing in Sys| 00000ce0 74 65 6d 20 66 6f 6e 74 20 69 6e 20 21 45 64 69 |tem font in !Edi| 00000cf0 74 2c 20 61 6c 6c 20 74 68 65 20 74 65 78 74 20 |t, all the text | 00000d00 73 68 6f 75 6c 64 20 6c 69 6e 65 0a 75 70 20 76 |should line.up v| 00000d10 65 72 74 69 63 61 6c 6c 79 29 0a 0a 20 20 20 20 |ertically).. | 00000d20 20 20 20 0a 0a 0a 4d 55 4c 54 49 54 41 53 4b 49 | ...MULTITASKI| 00000d30 4e 47 20 73 63 72 65 65 6e 20 73 61 76 65 72 0a |NG screen saver.| 00000d40 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000d50 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 49 66 20 79 6f |=========..If yo| 00000d60 75 20 6c 65 61 76 65 20 79 6f 75 72 20 63 6f 6d |u leave your com| 00000d70 70 75 74 65 72 20 75 6e 61 74 74 65 6e 64 65 64 |puter unattended| 00000d80 20 66 6f 72 20 74 6f 6f 20 6c 6f 6e 67 20 28 69 | for too long (i| 00000d90 2e 65 2e 20 74 68 65 20 6d 6f 75 73 65 20 73 74 |.e. the mouse st| 00000da0 61 79 73 20 69 6e 0a 74 68 65 20 73 61 6d 65 20 |ays in.the same | 00000db0 70 6c 61 63 65 2c 20 61 6e 64 20 6e 6f 20 6b 65 |place, and no ke| 00000dc0 79 73 20 61 72 65 20 70 72 65 73 73 65 64 20 66 |ys are pressed f| 00000dd0 6f 72 20 61 20 77 68 69 6c 65 29 2c 20 4d 6f 64 |or a while), Mod| 00000de0 65 55 74 69 6c 20 77 69 6c 6c 0a 61 75 74 6f 6d |eUtil will.autom| 00000df0 61 74 69 63 61 6c 6c 79 20 62 6c 61 6e 6b 20 74 |atically blank t| 00000e00 68 65 20 73 63 72 65 65 6e 20 74 6f 20 73 74 6f |he screen to sto| 00000e10 70 20 74 68 65 20 70 69 63 74 75 72 65 20 66 72 |p the picture fr| 00000e20 6f 6d 20 62 65 69 6e 67 20 70 65 72 6d 61 6e 65 |om being permane| 00000e30 6e 74 6c 79 0a 27 62 75 72 6e 74 2d 69 6e 27 20 |ntly.'burnt-in' | 00000e40 6f 6e 20 74 68 65 20 6d 6f 6e 69 74 6f 72 20 73 |on the monitor s| 00000e50 63 72 65 65 6e 2e 20 54 68 69 73 20 69 73 20 64 |creen. This is d| 00000e60 6f 6e 65 20 62 79 20 63 6f 76 65 72 69 6e 67 20 |one by covering | 00000e70 74 68 65 20 65 6e 74 69 72 65 20 73 63 72 65 65 |the entire scree| 00000e80 6e 0a 77 69 74 68 20 61 20 73 75 70 65 72 2d 6c |n.with a super-l| 00000e90 61 72 67 65 20 62 6c 61 63 6b 20 77 69 6e 64 6f |arge black windo| 00000ea0 77 20 28 36 34 30 30 30 20 70 69 78 65 6c 73 20 |w (64000 pixels | 00000eb0 77 69 64 65 20 61 6e 64 20 68 69 67 68 20 73 6f |wide and high so| 00000ec0 20 69 74 20 65 76 65 6e 20 77 6f 72 6b 73 0a 77 | it even works.w| 00000ed0 69 74 68 20 21 4c 61 72 67 65 6e 65 73 73 29 2e |ith !Largeness).| 00000ee0 0a 0a 54 6f 20 72 65 74 75 72 6e 20 74 6f 20 74 |..To return to t| 00000ef0 68 65 20 64 65 73 6b 74 6f 70 2c 20 73 69 6d 70 |he desktop, simp| 00000f00 6c 79 20 63 6c 69 63 6b 20 53 65 6c 65 63 74 20 |ly click Select | 00000f10 6f 72 20 41 64 6a 75 73 74 2c 20 6f 72 20 68 69 |or Adjust, or hi| 00000f20 74 20 61 20 6b 65 79 20 6f 6e 20 74 68 65 0a 6b |t a key on the.k| 00000f30 65 79 62 6f 61 72 64 2e 20 54 6f 20 61 6c 74 65 |eyboard. To alte| 00000f40 72 20 74 68 65 20 63 6f 6e 66 69 67 75 72 61 74 |r the configurat| 00000f50 69 6f 6e 20 6f 66 20 74 68 65 20 73 63 72 65 65 |ion of the scree| 00000f60 6e 73 61 76 65 72 2c 20 63 6c 69 63 6b 20 4d 65 |nsaver, click Me| 00000f70 6e 75 2e 20 54 68 69 73 0a 62 72 69 6e 67 73 20 |nu. This.brings | 00000f80 75 70 20 61 20 6d 65 6e 75 20 74 68 61 74 20 61 |up a menu that a| 00000f90 6c 6c 6f 77 73 20 79 6f 75 20 74 6f 20 73 65 74 |llows you to set| 00000fa0 20 74 68 65 20 74 69 6d 65 20 62 65 66 6f 72 65 | the time before| 00000fb0 20 74 68 65 20 73 63 72 65 65 6e 73 61 76 65 72 | the screensaver| 00000fc0 0a 62 6c 61 6e 6b 73 20 74 68 65 20 73 63 72 65 |.blanks the scre| 00000fd0 65 6e 20 28 33 30 20 73 65 63 6f 6e 64 73 2c 20 |en (30 seconds, | 00000fe0 31 20 6d 69 6e 75 74 65 2c 20 35 20 6d 69 6e 75 |1 minute, 5 minu| 00000ff0 74 65 73 2c 20 6f 72 20 65 6e 74 65 72 20 61 20 |tes, or enter a | 00001000 6e 75 6d 62 65 72 0a 66 6f 6c 6c 6f 77 65 64 20 |number.followed | 00001010 62 79 20 27 73 27 20 28 73 65 63 6f 6e 64 73 29 |by 's' (seconds)| 00001020 2c 20 27 6d 27 20 28 6d 69 6e 75 74 65 73 29 2c |, 'm' (minutes),| 00001030 20 6f 72 20 27 68 27 20 28 68 6f 75 72 73 29 20 | or 'h' (hours) | 00001040 69 6e 74 6f 20 74 68 65 20 77 72 69 74 65 61 62 |into the writeab| 00001050 6c 65 0a 6d 65 6e 75 20 69 74 65 6d 20 61 74 20 |le.menu item at | 00001060 74 68 65 20 62 6f 74 74 6f 6d 20 6f 66 20 74 68 |the bottom of th| 00001070 61 74 20 6d 65 6e 75 2e 20 4f 72 20 79 6f 75 20 |at menu. Or you | 00001080 63 61 6e 20 74 75 72 6e 20 6f 66 66 20 61 75 74 |can turn off aut| 00001090 6f 6d 61 74 69 63 20 73 63 72 65 65 6e 0a 73 61 |omatic screen.sa| 000010a0 76 69 6e 67 20 62 79 20 73 65 6c 65 63 74 69 6e |ving by selectin| 000010b0 67 20 27 4f 66 66 27 2e 0a 0a 54 68 65 20 73 63 |g 'Off'...The sc| 000010c0 72 65 65 6e 20 77 69 6c 6c 20 61 6c 73 6f 20 62 |reen will also b| 000010d0 65 20 73 61 76 65 64 20 69 66 20 79 6f 75 20 6d |e saved if you m| 000010e0 6f 76 65 20 74 68 65 20 6d 6f 75 73 65 20 70 6f |ove the mouse po| 000010f0 69 6e 74 65 72 20 69 6e 74 6f 20 74 68 65 20 76 |inter into the v| 00001100 65 72 79 0a 74 6f 70 20 6c 65 66 74 20 63 6f 72 |ery.top left cor| 00001110 6e 65 72 20 6f 66 20 74 68 65 20 73 63 72 65 65 |ner of the scree| 00001120 6e 2e 20 28 49 66 20 79 6f 75 20 68 61 76 65 20 |n. (If you have | 00001130 74 75 72 6e 65 64 20 4f 46 46 20 74 68 65 20 73 |turned OFF the s| 00001140 63 72 65 65 6e 20 73 61 76 65 72 2c 0a 74 68 69 |creen saver,.thi| 00001150 73 20 69 73 20 74 68 65 20 6f 6e 6c 79 20 77 61 |s is the only wa| 00001160 79 20 79 6f 75 20 63 61 6e 20 67 65 74 20 74 6f |y you can get to| 00001170 20 74 75 72 6e 20 69 74 20 62 61 63 6b 20 6f 6e | turn it back on| 00001180 20 77 69 74 68 6f 75 74 20 71 75 69 74 74 69 6e | without quittin| 00001190 67 20 61 6e 64 0a 72 65 73 74 61 72 74 69 6e 67 |g and.restarting| 000011a0 20 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e | the application| 000011b0 29 0a 0a 53 6f 20 74 68 61 74 20 79 6f 75 20 6b |)..So that you k| 000011c0 6e 6f 77 20 74 68 61 74 20 74 68 65 20 73 63 72 |now that the scr| 000011d0 65 65 6e 73 61 76 65 72 20 69 73 20 6f 6e 2c 20 |eensaver is on, | 000011e0 61 6e 64 20 69 74 27 73 20 6e 6f 74 20 6a 75 73 |and it's not jus| 000011f0 74 20 74 68 61 74 20 79 6f 75 72 0a 6d 6f 6e 69 |t that your.moni| 00001200 74 6f 72 20 68 61 73 20 62 65 65 6e 20 74 75 72 |tor has been tur| 00001210 6e 65 64 20 6f 66 66 20 6f 72 20 68 61 73 20 62 |ned off or has b| 00001220 6c 6f 77 6e 20 75 70 20 28 21 29 2c 20 69 74 20 |lown up (!), it | 00001230 70 72 69 6e 74 73 20 74 68 65 20 74 69 6d 65 0a |prints the time.| 00001240 6f 6e 2d 73 63 72 65 65 6e 2c 20 6d 6f 76 69 6e |on-screen, movin| 00001250 67 20 69 74 20 65 76 65 72 79 20 73 65 63 6f 6e |g it every secon| 00001260 64 20 73 6f 20 74 68 61 74 20 69 74 20 61 6c 73 |d so that it als| 00001270 6f 20 64 6f 65 73 6e 27 74 20 64 61 6d 61 67 65 |o doesn't damage| 00001280 20 79 6f 75 72 0a 6d 6f 6e 69 74 6f 72 21 0a 0a | your.monitor!..| 00001290 57 68 69 6c 65 20 74 68 65 20 73 61 76 65 72 20 |While the saver | 000012a0 77 69 6e 64 6f 77 20 69 73 20 75 70 2c 20 65 76 |window is up, ev| 000012b0 65 72 79 20 6f 74 68 65 72 20 61 70 70 6c 69 63 |ery other applic| 000012c0 61 74 69 6f 6e 20 63 6f 6e 74 69 6e 75 65 73 20 |ation continues | 000012d0 74 6f 20 72 75 6e 20 27 69 6e 0a 74 68 65 20 62 |to run 'in.the b| 000012e0 61 63 6b 67 72 6f 75 6e 64 27 2c 20 73 6f 20 64 |ackground', so d| 000012f0 65 2d 61 72 63 68 69 76 69 6e 67 2c 20 72 61 79 |e-archiving, ray| 00001300 74 72 61 63 69 6e 67 2c 20 70 69 63 74 75 72 65 |tracing, picture| 00001310 20 63 6f 6e 76 65 72 73 69 6f 6e 2c 20 6d 6f 64 | conversion, mod| 00001320 65 6d 0a 64 6f 77 6e 6c 6f 61 64 69 6e 67 2c 20 |em.downloading, | 00001330 65 74 63 2e 20 77 69 6c 6c 20 61 6c 6c 20 63 6f |etc. will all co| 00001340 6e 74 69 6e 75 65 20 75 6e 68 69 6e 64 65 72 65 |ntinue unhindere| 00001350 64 20 69 6e 20 74 68 65 20 62 61 63 6b 67 72 6f |d in the backgro| 00001360 75 6e 64 2e 0a 0a 28 4d 61 79 62 65 20 74 68 6f |und...(Maybe tho| 00001370 73 65 20 61 75 74 68 6f 72 73 20 77 68 6f 20 68 |se authors who h| 00001380 61 76 65 20 77 72 69 74 74 65 6e 20 61 20 62 61 |ave written a ba| 00001390 63 6b 67 72 6f 75 6e 64 2d 6d 6f 64 65 20 6f 70 |ckground-mode op| 000013a0 65 72 61 74 69 6f 6e 20 77 6f 75 6c 64 20 6c 69 |eration would li| 000013b0 6b 65 0a 74 6f 20 61 64 64 20 61 20 62 65 65 70 |ke.to add a beep| 000013c0 20 77 68 65 6e 20 74 68 65 20 6f 70 65 72 61 74 | when the operat| 000013d0 69 6f 6e 20 69 73 20 66 69 6e 69 73 68 65 64 3f |ion is finished?| 000013e0 29 0a 0a |)..| 000013e3