Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs » !TemplEd/Manual
!TemplEd/Manual
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs |
Filename: | !TemplEd/Manual |
Read OK: | ✔ |
File size: | 692A bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
TemplEd User Manual ------------------- 1. About TemplEd ________________ TemplEd is a template editor. With it, you can create and edit Template files, which contain definitions of the windows used by an application. If you want to know what can be in template definitions, and how they can be read by a program, read the information about the SWIs Wimp_CreateWindow, Wimp_CreateIcon and Wimp_LoadTemplate. This can be found in the RiscOS PRM (Programmer's Reference Manual), and on-line in Guttorm Vik's !StrongHlp application. TemplEd is FreeWare. For conditions of use, read the copyright notice at the end of this manual. 2. About this manual ____________________ If you are an experienced user, the !Help file will probably contain enough information for you to get started. You may want to skip the boring discussion of TemplEd's operation that follows. However, there are some technical details that may be of interest. These have been marked with <TD>. There is also a list of operation shortcuts and "hidden" features at the end of this manual. 3. Starting the program and loading files _________________________________________ After you have double-clicked on the application, the program installs itself on the icon bar. A double-click on a Template file also starts TemplEd, after which TemplEd loads the file. You can load a template file by: * Double-clicking on a Template file. If TemplEd is running and has not loaded any templates, it loads the file. Otherwise, a new copy of TemplEd is started. * Dropping the file on the TemplEd icon on the icon bar. TemplEd deletes the currently loaded templates, and loads the new file. If the current templates have been modified, TemplEd first asks you to confirm before deleting them. * Dropping the file in the Templates window. TemplEd adds the templates in the file to the currently loaded ones. If the file is called "Templates", then TemplEd will look for a sprite file called "Sprites" in the same directory. If there is such a file, TemplEd will assume that it contains the sprites to be used with the templates, and will automatically load the sprite file as well. Other sprite files with sprites used in the templates, can be loaded by dropping them on the icon bar icon. When you drop an application on the icon bar icon, TemplEd will load the file "Templates" in the application directory (if present). If there is a sprite file called "Sprites" in that directory, TemplEd will also load it. 4. Opening and closing a template window ________________________________________ A click with Select on the TemplEd icon on the icon bar opens the Templates window. This displays the currently loaded templates. A small window icon before the name indicates what type of window it is (scrollbars, title). A yellow background of this icon means that it is currently open. You can open a template by double-clicking on its name. If the template was already open, it is closed. The "Open" and "Close" entries in the menu serve the same purpose. 5. Selecting icons __________________ Many operation on icons can be done on a single icon but also on a selection of icons. There are several ways to select (and deselect) icons: * Click with Select to select a single icon while deselecting the others. A click on the background of the window clears the current selection. * Click with Adjust to select an icon, without changing the rest of the selection. If the icon was already selected, it is deselected. * A drag with the mouse creates a drag-box in the window area. When you release the mouse button, all icons within the box are selected. * There are "Select all" and "Clear selection" items in the menu. <TD> Like most other template editors, TemplEd creates a window for each template, and creates icons exactly as they have been defined. This means that the Wimp reacts to the mouse just as it would when a program was using the template. That's why a menu icon is hard to select: you can click on it, but if you move the pointer away from the icon, the icon is deselected again. The Wimp also interferes if you want to select several radio buttons from the same ESG. Even if you click with Adjust, the Wimp deselects the other buttons (unless their 'Allow adjust' bit is set). You can select these "difficult" icons with a drag-select. <TD> If you want to check the behaviour of icons to mouse clicks, without TemplEd reacting to the clicks, press a combination of keys (e.g. Shift + Alt) while clicking. That way you can check if the ESGs of radio buttons are set right, if option buttons are switched on and off, etc. 6. Moving and resizing icons ____________________________ To move an icon or a selection, click inside the window with Select while holding down the Shift key. An outline appears around the icon(s) that moves with the pointer until you release the mouse button. During the operation, the pointer shape is changed to a hand. To resize an icon or a selection, click on it with Shift+Adjust. A "rubber box" drag is started, allowing you to move one side. The side that is moved is the one that was nearest to the pointer when you clicked. It is also indicated by the pointer shape. Though a resize operation will usually be done on a single icon, it is possible to resize more than one icon at a time; the icons are scaled according to the size of the drag-box. An alternative way to move or resize icons is by clicking on them without using the Shift key, and keeping the mouse button pressed for about half a second. During the drag, you can move the pointer with the cursor keys. The left, right, up and down keys move the pointer 1 pixel (in the expected direction). If you press a cursor key in combination with the Shift key, the movement is 4 times as fast. Pressing the cursor keys without starting a drag first moves the selected icons. 7. The "Icon Edit" dialogue window __________________________________ Except for size, position and number, all properties of an icon can be set from the "Icon Edit" dialogue window. To open this window, click with Shift+Menu, or choose the "Icon � Edit..." entry in the menu. Icon flags can be set by clicking on the buttons, text and sprite names can be entered in the appropriate fields. Use the up and down arrow keys to move the cursor around. Some fields (e.g. button type, colours, font name) can contain a limited number of values. These can be selected either by clicking on the arrow icons to the left and right, or by clicking a mouse button while the pointer is over the field. This pops up a menu from which you can select a value. <TD> The "1:1" button for the font is the only button not connected to an icon flag. When on, it keeps X and Y size of the font equal, so you don't have to set them both. The changes to the icon only take effect if you press the "Update" icon. "Exit" closes the window, leaving the icon as it was since the last update, and "Update & Exit" combines the two. <TD> If the indirected text that you entered is longer than the "Max size" field allows, TemplEd automatically increases the maximum. It also sets the "Indirected" flag if the text or sprite name uses more than 12 characters. When you edit a selection of icons, not all fields can be modified (to be exact: only the icon flags). The unchangeable fields are shaded. When you press "Update" or "Update & Exit", the changeable fields are modified in all selected icons. In some cases, you may only want to change one field, e.g. the button type. To do this, click Menu above the "Update" or "Update & Exit" button. A menu pops up from which you can select the flags that must be changed. 8. Moving and resizing windows ______________________________ Usually, you can move a window by dragging the title bar, and you resize it by dragging its resize icon. But some windows don't have a resize icon, and some don't even have a title bar. You could of course edit the windows, give them a title bar or resize icon, and remove these when you are done. But in TemplEd, it is also possible (and much faster) to move and resize windows directly. Use Ctrl+Select to move a window, and Ctrl+Adjust to resize it. The work area of the window can also be resized with the mouse, with Ctrl+Alt+Adjust. When you release the mouse button, the work area is set so, that it stretches to the bottom-right corner of the visible part of the window. <TD> To enable the work area to expand, it is made very large at the start of the drag. This is visible if your window has a scroll bar. At the end of the drag, the area is shrunk again to the desired size. Just as with moving and resizing icons, the cursor keys can be used during the drag to position the mouse pointer. 9. The "Window Edit" dialogue window ____________________________________ Editing the data of a window is split in two parts. Flags, colours and button type are edited in the "Window Edit" dialogue window. This window is opened when you click Ctrl+Menu over the window, The contents of the title bar are edited separately, using the "Icon Edit" window. It is accessible with a Shift+Menu click while the pointer is over the title bar. Both dialogue windows can also be opened from the menu. <TD> The "transparent" colour number 255, that has a special meaning as the title foreground colour or as the work background colour, is only selectable from the colour menu, not by clicking on the arrow icons. 10. TemplEd's menus ___________________ Most entries in the menus ought to speak for themselves. Some others may take a small explanation: 10.1 The "Window" menu Create � Leads to a submenu with a number of standard icons. Selecting one of these creates such an icon, at the position that the pointer was on when the menu was popped up. Selecting the "Create" entry itself is equal to selecting the first standard icon from the menu. You can change the set of standard icons, see the section "Customizing" at the end of this manual. <TD> The new icon will be positioned so that its bottom-left corner is at the position where the pointer was when you popped up the menu. Icon/Selection � Renumber � You can renumber single icons or selections. When a selection is renumbered, the icons are numbered from top to bottom and from left to right. <TD> It is not possible to give an icon a number that is equal to or higher than the number of icons in the template. If, for instance, if there are 10 icons, they are always numbered from 0 to 9. You may enter a higher number but TemplEd will decrease it to 9. (In fact, what TemplEd does when renumbering is swap the definitions of two icons: the one that you want to renumber, and the one carrying the new number.) <TD> After renumbering an icon, TemplEd increases the new number by one and stores it. You can see this the next time you open the menu. This feature comes in handy when you renumber using Alt+Select (see "Shortcuts") Icon/Selection � Align � Changes the selected icons so that they are lined up. There is a choice of aligning the left-hand sides, right-hand sides, top, bottom, and the centres (in either the horizontal or vertical direction). The icons can be either moved or resized. When resized, the coordinates of the icons stay the same except for the side that must be aligned. <TD> As an anchor for aligning, the outer icon is chosen. For horizontal aligning this is the leftmost icon, for top aligning the topmost, etc. This ensures that if the icons were inside the visible area before the aligning, they will remain fully visible afterwards (except for some cases when you align the centres). Icon/Selection � Space out � Moves the selected icons so that there is a constant space between the icons. You can choose between horizontal and vertical distribution, and between setting a fixed space and using the available space between the outer icons. For example: Suppose you have four icons, positioned ----- ------- --- --- | A | | B || C | | D | ----- ------- --- --- Using a fixed space gives you something like ----- ------- --- --- | A | | B | | C | | D | ----- ------- --- --- and choosing "Use available" results in ----- ------- --- --- | A | | B | | C | | D | ----- ------- --- --- <TD> Before doing a Space out operation, TemplEd sorts the icons on their minimum coordinate. This means that the leftmost (or bottommost) icon always remains in place. It also means that if some icons have equal minimum X (or Y) coordinates, they may end up in any order. <TD> Both the "Align" and the "Space out" operations change the position of icons in only one direction. So if you do a horizontal Space out, the Y coordinates of the icons remain the same. Icon/Selection � Min. size Minimizes the size of icons, keeping their bottomleft corner at the same position. <TD> It is very complicated to calculate the minimum size correctly, especially for icons with outline fonts, 3D borders or multi-line text. The procedure used may not always give the best results. Icon/Selection � Center Centers the icon (or icon selection) in the window, relative to the area that is currently visible. Icon/Selection � Same size Sets the size of the selected icons to be equal to the topleft one. The bottomleft corner is kept at the same position. Work area � Leads to a window in which you can set the dimensions of the window work area. The "Minimize" button limits the work area to the maximum coordinates that are currently visible. The "Maximize" button sets the minimum size equal to the current window size. The "Default" button resets all values to those of a standard full-screen window. Misc � Sprite area Enables you to choose from which sprite area the sprites in the template are read. This can be either the Wimp area or a private area that is created when you drop a sprite file on the TemplEd icon. <TD> When saving templates, TemplEd always sets the sprite area to 1 (i.e. the Wimp area). If your program is using a private sprite area, it will have to re-direct the sprite area pointers after it has loaded the template. Misc � Ensure icons � From this submenu, you can let TemplEd check the position of the icons, and move them if needed. The first item in the submenu make sure that all icons are within the work area, the second ensures that they are in the currently visible part of the window. Misc � Deleted icons � Normally, when you delete an icon, it is only marked as deleted. Most of the icon data is retained, and the numbering of the other icons stays the same. If, later on, you create an icon, it may get the number of a deleted icon. Until that time, it is possible to "undelete" the icon. From this submenu, you can: * Undelete the deleted icons (e.g. if you accidentally deleted them) * Undelete them and move them outside the work area. This can be handy if you want to avoid that the icon numbers are used again when you edit other icons * Purge the deleted icons, so that there are no gaps in the numbering Note that for indirected icons, the indirected data can not be retrieved. 10.2 The icon bar menu Options... Opens a window in which you can set a number of options: * Double click starts edit When on, TemplEd reacts to double-clicks on icons, window title bar or background, by opening an Edit window. * Support 'Interface'/'AEH'/'WimpExt' module Provides limited support for one of these modules, by making the appropriate calls for redrawing icons. The modules provide a number of enhancements to the Wimp, among which icon borders with 3D look. Addresses of the people who made these modules are listed at the end of this file. <TD> Support is limited to redrawing icons, including selecting and deselecting them upon a click. Other features are not supported. * Allow duplicate template names If this option is off and a template is added with a name that already exists, the old template is deleted. Renaming a template to an existing name will also be refused. * Hatch user-redrawn templates When on, the background of windows of which the "Auto-redraw" flag is cleared, will be shown with a cross-hatch pattern. * Show icon info Enables or disables the Icon info window that shows information on the icon that the pointer is currently over. * Save icons as unselected When on, TemplEd stores all icons as unselected when you save any templates. Otherwise, the "selected" state of icons is saved with the rest of the data to the file, and when your program uses the templates, it will have to make sure that the correct icons are selected. * Delete icons moved outside If you move icons, and drop them outside a template window, they will be deleted if this option is on. When off, nothing happens to the icons. This option allows for fast deletion of icons. * Grid Locks the position of icons that are created or modified to a grid (as in !Draw). This makes it easier to get icons lined up properly. The grid size can be set by clicking on the arrow icons. There are two grids: - Icon size grid Locks all four corners of an icon, so that its size will be a multiple of the grid size - Icon position grid Locks only the bottomleft corner of the icon; this can be handy if you want to keep icons lined up, but want to keep their sizes unchanged Normally, the Icon position grid will be at least as large as the Icon size grid. <TD> If you are working in a high-resolution screen mode, it is advisable to use at least an Icon size grid of 2x4, so that your templates look the same in medium-resolution modes (like 12 and 15) <TD> TemplEd automatically adjusts the grid size in case of a mode change; the grid size must be at least equal to the number of OS units per pixel. The "Save & Exit" button stores the current settings to a file in the application directory, then closes the window. The "Exit" button just closes the window. Statistics... Opens the statistics window, showing the amount of memory that the templates will need if you use them in a program. The amounts can be shown in decimal or hexadecimal numbers. <TD> Note that the statistics window does not change as you modify your templates. The figures are re-calculated only when the window is opened or when you click on the "Decimal" or "Hex" buttons. Custom sprites � View/Edit "Run"s the file with the custom sprites that your templates are using. This ususally means that !Paint will load the file. Custom sprites � Re-load Reads the sprite file again, e.g. after you have edited it with !Paint. Custom sprites � Reset Removes the sprites from memory; the templates will use the sprites from the Wimp area. 11. Shortcuts _____________ * Opening the Icon Edit and Window Edit windows can be done from the menu, but a faster way is to click on them while pressing a key. Shift+Menu opens the Icon Edit window. Ctrl+Menu opens the Window Edit window. To edit the title bar icon, click Shift+Menu on the title bar. * The Edit windows can also be opened with a double-click with the Select button. Double-clicks on an icon, on the background of a window, or on the title bar open the appropriate Edit window. This only works if the corresponding option is on. * Inside the Icon Edit and Window Edit windows, pressing the F2, F3 and F4 keys has the same effect as clicking on the Update, Update&Exit and Exit icons, respectively. The Escape key has the usual function which is exiting without doing anything. Escape works not only in these two cases, but in all windows with writable icons, such as the Save, Space Out and Options windows. * Many operations on icons can also be done with a control-key: Ctrl-A Select all Ctrl-C Copy selection Ctrl-D Copy icons downward Ctrl-E Edit selection Ctrl-J Open "Align" box Ctrl-K Open "SpaceOut" box Ctrl-L Copy icons to left Ctrl-Q Close window (Ctrl-F2 works, too) Ctrl-R Copy icons to right Ctrl-T Edit title bar Ctrl-U Copy icons upward Ctrl-W Edit window Ctrl-X Delete selection Ctrl-Z Clear selection (This only works if the window has the input focus, of course) * Renumbering icons can also be done faster. Click Alt+Select on an icon, and the icon gets the number that is visible when you open the "Icon � Renumber" menu. After the renumbering, this number is increased by one, so you can number the icons sequentially by clicking on them one by one. A click with Alt+Adjust does the same, except that the number is decreased after the renumbering. * A fast way to delete icons is by moving them outside the template. (This only works if you have set the "Delete icons moved outside" option on.) 12. "Hidden" features _____________________ TemplEd has a number of features that may not be immediately visible, but can come in handy. (That's not counting the bugs ;-) * It is possible to copy icons to other templates; just move the icons and drop them into the other template. This makes it easy to use icons from other templates. * Extended icon info. When TemplEd starts, the Icon info window is small, showing only the name of the template and number of the icon that the mouse is over. If you click on the "toggle size" icon, it becomes full size and also shows the dimensions of the icon plus the mouse position in window coordinates. Still more icon info can be gotten from !Help, Acorn's interactive help application. Open the help window, and move the pointer over an icon. * Fine-tuning when moving and resizing icons and windows is possible with the cursor keys. The up, down, left and right keys move the pointer 1 pixel (or 4 pixels, if Shift is pressed). * Pressing Esc during dragging (icon move, resize, etc.) aborts the operation. * In the Icon Edit window, clicking Adjust on "Max Size" (the text itself, not the writable icon) minimizes the contents of the "Max Size" field. * Closing the Templates window with the Adjust button opens a Filer window of the parent directory of the file you are editing. Shift+Adjust also opens the Filer window but does not close the Templates window. (This is, in fact, standard Acorn practice for editor-like applications.) 13. Customizing _______________ Apart from setting the options, you can also customize TemplEd's menu of standard icons. Load the file "Templates" in the application directory into TemplEd. The template "StdIcons" contains the definitions of the standard icons. TemplEd loads them at program startup. You can change these definitions to your liking, but bear the following in mind: * There are "name" icons that contain the text of the menu entries. They must be indirected-text icons, with their ESG set to 31. * The other icons contain the definitions. These MUST have a different value for the ESG (i.e. 0-30). TemplEd links them to the "name" icon with the number preceding them. For instance, suppose icons 0 and 3 are "name" icons. This means that icon 1 and 2 are taken as a group belonging to icon 0. When you select the text in icon 0 from the "Create icon � " submenu, these two icons will be copied to your template window. For those who like windows with 3D-look, there is an alternative set of templates and sprites. To make TemplEd use them, rename them to the default "Templates" and "Sprites", after you have given the standard "2D" files a different name. (Note: you need Risc OS version 3.10 or later to get the 3D effect.) Alternatively, run the "Use3D" Obey file in the "Extras" directory; run "Use2D" to switch back to standard templates. 14. Credits ___________ Although the edit-dialogue windows are my own idea, not all features implemented in TemplEd are. Some have been borrowed from RiscForm (the version of !FormEd by The Risc Squad), some from Jonathan Marten's excellent !DrawPlus (notably the Align and Space Out windows). Martin Ebourne made the hires sprites file (!Sprites22). The MenuUtils module which TemplEd uses was written by Alex Petrov. TemplEd has also been much improved by the testing, comments and suggestions of Stephen Burke, Martin Ebourne, Michael Ellis, Edwin Hautus, Paul Hobbs, Rupert Johnson, Merlin Hughes, Olaf Krumnow, Paul Lebeau, Ian Palmer, John Pullan, Niklas R�jemo, John Tytgat, Julian Wright, and I'm sure I forgot some others. 15. Copyright notice ____________________ This program is FreeWare. This means that I retain the copyright. You may freely copy and distribute it, provided that it is complete with all original files, and that you do not sell it. PD libraries may charge a nominal fee for the cost of duplication, postage etc. When you use the program, you do so entirely at your own risk. You may change the program to suit your own needs. If it's a bug fix, or if you think it's an improvement, then please send the changes to me at the address below. The MenuUtils module is � Alex Petrov. 16. Addresses ------------- Here are contact addresses for software used by or supported by TemplEd Note that these are the most recent that I know, so they may be out of date. The MenuUtils module (PD): Alex Petrov Bld. 1, Flat 107 Kavkazsky boulevard, 29 Moscow 115541 RUSSIA. (E-mail: APetrov@misis.msk.su) The Interface module (PD): SoftWare Interrupt Developments. 40 Castle Ings Gardens, New Farnley, LEEDS, LS12 5EG UK. The AEH module (Shareware): Andrew Hersee The Red House Tallington Nr.STAMFORD Lincs. PE9 4RP UK. (E-mail: ahersee@warwick.ac.uk) The WimpExt module (PD): Jon Ribbens 39 Nutkins Way Chesham Bucks. HP5 2BE UK. StrongHelp (commercial, part of the StrongEd package): Stallion Software Ltd. Arundel House Arundel Road Camden Bath BA1 5JX UK. 17. Finally ___________ If you have any questions, bug reports or suggestions for improvements, you can contact me at the following address: Lijnslagerstraat 204 NL-5625BP Eindhoven The Netherlands or by e-mail: wsinda@info.win.tue.nl Dick Alstein
00000000 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 00000010 20 20 20 20 20 20 20 20 20 20 20 20 20 20 54 65 | Te| 00000020 6d 70 6c 45 64 20 55 73 65 72 20 4d 61 6e 75 61 |mplEd User Manua| 00000030 6c 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |l. | 00000040 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2d 2d | --| 00000050 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000060 2d 0a 0a 0a 31 2e 20 41 62 6f 75 74 20 54 65 6d |-...1. About Tem| 00000070 70 6c 45 64 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |plEd.___________| 00000080 5f 5f 5f 5f 5f 0a 0a 54 65 6d 70 6c 45 64 20 69 |_____..TemplEd i| 00000090 73 20 61 20 74 65 6d 70 6c 61 74 65 20 65 64 69 |s a template edi| 000000a0 74 6f 72 2e 20 57 69 74 68 20 69 74 2c 20 79 6f |tor. With it, yo| 000000b0 75 20 63 61 6e 20 63 72 65 61 74 65 20 61 6e 64 |u can create and| 000000c0 20 65 64 69 74 20 54 65 6d 70 6c 61 74 65 0a 66 | edit Template.f| 000000d0 69 6c 65 73 2c 20 77 68 69 63 68 20 63 6f 6e 74 |iles, which cont| 000000e0 61 69 6e 20 64 65 66 69 6e 69 74 69 6f 6e 73 20 |ain definitions | 000000f0 6f 66 20 74 68 65 20 77 69 6e 64 6f 77 73 20 75 |of the windows u| 00000100 73 65 64 20 62 79 20 61 6e 20 61 70 70 6c 69 63 |sed by an applic| 00000110 61 74 69 6f 6e 2e 20 49 66 0a 79 6f 75 20 77 61 |ation. If.you wa| 00000120 6e 74 20 74 6f 20 6b 6e 6f 77 20 77 68 61 74 20 |nt to know what | 00000130 63 61 6e 20 62 65 20 69 6e 20 74 65 6d 70 6c 61 |can be in templa| 00000140 74 65 20 64 65 66 69 6e 69 74 69 6f 6e 73 2c 20 |te definitions, | 00000150 61 6e 64 20 68 6f 77 20 74 68 65 79 20 63 61 6e |and how they can| 00000160 20 62 65 0a 72 65 61 64 20 62 79 20 61 20 70 72 | be.read by a pr| 00000170 6f 67 72 61 6d 2c 20 72 65 61 64 20 74 68 65 20 |ogram, read the | 00000180 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 61 62 6f 75 |information abou| 00000190 74 20 74 68 65 20 53 57 49 73 20 57 69 6d 70 5f |t the SWIs Wimp_| 000001a0 43 72 65 61 74 65 57 69 6e 64 6f 77 2c 0a 57 69 |CreateWindow,.Wi| 000001b0 6d 70 5f 43 72 65 61 74 65 49 63 6f 6e 20 61 6e |mp_CreateIcon an| 000001c0 64 20 57 69 6d 70 5f 4c 6f 61 64 54 65 6d 70 6c |d Wimp_LoadTempl| 000001d0 61 74 65 2e 20 54 68 69 73 20 63 61 6e 20 62 65 |ate. This can be| 000001e0 20 66 6f 75 6e 64 20 69 6e 20 74 68 65 20 52 69 | found in the Ri| 000001f0 73 63 4f 53 20 50 52 4d 0a 28 50 72 6f 67 72 61 |scOS PRM.(Progra| 00000200 6d 6d 65 72 27 73 20 52 65 66 65 72 65 6e 63 65 |mmer's Reference| 00000210 20 4d 61 6e 75 61 6c 29 2c 20 61 6e 64 20 6f 6e | Manual), and on| 00000220 2d 6c 69 6e 65 20 69 6e 20 47 75 74 74 6f 72 6d |-line in Guttorm| 00000230 20 56 69 6b 27 73 20 21 53 74 72 6f 6e 67 48 6c | Vik's !StrongHl| 00000240 70 0a 61 70 70 6c 69 63 61 74 69 6f 6e 2e 0a 0a |p.application...| 00000250 54 65 6d 70 6c 45 64 20 69 73 20 46 72 65 65 57 |TemplEd is FreeW| 00000260 61 72 65 2e 20 46 6f 72 20 63 6f 6e 64 69 74 69 |are. For conditi| 00000270 6f 6e 73 20 6f 66 20 75 73 65 2c 20 72 65 61 64 |ons of use, read| 00000280 20 74 68 65 20 63 6f 70 79 72 69 67 68 74 20 6e | the copyright n| 00000290 6f 74 69 63 65 20 61 74 20 74 68 65 0a 65 6e 64 |otice at the.end| 000002a0 20 6f 66 20 74 68 69 73 20 6d 61 6e 75 61 6c 2e | of this manual.| 000002b0 0a 0a 0a 32 2e 20 41 62 6f 75 74 20 74 68 69 73 |...2. About this| 000002c0 20 6d 61 6e 75 61 6c 0a 5f 5f 5f 5f 5f 5f 5f 5f | manual.________| 000002d0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 49 66 |____________..If| 000002e0 20 79 6f 75 20 61 72 65 20 61 6e 20 65 78 70 65 | you are an expe| 000002f0 72 69 65 6e 63 65 64 20 75 73 65 72 2c 20 74 68 |rienced user, th| 00000300 65 20 21 48 65 6c 70 20 66 69 6c 65 20 77 69 6c |e !Help file wil| 00000310 6c 20 70 72 6f 62 61 62 6c 79 20 63 6f 6e 74 61 |l probably conta| 00000320 69 6e 20 65 6e 6f 75 67 68 0a 69 6e 66 6f 72 6d |in enough.inform| 00000330 61 74 69 6f 6e 20 66 6f 72 20 79 6f 75 20 74 6f |ation for you to| 00000340 20 67 65 74 20 73 74 61 72 74 65 64 2e 20 59 6f | get started. Yo| 00000350 75 20 6d 61 79 20 77 61 6e 74 20 74 6f 20 73 6b |u may want to sk| 00000360 69 70 20 74 68 65 20 62 6f 72 69 6e 67 0a 64 69 |ip the boring.di| 00000370 73 63 75 73 73 69 6f 6e 20 6f 66 20 54 65 6d 70 |scussion of Temp| 00000380 6c 45 64 27 73 20 6f 70 65 72 61 74 69 6f 6e 20 |lEd's operation | 00000390 74 68 61 74 20 66 6f 6c 6c 6f 77 73 2e 20 48 6f |that follows. Ho| 000003a0 77 65 76 65 72 2c 20 74 68 65 72 65 20 61 72 65 |wever, there are| 000003b0 20 73 6f 6d 65 0a 74 65 63 68 6e 69 63 61 6c 20 | some.technical | 000003c0 64 65 74 61 69 6c 73 20 74 68 61 74 20 6d 61 79 |details that may| 000003d0 20 62 65 20 6f 66 20 69 6e 74 65 72 65 73 74 2e | be of interest.| 000003e0 20 54 68 65 73 65 20 68 61 76 65 20 62 65 65 6e | These have been| 000003f0 20 6d 61 72 6b 65 64 20 77 69 74 68 20 3c 54 44 | marked with <TD| 00000400 3e 2e 0a 54 68 65 72 65 20 69 73 20 61 6c 73 6f |>..There is also| 00000410 20 61 20 6c 69 73 74 20 6f 66 20 6f 70 65 72 61 | a list of opera| 00000420 74 69 6f 6e 20 73 68 6f 72 74 63 75 74 73 20 61 |tion shortcuts a| 00000430 6e 64 20 22 68 69 64 64 65 6e 22 20 66 65 61 74 |nd "hidden" feat| 00000440 75 72 65 73 20 61 74 20 74 68 65 20 65 6e 64 0a |ures at the end.| 00000450 6f 66 20 74 68 69 73 20 6d 61 6e 75 61 6c 2e 0a |of this manual..| 00000460 0a 0a 33 2e 20 53 74 61 72 74 69 6e 67 20 74 68 |..3. Starting th| 00000470 65 20 70 72 6f 67 72 61 6d 20 61 6e 64 20 6c 6f |e program and lo| 00000480 61 64 69 6e 67 20 66 69 6c 65 73 0a 5f 5f 5f 5f |ading files.____| 00000490 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 000004b0 5f 5f 5f 5f 5f 0a 0a 41 66 74 65 72 20 79 6f 75 |_____..After you| 000004c0 20 68 61 76 65 20 64 6f 75 62 6c 65 2d 63 6c 69 | have double-cli| 000004d0 63 6b 65 64 20 6f 6e 20 74 68 65 20 61 70 70 6c |cked on the appl| 000004e0 69 63 61 74 69 6f 6e 2c 20 74 68 65 20 70 72 6f |ication, the pro| 000004f0 67 72 61 6d 20 69 6e 73 74 61 6c 6c 73 0a 69 74 |gram installs.it| 00000500 73 65 6c 66 20 6f 6e 20 74 68 65 20 69 63 6f 6e |self on the icon| 00000510 20 62 61 72 2e 20 41 20 64 6f 75 62 6c 65 2d 63 | bar. A double-c| 00000520 6c 69 63 6b 20 6f 6e 20 61 20 54 65 6d 70 6c 61 |lick on a Templa| 00000530 74 65 20 66 69 6c 65 20 61 6c 73 6f 20 73 74 61 |te file also sta| 00000540 72 74 73 0a 54 65 6d 70 6c 45 64 2c 20 61 66 74 |rts.TemplEd, aft| 00000550 65 72 20 77 68 69 63 68 20 54 65 6d 70 6c 45 64 |er which TemplEd| 00000560 20 6c 6f 61 64 73 20 74 68 65 20 66 69 6c 65 2e | loads the file.| 00000570 0a 0a 59 6f 75 20 63 61 6e 20 6c 6f 61 64 20 61 |..You can load a| 00000580 20 74 65 6d 70 6c 61 74 65 20 66 69 6c 65 20 62 | template file b| 00000590 79 3a 0a 0a 2a 20 44 6f 75 62 6c 65 2d 63 6c 69 |y:..* Double-cli| 000005a0 63 6b 69 6e 67 20 6f 6e 20 61 20 54 65 6d 70 6c |cking on a Templ| 000005b0 61 74 65 20 66 69 6c 65 2e 20 49 66 20 54 65 6d |ate file. If Tem| 000005c0 70 6c 45 64 20 69 73 20 72 75 6e 6e 69 6e 67 20 |plEd is running | 000005d0 61 6e 64 20 68 61 73 20 6e 6f 74 0a 6c 6f 61 64 |and has not.load| 000005e0 65 64 20 61 6e 79 20 74 65 6d 70 6c 61 74 65 73 |ed any templates| 000005f0 2c 20 69 74 20 6c 6f 61 64 73 20 74 68 65 20 66 |, it loads the f| 00000600 69 6c 65 2e 20 4f 74 68 65 72 77 69 73 65 2c 20 |ile. Otherwise, | 00000610 61 20 6e 65 77 20 63 6f 70 79 20 6f 66 20 54 65 |a new copy of Te| 00000620 6d 70 6c 45 64 20 69 73 0a 73 74 61 72 74 65 64 |mplEd is.started| 00000630 2e 0a 0a 2a 20 44 72 6f 70 70 69 6e 67 20 74 68 |...* Dropping th| 00000640 65 20 66 69 6c 65 20 6f 6e 20 74 68 65 20 54 65 |e file on the Te| 00000650 6d 70 6c 45 64 20 69 63 6f 6e 20 6f 6e 20 74 68 |mplEd icon on th| 00000660 65 20 69 63 6f 6e 20 62 61 72 2e 20 54 65 6d 70 |e icon bar. Temp| 00000670 6c 45 64 20 64 65 6c 65 74 65 73 20 74 68 65 0a |lEd deletes the.| 00000680 63 75 72 72 65 6e 74 6c 79 20 6c 6f 61 64 65 64 |currently loaded| 00000690 20 74 65 6d 70 6c 61 74 65 73 2c 20 61 6e 64 20 | templates, and | 000006a0 6c 6f 61 64 73 20 74 68 65 20 6e 65 77 20 66 69 |loads the new fi| 000006b0 6c 65 2e 20 49 66 20 74 68 65 20 63 75 72 72 65 |le. If the curre| 000006c0 6e 74 20 74 65 6d 70 6c 61 74 65 73 0a 68 61 76 |nt templates.hav| 000006d0 65 20 62 65 65 6e 20 6d 6f 64 69 66 69 65 64 2c |e been modified,| 000006e0 20 54 65 6d 70 6c 45 64 20 66 69 72 73 74 20 61 | TemplEd first a| 000006f0 73 6b 73 20 79 6f 75 20 74 6f 20 63 6f 6e 66 69 |sks you to confi| 00000700 72 6d 20 62 65 66 6f 72 65 20 64 65 6c 65 74 69 |rm before deleti| 00000710 6e 67 20 74 68 65 6d 2e 0a 0a 2a 20 44 72 6f 70 |ng them...* Drop| 00000720 70 69 6e 67 20 74 68 65 20 66 69 6c 65 20 69 6e |ping the file in| 00000730 20 74 68 65 20 54 65 6d 70 6c 61 74 65 73 20 77 | the Templates w| 00000740 69 6e 64 6f 77 2e 20 54 65 6d 70 6c 45 64 20 61 |indow. TemplEd a| 00000750 64 64 73 20 74 68 65 20 74 65 6d 70 6c 61 74 65 |dds the template| 00000760 73 20 69 6e 0a 74 68 65 20 66 69 6c 65 20 74 6f |s in.the file to| 00000770 20 74 68 65 20 63 75 72 72 65 6e 74 6c 79 20 6c | the currently l| 00000780 6f 61 64 65 64 20 6f 6e 65 73 2e 0a 0a 49 66 20 |oaded ones...If | 00000790 74 68 65 20 66 69 6c 65 20 69 73 20 63 61 6c 6c |the file is call| 000007a0 65 64 20 22 54 65 6d 70 6c 61 74 65 73 22 2c 20 |ed "Templates", | 000007b0 74 68 65 6e 20 54 65 6d 70 6c 45 64 20 77 69 6c |then TemplEd wil| 000007c0 6c 20 6c 6f 6f 6b 20 66 6f 72 20 61 20 73 70 72 |l look for a spr| 000007d0 69 74 65 20 66 69 6c 65 0a 63 61 6c 6c 65 64 20 |ite file.called | 000007e0 22 53 70 72 69 74 65 73 22 20 69 6e 20 74 68 65 |"Sprites" in the| 000007f0 20 73 61 6d 65 20 64 69 72 65 63 74 6f 72 79 2e | same directory.| 00000800 20 49 66 20 74 68 65 72 65 20 69 73 20 73 75 63 | If there is suc| 00000810 68 20 61 20 66 69 6c 65 2c 20 54 65 6d 70 6c 45 |h a file, TemplE| 00000820 64 0a 77 69 6c 6c 0a 61 73 73 75 6d 65 20 74 68 |d.will.assume th| 00000830 61 74 20 69 74 20 63 6f 6e 74 61 69 6e 73 20 74 |at it contains t| 00000840 68 65 20 73 70 72 69 74 65 73 20 74 6f 20 62 65 |he sprites to be| 00000850 20 75 73 65 64 20 77 69 74 68 20 74 68 65 20 74 | used with the t| 00000860 65 6d 70 6c 61 74 65 73 2c 20 61 6e 64 20 77 69 |emplates, and wi| 00000870 6c 6c 0a 61 75 74 6f 6d 61 74 69 63 61 6c 6c 79 |ll.automatically| 00000880 20 6c 6f 61 64 20 74 68 65 20 73 70 72 69 74 65 | load the sprite| 00000890 20 66 69 6c 65 20 61 73 20 77 65 6c 6c 2e 0a 0a | file as well...| 000008a0 4f 74 68 65 72 20 73 70 72 69 74 65 20 66 69 6c |Other sprite fil| 000008b0 65 73 20 77 69 74 68 20 73 70 72 69 74 65 73 20 |es with sprites | 000008c0 75 73 65 64 20 69 6e 20 74 68 65 20 74 65 6d 70 |used in the temp| 000008d0 6c 61 74 65 73 2c 20 63 61 6e 20 62 65 20 6c 6f |lates, can be lo| 000008e0 61 64 65 64 20 62 79 0a 64 72 6f 70 70 69 6e 67 |aded by.dropping| 000008f0 20 74 68 65 6d 20 6f 6e 20 74 68 65 20 69 63 6f | them on the ico| 00000900 6e 20 62 61 72 20 69 63 6f 6e 2e 0a 0a 57 68 65 |n bar icon...Whe| 00000910 6e 20 79 6f 75 20 64 72 6f 70 20 61 6e 20 61 70 |n you drop an ap| 00000920 70 6c 69 63 61 74 69 6f 6e 20 6f 6e 20 74 68 65 |plication on the| 00000930 20 69 63 6f 6e 20 62 61 72 20 69 63 6f 6e 2c 20 | icon bar icon, | 00000940 54 65 6d 70 6c 45 64 20 77 69 6c 6c 20 6c 6f 61 |TemplEd will loa| 00000950 64 20 74 68 65 0a 66 69 6c 65 0a 22 54 65 6d 70 |d the.file."Temp| 00000960 6c 61 74 65 73 22 20 69 6e 20 74 68 65 20 61 70 |lates" in the ap| 00000970 70 6c 69 63 61 74 69 6f 6e 20 64 69 72 65 63 74 |plication direct| 00000980 6f 72 79 20 28 69 66 20 70 72 65 73 65 6e 74 29 |ory (if present)| 00000990 2e 20 49 66 20 74 68 65 72 65 20 69 73 20 61 20 |. If there is a | 000009a0 73 70 72 69 74 65 0a 66 69 6c 65 20 63 61 6c 6c |sprite.file call| 000009b0 65 64 20 22 53 70 72 69 74 65 73 22 20 69 6e 20 |ed "Sprites" in | 000009c0 74 68 61 74 20 64 69 72 65 63 74 6f 72 79 2c 20 |that directory, | 000009d0 54 65 6d 70 6c 45 64 20 77 69 6c 6c 20 61 6c 73 |TemplEd will als| 000009e0 6f 20 6c 6f 61 64 20 69 74 2e 0a 0a 0a 34 2e 20 |o load it....4. | 000009f0 4f 70 65 6e 69 6e 67 20 61 6e 64 20 63 6c 6f 73 |Opening and clos| 00000a00 69 6e 67 20 61 20 74 65 6d 70 6c 61 74 65 20 77 |ing a template w| 00000a10 69 6e 64 6f 77 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |indow.__________| 00000a20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00000a30 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a |______________..| 00000a40 41 20 63 6c 69 63 6b 20 77 69 74 68 20 53 65 6c |A click with Sel| 00000a50 65 63 74 20 6f 6e 20 74 68 65 20 54 65 6d 70 6c |ect on the Templ| 00000a60 45 64 20 69 63 6f 6e 20 6f 6e 20 74 68 65 20 69 |Ed icon on the i| 00000a70 63 6f 6e 20 62 61 72 20 6f 70 65 6e 73 20 74 68 |con bar opens th| 00000a80 65 20 54 65 6d 70 6c 61 74 65 73 0a 77 69 6e 64 |e Templates.wind| 00000a90 6f 77 2e 20 54 68 69 73 20 64 69 73 70 6c 61 79 |ow. This display| 00000aa0 73 20 74 68 65 20 63 75 72 72 65 6e 74 6c 79 20 |s the currently | 00000ab0 6c 6f 61 64 65 64 20 74 65 6d 70 6c 61 74 65 73 |loaded templates| 00000ac0 2e 20 41 20 73 6d 61 6c 6c 20 77 69 6e 64 6f 77 |. A small window| 00000ad0 20 69 63 6f 6e 0a 62 65 66 6f 72 65 20 74 68 65 | icon.before the| 00000ae0 20 6e 61 6d 65 20 69 6e 64 69 63 61 74 65 73 20 | name indicates | 00000af0 77 68 61 74 20 74 79 70 65 20 6f 66 20 77 69 6e |what type of win| 00000b00 64 6f 77 20 69 74 20 69 73 20 28 73 63 72 6f 6c |dow it is (scrol| 00000b10 6c 62 61 72 73 2c 20 74 69 74 6c 65 29 2e 20 41 |lbars, title). A| 00000b20 0a 79 65 6c 6c 6f 77 20 62 61 63 6b 67 72 6f 75 |.yellow backgrou| 00000b30 6e 64 20 6f 66 20 74 68 69 73 20 69 63 6f 6e 20 |nd of this icon | 00000b40 6d 65 61 6e 73 20 74 68 61 74 20 69 74 20 69 73 |means that it is| 00000b50 20 63 75 72 72 65 6e 74 6c 79 20 6f 70 65 6e 2e | currently open.| 00000b60 0a 0a 59 6f 75 20 63 61 6e 20 6f 70 65 6e 20 61 |..You can open a| 00000b70 20 74 65 6d 70 6c 61 74 65 20 62 79 20 64 6f 75 | template by dou| 00000b80 62 6c 65 2d 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 |ble-clicking on | 00000b90 69 74 73 20 6e 61 6d 65 2e 20 49 66 20 74 68 65 |its name. If the| 00000ba0 20 74 65 6d 70 6c 61 74 65 20 77 61 73 0a 61 6c | template was.al| 00000bb0 72 65 61 64 79 20 6f 70 65 6e 2c 20 69 74 20 69 |ready open, it i| 00000bc0 73 20 63 6c 6f 73 65 64 2e 20 54 68 65 20 22 4f |s closed. The "O| 00000bd0 70 65 6e 22 20 61 6e 64 20 22 43 6c 6f 73 65 22 |pen" and "Close"| 00000be0 20 65 6e 74 72 69 65 73 20 69 6e 20 74 68 65 20 | entries in the | 00000bf0 6d 65 6e 75 20 73 65 72 76 65 0a 74 68 65 20 73 |menu serve.the s| 00000c00 61 6d 65 20 70 75 72 70 6f 73 65 2e 0a 0a 0a 35 |ame purpose....5| 00000c10 2e 20 53 65 6c 65 63 74 69 6e 67 20 69 63 6f 6e |. Selecting icon| 00000c20 73 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |s.______________| 00000c30 5f 5f 5f 5f 0a 0a 4d 61 6e 79 20 6f 70 65 72 61 |____..Many opera| 00000c40 74 69 6f 6e 20 6f 6e 20 69 63 6f 6e 73 20 63 61 |tion on icons ca| 00000c50 6e 20 62 65 20 64 6f 6e 65 20 6f 6e 20 61 20 73 |n be done on a s| 00000c60 69 6e 67 6c 65 20 69 63 6f 6e 20 62 75 74 20 61 |ingle icon but a| 00000c70 6c 73 6f 20 6f 6e 20 61 20 73 65 6c 65 63 74 69 |lso on a selecti| 00000c80 6f 6e 0a 6f 66 20 69 63 6f 6e 73 2e 20 54 68 65 |on.of icons. The| 00000c90 72 65 20 61 72 65 20 73 65 76 65 72 61 6c 20 77 |re are several w| 00000ca0 61 79 73 20 74 6f 20 73 65 6c 65 63 74 20 28 61 |ays to select (a| 00000cb0 6e 64 20 64 65 73 65 6c 65 63 74 29 20 69 63 6f |nd deselect) ico| 00000cc0 6e 73 3a 0a 0a 2a 20 43 6c 69 63 6b 20 77 69 74 |ns:..* Click wit| 00000cd0 68 20 53 65 6c 65 63 74 20 74 6f 20 73 65 6c 65 |h Select to sele| 00000ce0 63 74 20 61 20 73 69 6e 67 6c 65 20 69 63 6f 6e |ct a single icon| 00000cf0 20 77 68 69 6c 65 20 64 65 73 65 6c 65 63 74 69 | while deselecti| 00000d00 6e 67 20 74 68 65 20 6f 74 68 65 72 73 2e 20 41 |ng the others. A| 00000d10 0a 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 62 61 |.click on the ba| 00000d20 63 6b 67 72 6f 75 6e 64 20 6f 66 20 74 68 65 20 |ckground of the | 00000d30 77 69 6e 64 6f 77 20 63 6c 65 61 72 73 20 74 68 |window clears th| 00000d40 65 20 63 75 72 72 65 6e 74 20 73 65 6c 65 63 74 |e current select| 00000d50 69 6f 6e 2e 0a 0a 2a 20 43 6c 69 63 6b 20 77 69 |ion...* Click wi| 00000d60 74 68 20 41 64 6a 75 73 74 20 74 6f 20 73 65 6c |th Adjust to sel| 00000d70 65 63 74 20 61 6e 20 69 63 6f 6e 2c 20 77 69 74 |ect an icon, wit| 00000d80 68 6f 75 74 20 63 68 61 6e 67 69 6e 67 20 74 68 |hout changing th| 00000d90 65 20 72 65 73 74 20 6f 66 20 74 68 65 0a 73 65 |e rest of the.se| 00000da0 6c 65 63 74 69 6f 6e 2e 20 49 66 20 74 68 65 20 |lection. If the | 00000db0 69 63 6f 6e 20 77 61 73 20 61 6c 72 65 61 64 79 |icon was already| 00000dc0 20 73 65 6c 65 63 74 65 64 2c 20 69 74 20 69 73 | selected, it is| 00000dd0 20 64 65 73 65 6c 65 63 74 65 64 2e 0a 0a 2a 20 | deselected...* | 00000de0 41 20 64 72 61 67 20 77 69 74 68 20 74 68 65 20 |A drag with the | 00000df0 6d 6f 75 73 65 20 63 72 65 61 74 65 73 20 61 20 |mouse creates a | 00000e00 64 72 61 67 2d 62 6f 78 20 69 6e 20 74 68 65 20 |drag-box in the | 00000e10 77 69 6e 64 6f 77 20 61 72 65 61 2e 20 57 68 65 |window area. Whe| 00000e20 6e 20 79 6f 75 0a 72 65 6c 65 61 73 65 20 74 68 |n you.release th| 00000e30 65 20 6d 6f 75 73 65 20 62 75 74 74 6f 6e 2c 20 |e mouse button, | 00000e40 61 6c 6c 20 69 63 6f 6e 73 20 77 69 74 68 69 6e |all icons within| 00000e50 20 74 68 65 20 62 6f 78 20 61 72 65 20 73 65 6c | the box are sel| 00000e60 65 63 74 65 64 2e 0a 0a 2a 20 54 68 65 72 65 20 |ected...* There | 00000e70 61 72 65 20 22 53 65 6c 65 63 74 20 61 6c 6c 22 |are "Select all"| 00000e80 20 61 6e 64 20 22 43 6c 65 61 72 20 73 65 6c 65 | and "Clear sele| 00000e90 63 74 69 6f 6e 22 20 69 74 65 6d 73 20 69 6e 20 |ction" items in | 00000ea0 74 68 65 20 6d 65 6e 75 2e 0a 0a 3c 54 44 3e 20 |the menu...<TD> | 00000eb0 4c 69 6b 65 20 6d 6f 73 74 20 6f 74 68 65 72 20 |Like most other | 00000ec0 74 65 6d 70 6c 61 74 65 20 65 64 69 74 6f 72 73 |template editors| 00000ed0 2c 20 54 65 6d 70 6c 45 64 20 63 72 65 61 74 65 |, TemplEd create| 00000ee0 73 20 61 20 77 69 6e 64 6f 77 20 66 6f 72 20 65 |s a window for e| 00000ef0 61 63 68 0a 74 65 6d 70 6c 61 74 65 2c 20 61 6e |ach.template, an| 00000f00 64 20 63 72 65 61 74 65 73 20 69 63 6f 6e 73 20 |d creates icons | 00000f10 65 78 61 63 74 6c 79 20 61 73 20 74 68 65 79 20 |exactly as they | 00000f20 68 61 76 65 20 62 65 65 6e 20 64 65 66 69 6e 65 |have been define| 00000f30 64 2e 20 54 68 69 73 20 6d 65 61 6e 73 0a 74 68 |d. This means.th| 00000f40 61 74 20 74 68 65 20 57 69 6d 70 20 72 65 61 63 |at the Wimp reac| 00000f50 74 73 20 74 6f 20 74 68 65 20 6d 6f 75 73 65 20 |ts to the mouse | 00000f60 6a 75 73 74 20 61 73 20 69 74 20 77 6f 75 6c 64 |just as it would| 00000f70 20 77 68 65 6e 20 61 20 70 72 6f 67 72 61 6d 20 | when a program | 00000f80 77 61 73 20 75 73 69 6e 67 0a 74 68 65 20 74 65 |was using.the te| 00000f90 6d 70 6c 61 74 65 2e 20 54 68 61 74 27 73 20 77 |mplate. That's w| 00000fa0 68 79 20 61 20 6d 65 6e 75 20 69 63 6f 6e 20 69 |hy a menu icon i| 00000fb0 73 20 68 61 72 64 20 74 6f 20 73 65 6c 65 63 74 |s hard to select| 00000fc0 3a 20 79 6f 75 20 63 61 6e 20 63 6c 69 63 6b 20 |: you can click | 00000fd0 6f 6e 0a 69 74 2c 20 62 75 74 20 69 66 20 79 6f |on.it, but if yo| 00000fe0 75 20 6d 6f 76 65 20 74 68 65 20 70 6f 69 6e 74 |u move the point| 00000ff0 65 72 20 61 77 61 79 20 66 72 6f 6d 20 74 68 65 |er away from the| 00001000 20 69 63 6f 6e 2c 20 74 68 65 20 69 63 6f 6e 20 | icon, the icon | 00001010 69 73 20 64 65 73 65 6c 65 63 74 65 64 0a 61 67 |is deselected.ag| 00001020 61 69 6e 2e 20 54 68 65 20 57 69 6d 70 20 61 6c |ain. The Wimp al| 00001030 73 6f 20 69 6e 74 65 72 66 65 72 65 73 20 69 66 |so interferes if| 00001040 20 79 6f 75 20 77 61 6e 74 20 74 6f 20 73 65 6c | you want to sel| 00001050 65 63 74 20 73 65 76 65 72 61 6c 20 72 61 64 69 |ect several radi| 00001060 6f 20 62 75 74 74 6f 6e 73 0a 66 72 6f 6d 20 74 |o buttons.from t| 00001070 68 65 20 73 61 6d 65 20 45 53 47 2e 20 45 76 65 |he same ESG. Eve| 00001080 6e 20 69 66 20 79 6f 75 20 63 6c 69 63 6b 20 77 |n if you click w| 00001090 69 74 68 20 41 64 6a 75 73 74 2c 20 74 68 65 20 |ith Adjust, the | 000010a0 57 69 6d 70 20 64 65 73 65 6c 65 63 74 73 20 74 |Wimp deselects t| 000010b0 68 65 0a 6f 74 68 65 72 20 62 75 74 74 6f 6e 73 |he.other buttons| 000010c0 20 28 75 6e 6c 65 73 73 20 74 68 65 69 72 20 27 | (unless their '| 000010d0 41 6c 6c 6f 77 20 61 64 6a 75 73 74 27 20 62 69 |Allow adjust' bi| 000010e0 74 20 69 73 20 73 65 74 29 2e 20 59 6f 75 20 63 |t is set). You c| 000010f0 61 6e 20 73 65 6c 65 63 74 20 74 68 65 73 65 0a |an select these.| 00001100 22 64 69 66 66 69 63 75 6c 74 22 20 69 63 6f 6e |"difficult" icon| 00001110 73 20 77 69 74 68 20 61 20 64 72 61 67 2d 73 65 |s with a drag-se| 00001120 6c 65 63 74 2e 0a 0a 3c 54 44 3e 20 49 66 20 79 |lect...<TD> If y| 00001130 6f 75 20 77 61 6e 74 20 74 6f 20 63 68 65 63 6b |ou want to check| 00001140 20 74 68 65 20 62 65 68 61 76 69 6f 75 72 20 6f | the behaviour o| 00001150 66 20 69 63 6f 6e 73 20 74 6f 20 6d 6f 75 73 65 |f icons to mouse| 00001160 20 63 6c 69 63 6b 73 2c 20 77 69 74 68 6f 75 74 | clicks, without| 00001170 0a 54 65 6d 70 6c 45 64 20 72 65 61 63 74 69 6e |.TemplEd reactin| 00001180 67 20 74 6f 20 74 68 65 20 63 6c 69 63 6b 73 2c |g to the clicks,| 00001190 20 70 72 65 73 73 20 61 20 63 6f 6d 62 69 6e 61 | press a combina| 000011a0 74 69 6f 6e 20 6f 66 20 6b 65 79 73 20 28 65 2e |tion of keys (e.| 000011b0 67 2e 20 53 68 69 66 74 20 2b 0a 41 6c 74 29 20 |g. Shift +.Alt) | 000011c0 77 68 69 6c 65 20 63 6c 69 63 6b 69 6e 67 2e 20 |while clicking. | 000011d0 54 68 61 74 20 77 61 79 20 79 6f 75 20 63 61 6e |That way you can| 000011e0 20 63 68 65 63 6b 20 69 66 20 74 68 65 20 45 53 | check if the ES| 000011f0 47 73 20 6f 66 20 72 61 64 69 6f 20 62 75 74 74 |Gs of radio butt| 00001200 6f 6e 73 0a 61 72 65 20 73 65 74 20 72 69 67 68 |ons.are set righ| 00001210 74 2c 20 69 66 20 6f 70 74 69 6f 6e 20 62 75 74 |t, if option but| 00001220 74 6f 6e 73 20 61 72 65 20 73 77 69 74 63 68 65 |tons are switche| 00001230 64 20 6f 6e 20 61 6e 64 20 6f 66 66 2c 20 65 74 |d on and off, et| 00001240 63 2e 0a 0a 0a 36 2e 20 4d 6f 76 69 6e 67 20 61 |c....6. Moving a| 00001250 6e 64 20 72 65 73 69 7a 69 6e 67 20 69 63 6f 6e |nd resizing icon| 00001260 73 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |s.______________| 00001270 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a |______________..| 00001280 54 6f 20 6d 6f 76 65 20 61 6e 20 69 63 6f 6e 20 |To move an icon | 00001290 6f 72 20 61 20 73 65 6c 65 63 74 69 6f 6e 2c 20 |or a selection, | 000012a0 63 6c 69 63 6b 20 69 6e 73 69 64 65 20 74 68 65 |click inside the| 000012b0 20 77 69 6e 64 6f 77 20 77 69 74 68 20 53 65 6c | window with Sel| 000012c0 65 63 74 20 77 68 69 6c 65 0a 68 6f 6c 64 69 6e |ect while.holdin| 000012d0 67 20 64 6f 77 6e 20 74 68 65 20 53 68 69 66 74 |g down the Shift| 000012e0 20 6b 65 79 2e 20 41 6e 20 6f 75 74 6c 69 6e 65 | key. An outline| 000012f0 20 61 70 70 65 61 72 73 20 61 72 6f 75 6e 64 20 | appears around | 00001300 74 68 65 20 69 63 6f 6e 28 73 29 20 74 68 61 74 |the icon(s) that| 00001310 20 6d 6f 76 65 73 0a 77 69 74 68 20 74 68 65 20 | moves.with the | 00001320 70 6f 69 6e 74 65 72 20 75 6e 74 69 6c 20 79 6f |pointer until yo| 00001330 75 20 72 65 6c 65 61 73 65 20 74 68 65 20 6d 6f |u release the mo| 00001340 75 73 65 20 62 75 74 74 6f 6e 2e 20 44 75 72 69 |use button. Duri| 00001350 6e 67 20 74 68 65 20 6f 70 65 72 61 74 69 6f 6e |ng the operation| 00001360 2c 0a 74 68 65 20 70 6f 69 6e 74 65 72 20 73 68 |,.the pointer sh| 00001370 61 70 65 20 69 73 20 63 68 61 6e 67 65 64 20 74 |ape is changed t| 00001380 6f 20 61 20 68 61 6e 64 2e 0a 0a 54 6f 20 72 65 |o a hand...To re| 00001390 73 69 7a 65 20 61 6e 20 69 63 6f 6e 20 6f 72 20 |size an icon or | 000013a0 61 20 73 65 6c 65 63 74 69 6f 6e 2c 20 63 6c 69 |a selection, cli| 000013b0 63 6b 20 6f 6e 20 69 74 20 77 69 74 68 20 53 68 |ck on it with Sh| 000013c0 69 66 74 2b 41 64 6a 75 73 74 2e 20 41 20 22 72 |ift+Adjust. A "r| 000013d0 75 62 62 65 72 0a 62 6f 78 22 20 64 72 61 67 20 |ubber.box" drag | 000013e0 69 73 20 73 74 61 72 74 65 64 2c 20 61 6c 6c 6f |is started, allo| 000013f0 77 69 6e 67 20 79 6f 75 20 74 6f 20 6d 6f 76 65 |wing you to move| 00001400 20 6f 6e 65 20 73 69 64 65 2e 20 54 68 65 20 73 | one side. The s| 00001410 69 64 65 20 74 68 61 74 20 69 73 20 6d 6f 76 65 |ide that is move| 00001420 64 0a 69 73 20 74 68 65 20 6f 6e 65 20 74 68 61 |d.is the one tha| 00001430 74 20 77 61 73 20 6e 65 61 72 65 73 74 20 74 6f |t was nearest to| 00001440 20 74 68 65 20 70 6f 69 6e 74 65 72 20 77 68 65 | the pointer whe| 00001450 6e 20 79 6f 75 20 63 6c 69 63 6b 65 64 2e 20 49 |n you clicked. I| 00001460 74 20 69 73 20 61 6c 73 6f 0a 69 6e 64 69 63 61 |t is also.indica| 00001470 74 65 64 20 62 79 20 74 68 65 20 70 6f 69 6e 74 |ted by the point| 00001480 65 72 20 73 68 61 70 65 2e 20 54 68 6f 75 67 68 |er shape. Though| 00001490 20 61 20 72 65 73 69 7a 65 20 6f 70 65 72 61 74 | a resize operat| 000014a0 69 6f 6e 20 77 69 6c 6c 20 75 73 75 61 6c 6c 79 |ion will usually| 000014b0 20 62 65 0a 64 6f 6e 65 20 6f 6e 20 61 20 73 69 | be.done on a si| 000014c0 6e 67 6c 65 20 69 63 6f 6e 2c 20 69 74 20 69 73 |ngle icon, it is| 000014d0 20 70 6f 73 73 69 62 6c 65 20 74 6f 20 72 65 73 | possible to res| 000014e0 69 7a 65 20 6d 6f 72 65 20 74 68 61 6e 20 6f 6e |ize more than on| 000014f0 65 20 69 63 6f 6e 20 61 74 20 61 0a 74 69 6d 65 |e icon at a.time| 00001500 3b 20 74 68 65 20 69 63 6f 6e 73 20 61 72 65 20 |; the icons are | 00001510 73 63 61 6c 65 64 20 61 63 63 6f 72 64 69 6e 67 |scaled according| 00001520 20 74 6f 20 74 68 65 20 73 69 7a 65 20 6f 66 20 | to the size of | 00001530 74 68 65 20 64 72 61 67 2d 62 6f 78 2e 0a 0a 41 |the drag-box...A| 00001540 6e 20 61 6c 74 65 72 6e 61 74 69 76 65 20 77 61 |n alternative wa| 00001550 79 20 74 6f 20 6d 6f 76 65 20 6f 72 20 72 65 73 |y to move or res| 00001560 69 7a 65 20 69 63 6f 6e 73 20 69 73 20 62 79 20 |ize icons is by | 00001570 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 74 68 65 6d |clicking on them| 00001580 20 77 69 74 68 6f 75 74 0a 75 73 69 6e 67 20 74 | without.using t| 00001590 68 65 20 53 68 69 66 74 20 6b 65 79 2c 20 61 6e |he Shift key, an| 000015a0 64 20 6b 65 65 70 69 6e 67 20 74 68 65 20 6d 6f |d keeping the mo| 000015b0 75 73 65 20 62 75 74 74 6f 6e 20 70 72 65 73 73 |use button press| 000015c0 65 64 20 66 6f 72 20 61 62 6f 75 74 20 68 61 6c |ed for about hal| 000015d0 66 20 61 0a 73 65 63 6f 6e 64 2e 0a 0a 44 75 72 |f a.second...Dur| 000015e0 69 6e 67 20 74 68 65 20 64 72 61 67 2c 20 79 6f |ing the drag, yo| 000015f0 75 20 63 61 6e 20 6d 6f 76 65 20 74 68 65 20 70 |u can move the p| 00001600 6f 69 6e 74 65 72 20 77 69 74 68 20 74 68 65 20 |ointer with the | 00001610 63 75 72 73 6f 72 20 6b 65 79 73 2e 20 54 68 65 |cursor keys. The| 00001620 20 6c 65 66 74 2c 0a 72 69 67 68 74 2c 20 75 70 | left,.right, up| 00001630 20 61 6e 64 20 64 6f 77 6e 20 6b 65 79 73 20 6d | and down keys m| 00001640 6f 76 65 20 74 68 65 20 70 6f 69 6e 74 65 72 20 |ove the pointer | 00001650 31 20 70 69 78 65 6c 20 28 69 6e 20 74 68 65 20 |1 pixel (in the | 00001660 65 78 70 65 63 74 65 64 0a 64 69 72 65 63 74 69 |expected.directi| 00001670 6f 6e 29 2e 20 49 66 20 79 6f 75 20 70 72 65 73 |on). If you pres| 00001680 73 20 61 20 63 75 72 73 6f 72 20 6b 65 79 20 69 |s a cursor key i| 00001690 6e 20 63 6f 6d 62 69 6e 61 74 69 6f 6e 20 77 69 |n combination wi| 000016a0 74 68 20 74 68 65 20 53 68 69 66 74 20 6b 65 79 |th the Shift key| 000016b0 2c 20 74 68 65 0a 6d 6f 76 65 6d 65 6e 74 20 69 |, the.movement i| 000016c0 73 20 34 20 74 69 6d 65 73 20 61 73 20 66 61 73 |s 4 times as fas| 000016d0 74 2e 0a 0a 50 72 65 73 73 69 6e 67 20 74 68 65 |t...Pressing the| 000016e0 20 63 75 72 73 6f 72 20 6b 65 79 73 20 77 69 74 | cursor keys wit| 000016f0 68 6f 75 74 20 73 74 61 72 74 69 6e 67 20 61 20 |hout starting a | 00001700 64 72 61 67 20 66 69 72 73 74 20 6d 6f 76 65 73 |drag first moves| 00001710 20 74 68 65 20 73 65 6c 65 63 74 65 64 0a 69 63 | the selected.ic| 00001720 6f 6e 73 2e 0a 0a 0a 37 2e 20 54 68 65 20 22 49 |ons....7. The "I| 00001730 63 6f 6e 20 45 64 69 74 22 20 64 69 61 6c 6f 67 |con Edit" dialog| 00001740 75 65 20 77 69 6e 64 6f 77 0a 5f 5f 5f 5f 5f 5f |ue window.______| 00001750 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00001760 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 45 78 |____________..Ex| 00001770 63 65 70 74 20 66 6f 72 20 73 69 7a 65 2c 20 70 |cept for size, p| 00001780 6f 73 69 74 69 6f 6e 20 61 6e 64 20 6e 75 6d 62 |osition and numb| 00001790 65 72 2c 20 61 6c 6c 20 70 72 6f 70 65 72 74 69 |er, all properti| 000017a0 65 73 20 6f 66 20 61 6e 20 69 63 6f 6e 20 63 61 |es of an icon ca| 000017b0 6e 20 62 65 20 73 65 74 0a 66 72 6f 6d 20 74 68 |n be set.from th| 000017c0 65 20 22 49 63 6f 6e 20 45 64 69 74 22 20 64 69 |e "Icon Edit" di| 000017d0 61 6c 6f 67 75 65 20 77 69 6e 64 6f 77 2e 20 54 |alogue window. T| 000017e0 6f 20 6f 70 65 6e 20 74 68 69 73 20 77 69 6e 64 |o open this wind| 000017f0 6f 77 2c 20 63 6c 69 63 6b 20 77 69 74 68 0a 53 |ow, click with.S| 00001800 68 69 66 74 2b 4d 65 6e 75 2c 20 6f 72 20 63 68 |hift+Menu, or ch| 00001810 6f 6f 73 65 20 74 68 65 20 22 49 63 6f 6e 20 89 |oose the "Icon .| 00001820 20 45 64 69 74 2e 2e 2e 22 20 65 6e 74 72 79 20 | Edit..." entry | 00001830 69 6e 20 74 68 65 20 6d 65 6e 75 2e 0a 0a 49 63 |in the menu...Ic| 00001840 6f 6e 20 66 6c 61 67 73 20 63 61 6e 20 62 65 20 |on flags can be | 00001850 73 65 74 20 62 79 20 63 6c 69 63 6b 69 6e 67 20 |set by clicking | 00001860 6f 6e 20 74 68 65 20 62 75 74 74 6f 6e 73 2c 20 |on the buttons, | 00001870 74 65 78 74 20 61 6e 64 20 73 70 72 69 74 65 20 |text and sprite | 00001880 6e 61 6d 65 73 20 63 61 6e 0a 62 65 20 65 6e 74 |names can.be ent| 00001890 65 72 65 64 20 69 6e 20 74 68 65 20 61 70 70 72 |ered in the appr| 000018a0 6f 70 72 69 61 74 65 20 66 69 65 6c 64 73 2e 20 |opriate fields. | 000018b0 55 73 65 20 74 68 65 20 75 70 20 61 6e 64 20 64 |Use the up and d| 000018c0 6f 77 6e 20 61 72 72 6f 77 20 6b 65 79 73 20 74 |own arrow keys t| 000018d0 6f 20 6d 6f 76 65 0a 74 68 65 20 63 75 72 73 6f |o move.the curso| 000018e0 72 20 61 72 6f 75 6e 64 2e 20 53 6f 6d 65 20 66 |r around. Some f| 000018f0 69 65 6c 64 73 20 28 65 2e 67 2e 20 62 75 74 74 |ields (e.g. butt| 00001900 6f 6e 20 74 79 70 65 2c 20 63 6f 6c 6f 75 72 73 |on type, colours| 00001910 2c 20 66 6f 6e 74 20 6e 61 6d 65 29 20 63 61 6e |, font name) can| 00001920 0a 63 6f 6e 74 61 69 6e 20 61 20 6c 69 6d 69 74 |.contain a limit| 00001930 65 64 20 6e 75 6d 62 65 72 20 6f 66 20 76 61 6c |ed number of val| 00001940 75 65 73 2e 20 54 68 65 73 65 20 63 61 6e 20 62 |ues. These can b| 00001950 65 20 73 65 6c 65 63 74 65 64 20 65 69 74 68 65 |e selected eithe| 00001960 72 20 62 79 20 63 6c 69 63 6b 69 6e 67 0a 6f 6e |r by clicking.on| 00001970 20 74 68 65 20 61 72 72 6f 77 20 69 63 6f 6e 73 | the arrow icons| 00001980 20 74 6f 20 74 68 65 20 6c 65 66 74 20 61 6e 64 | to the left and| 00001990 20 72 69 67 68 74 2c 20 6f 72 20 62 79 20 63 6c | right, or by cl| 000019a0 69 63 6b 69 6e 67 20 61 20 6d 6f 75 73 65 20 62 |icking a mouse b| 000019b0 75 74 74 6f 6e 0a 77 68 69 6c 65 0a 74 68 65 20 |utton.while.the | 000019c0 70 6f 69 6e 74 65 72 20 69 73 20 6f 76 65 72 20 |pointer is over | 000019d0 74 68 65 20 66 69 65 6c 64 2e 20 54 68 69 73 20 |the field. This | 000019e0 70 6f 70 73 20 75 70 20 61 20 6d 65 6e 75 20 66 |pops up a menu f| 000019f0 72 6f 6d 20 77 68 69 63 68 20 79 6f 75 20 63 61 |rom which you ca| 00001a00 6e 20 73 65 6c 65 63 74 0a 61 20 76 61 6c 75 65 |n select.a value| 00001a10 2e 0a 0a 3c 54 44 3e 20 54 68 65 20 22 31 3a 31 |...<TD> The "1:1| 00001a20 22 20 62 75 74 74 6f 6e 20 66 6f 72 20 74 68 65 |" button for the| 00001a30 20 66 6f 6e 74 20 69 73 20 74 68 65 20 6f 6e 6c | font is the onl| 00001a40 79 20 62 75 74 74 6f 6e 20 6e 6f 74 20 63 6f 6e |y button not con| 00001a50 6e 65 63 74 65 64 20 74 6f 20 61 6e 0a 69 63 6f |nected to an.ico| 00001a60 6e 20 66 6c 61 67 2e 20 57 68 65 6e 20 6f 6e 2c |n flag. When on,| 00001a70 20 69 74 20 6b 65 65 70 73 20 58 20 61 6e 64 20 | it keeps X and | 00001a80 59 20 73 69 7a 65 20 6f 66 20 74 68 65 20 66 6f |Y size of the fo| 00001a90 6e 74 20 65 71 75 61 6c 2c 20 73 6f 20 79 6f 75 |nt equal, so you| 00001aa0 20 64 6f 6e 27 74 0a 68 61 76 65 20 74 6f 20 73 | don't.have to s| 00001ab0 65 74 20 74 68 65 6d 20 62 6f 74 68 2e 0a 0a 54 |et them both...T| 00001ac0 68 65 20 63 68 61 6e 67 65 73 20 74 6f 20 74 68 |he changes to th| 00001ad0 65 20 69 63 6f 6e 20 6f 6e 6c 79 20 74 61 6b 65 |e icon only take| 00001ae0 20 65 66 66 65 63 74 20 69 66 20 79 6f 75 20 70 | effect if you p| 00001af0 72 65 73 73 20 74 68 65 20 22 55 70 64 61 74 65 |ress the "Update| 00001b00 22 20 69 63 6f 6e 2e 0a 22 45 78 69 74 22 20 63 |" icon.."Exit" c| 00001b10 6c 6f 73 65 73 20 74 68 65 20 77 69 6e 64 6f 77 |loses the window| 00001b20 2c 20 6c 65 61 76 69 6e 67 20 74 68 65 20 69 63 |, leaving the ic| 00001b30 6f 6e 20 61 73 20 69 74 20 77 61 73 20 73 69 6e |on as it was sin| 00001b40 63 65 20 74 68 65 20 6c 61 73 74 20 75 70 64 61 |ce the last upda| 00001b50 74 65 2c 0a 61 6e 64 20 22 55 70 64 61 74 65 20 |te,.and "Update | 00001b60 26 20 45 78 69 74 22 20 63 6f 6d 62 69 6e 65 73 |& Exit" combines| 00001b70 20 74 68 65 20 74 77 6f 2e 0a 0a 3c 54 44 3e 20 | the two...<TD> | 00001b80 49 66 20 74 68 65 20 69 6e 64 69 72 65 63 74 65 |If the indirecte| 00001b90 64 20 74 65 78 74 20 74 68 61 74 20 79 6f 75 20 |d text that you | 00001ba0 65 6e 74 65 72 65 64 20 69 73 20 6c 6f 6e 67 65 |entered is longe| 00001bb0 72 20 74 68 61 6e 20 74 68 65 20 22 4d 61 78 0a |r than the "Max.| 00001bc0 73 69 7a 65 22 20 66 69 65 6c 64 20 61 6c 6c 6f |size" field allo| 00001bd0 77 73 2c 20 54 65 6d 70 6c 45 64 20 61 75 74 6f |ws, TemplEd auto| 00001be0 6d 61 74 69 63 61 6c 6c 79 20 69 6e 63 72 65 61 |matically increa| 00001bf0 73 65 73 20 74 68 65 20 6d 61 78 69 6d 75 6d 2e |ses the maximum.| 00001c00 20 49 74 20 61 6c 73 6f 0a 73 65 74 73 20 74 68 | It also.sets th| 00001c10 65 20 22 49 6e 64 69 72 65 63 74 65 64 22 20 66 |e "Indirected" f| 00001c20 6c 61 67 20 69 66 20 74 68 65 20 74 65 78 74 20 |lag if the text | 00001c30 6f 72 20 73 70 72 69 74 65 20 6e 61 6d 65 20 75 |or sprite name u| 00001c40 73 65 73 20 6d 6f 72 65 20 74 68 61 6e 20 31 32 |ses more than 12| 00001c50 0a 63 68 61 72 61 63 74 65 72 73 2e 0a 0a 57 68 |.characters...Wh| 00001c60 65 6e 20 79 6f 75 20 65 64 69 74 20 61 20 73 65 |en you edit a se| 00001c70 6c 65 63 74 69 6f 6e 20 6f 66 20 69 63 6f 6e 73 |lection of icons| 00001c80 2c 20 6e 6f 74 20 61 6c 6c 20 66 69 65 6c 64 73 |, not all fields| 00001c90 20 63 61 6e 20 62 65 20 6d 6f 64 69 66 69 65 64 | can be modified| 00001ca0 20 28 74 6f 20 62 65 0a 65 78 61 63 74 3a 20 6f | (to be.exact: o| 00001cb0 6e 6c 79 20 74 68 65 20 69 63 6f 6e 20 66 6c 61 |nly the icon fla| 00001cc0 67 73 29 2e 20 54 68 65 20 75 6e 63 68 61 6e 67 |gs). The unchang| 00001cd0 65 61 62 6c 65 20 66 69 65 6c 64 73 20 61 72 65 |eable fields are| 00001ce0 20 73 68 61 64 65 64 2e 20 57 68 65 6e 20 79 6f | shaded. When yo| 00001cf0 75 0a 70 72 65 73 73 20 22 55 70 64 61 74 65 22 |u.press "Update"| 00001d00 20 6f 72 20 22 55 70 64 61 74 65 20 26 20 45 78 | or "Update & Ex| 00001d10 69 74 22 2c 20 74 68 65 20 63 68 61 6e 67 65 61 |it", the changea| 00001d20 62 6c 65 20 66 69 65 6c 64 73 20 61 72 65 20 6d |ble fields are m| 00001d30 6f 64 69 66 69 65 64 20 69 6e 0a 61 6c 6c 20 73 |odified in.all s| 00001d40 65 6c 65 63 74 65 64 20 69 63 6f 6e 73 2e 20 49 |elected icons. I| 00001d50 6e 20 73 6f 6d 65 20 63 61 73 65 73 2c 20 79 6f |n some cases, yo| 00001d60 75 20 6d 61 79 20 6f 6e 6c 79 20 77 61 6e 74 20 |u may only want | 00001d70 74 6f 20 63 68 61 6e 67 65 20 6f 6e 65 20 66 69 |to change one fi| 00001d80 65 6c 64 2c 0a 65 2e 67 2e 20 74 68 65 20 62 75 |eld,.e.g. the bu| 00001d90 74 74 6f 6e 20 74 79 70 65 2e 20 54 6f 20 64 6f |tton type. To do| 00001da0 20 74 68 69 73 2c 20 63 6c 69 63 6b 20 4d 65 6e | this, click Men| 00001db0 75 20 61 62 6f 76 65 20 74 68 65 20 22 55 70 64 |u above the "Upd| 00001dc0 61 74 65 22 20 6f 72 0a 22 55 70 64 61 74 65 20 |ate" or."Update | 00001dd0 26 20 45 78 69 74 22 20 62 75 74 74 6f 6e 2e 20 |& Exit" button. | 00001de0 41 20 6d 65 6e 75 20 70 6f 70 73 20 75 70 20 66 |A menu pops up f| 00001df0 72 6f 6d 20 77 68 69 63 68 20 79 6f 75 20 63 61 |rom which you ca| 00001e00 6e 20 73 65 6c 65 63 74 20 74 68 65 20 66 6c 61 |n select the fla| 00001e10 67 73 0a 74 68 61 74 20 6d 75 73 74 20 62 65 20 |gs.that must be | 00001e20 63 68 61 6e 67 65 64 2e 0a 0a 0a 38 2e 20 4d 6f |changed....8. Mo| 00001e30 76 69 6e 67 20 61 6e 64 20 72 65 73 69 7a 69 6e |ving and resizin| 00001e40 67 20 77 69 6e 64 6f 77 73 0a 5f 5f 5f 5f 5f 5f |g windows.______| 00001e50 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00001e60 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 55 73 75 61 6c 6c |________..Usuall| 00001e70 79 2c 20 79 6f 75 20 63 61 6e 20 6d 6f 76 65 20 |y, you can move | 00001e80 61 20 77 69 6e 64 6f 77 20 62 79 20 64 72 61 67 |a window by drag| 00001e90 67 69 6e 67 20 74 68 65 20 74 69 74 6c 65 20 62 |ging the title b| 00001ea0 61 72 2c 20 61 6e 64 20 79 6f 75 20 72 65 73 69 |ar, and you resi| 00001eb0 7a 65 20 69 74 0a 62 79 20 64 72 61 67 67 69 6e |ze it.by draggin| 00001ec0 67 20 69 74 73 20 72 65 73 69 7a 65 20 69 63 6f |g its resize ico| 00001ed0 6e 2e 20 42 75 74 20 73 6f 6d 65 20 77 69 6e 64 |n. But some wind| 00001ee0 6f 77 73 20 64 6f 6e 27 74 20 68 61 76 65 20 61 |ows don't have a| 00001ef0 20 72 65 73 69 7a 65 20 69 63 6f 6e 2c 20 61 6e | resize icon, an| 00001f00 64 0a 73 6f 6d 65 20 64 6f 6e 27 74 20 65 76 65 |d.some don't eve| 00001f10 6e 20 68 61 76 65 20 61 20 74 69 74 6c 65 20 62 |n have a title b| 00001f20 61 72 2e 20 59 6f 75 20 63 6f 75 6c 64 20 6f 66 |ar. You could of| 00001f30 20 63 6f 75 72 73 65 20 65 64 69 74 20 74 68 65 | course edit the| 00001f40 20 77 69 6e 64 6f 77 73 2c 20 67 69 76 65 0a 74 | windows, give.t| 00001f50 68 65 6d 20 61 20 74 69 74 6c 65 20 62 61 72 20 |hem a title bar | 00001f60 6f 72 20 72 65 73 69 7a 65 20 69 63 6f 6e 2c 20 |or resize icon, | 00001f70 61 6e 64 20 72 65 6d 6f 76 65 20 74 68 65 73 65 |and remove these| 00001f80 20 77 68 65 6e 20 79 6f 75 20 61 72 65 20 64 6f | when you are do| 00001f90 6e 65 2e 20 42 75 74 20 69 6e 0a 54 65 6d 70 6c |ne. But in.Templ| 00001fa0 45 64 2c 20 69 74 20 69 73 20 61 6c 73 6f 20 70 |Ed, it is also p| 00001fb0 6f 73 73 69 62 6c 65 20 28 61 6e 64 20 6d 75 63 |ossible (and muc| 00001fc0 68 20 66 61 73 74 65 72 29 20 74 6f 20 6d 6f 76 |h faster) to mov| 00001fd0 65 20 61 6e 64 20 72 65 73 69 7a 65 20 77 69 6e |e and resize win| 00001fe0 64 6f 77 73 0a 64 69 72 65 63 74 6c 79 2e 20 55 |dows.directly. U| 00001ff0 73 65 20 43 74 72 6c 2b 53 65 6c 65 63 74 20 74 |se Ctrl+Select t| 00002000 6f 20 6d 6f 76 65 20 61 20 77 69 6e 64 6f 77 2c |o move a window,| 00002010 20 61 6e 64 20 43 74 72 6c 2b 41 64 6a 75 73 74 | and Ctrl+Adjust| 00002020 20 74 6f 20 72 65 73 69 7a 65 20 69 74 2e 0a 0a | to resize it...| 00002030 54 68 65 20 77 6f 72 6b 20 61 72 65 61 20 6f 66 |The work area of| 00002040 20 74 68 65 20 77 69 6e 64 6f 77 20 63 61 6e 20 | the window can | 00002050 61 6c 73 6f 20 62 65 20 72 65 73 69 7a 65 64 20 |also be resized | 00002060 77 69 74 68 20 74 68 65 20 6d 6f 75 73 65 2c 20 |with the mouse, | 00002070 77 69 74 68 0a 43 74 72 6c 2b 41 6c 74 2b 41 64 |with.Ctrl+Alt+Ad| 00002080 6a 75 73 74 2e 20 57 68 65 6e 20 79 6f 75 20 72 |just. When you r| 00002090 65 6c 65 61 73 65 20 74 68 65 20 6d 6f 75 73 65 |elease the mouse| 000020a0 20 62 75 74 74 6f 6e 2c 20 74 68 65 20 77 6f 72 | button, the wor| 000020b0 6b 20 61 72 65 61 20 69 73 20 73 65 74 20 73 6f |k area is set so| 000020c0 2c 0a 74 68 61 74 20 69 74 20 73 74 72 65 74 63 |,.that it stretc| 000020d0 68 65 73 20 74 6f 20 74 68 65 20 62 6f 74 74 6f |hes to the botto| 000020e0 6d 2d 72 69 67 68 74 20 63 6f 72 6e 65 72 20 6f |m-right corner o| 000020f0 66 20 74 68 65 20 76 69 73 69 62 6c 65 20 70 61 |f the visible pa| 00002100 72 74 20 6f 66 20 74 68 65 0a 77 69 6e 64 6f 77 |rt of the.window| 00002110 2e 0a 0a 3c 54 44 3e 20 54 6f 20 65 6e 61 62 6c |...<TD> To enabl| 00002120 65 20 74 68 65 20 77 6f 72 6b 20 61 72 65 61 20 |e the work area | 00002130 74 6f 20 65 78 70 61 6e 64 2c 20 69 74 20 69 73 |to expand, it is| 00002140 20 6d 61 64 65 20 76 65 72 79 20 6c 61 72 67 65 | made very large| 00002150 20 61 74 20 74 68 65 20 73 74 61 72 74 0a 6f 66 | at the start.of| 00002160 20 74 68 65 20 64 72 61 67 2e 20 54 68 69 73 20 | the drag. This | 00002170 69 73 20 76 69 73 69 62 6c 65 20 69 66 20 79 6f |is visible if yo| 00002180 75 72 20 77 69 6e 64 6f 77 20 68 61 73 20 61 20 |ur window has a | 00002190 73 63 72 6f 6c 6c 20 62 61 72 2e 20 41 74 20 74 |scroll bar. At t| 000021a0 68 65 20 65 6e 64 20 6f 66 0a 74 68 65 20 64 72 |he end of.the dr| 000021b0 61 67 2c 20 74 68 65 20 61 72 65 61 20 69 73 20 |ag, the area is | 000021c0 73 68 72 75 6e 6b 20 61 67 61 69 6e 20 74 6f 20 |shrunk again to | 000021d0 74 68 65 20 64 65 73 69 72 65 64 20 73 69 7a 65 |the desired size| 000021e0 2e 0a 0a 4a 75 73 74 20 61 73 20 77 69 74 68 20 |...Just as with | 000021f0 6d 6f 76 69 6e 67 20 61 6e 64 20 72 65 73 69 7a |moving and resiz| 00002200 69 6e 67 20 69 63 6f 6e 73 2c 20 74 68 65 20 63 |ing icons, the c| 00002210 75 72 73 6f 72 20 6b 65 79 73 20 63 61 6e 20 62 |ursor keys can b| 00002220 65 20 75 73 65 64 20 64 75 72 69 6e 67 0a 74 68 |e used during.th| 00002230 65 20 64 72 61 67 20 74 6f 20 70 6f 73 69 74 69 |e drag to positi| 00002240 6f 6e 20 74 68 65 20 6d 6f 75 73 65 20 70 6f 69 |on the mouse poi| 00002250 6e 74 65 72 2e 0a 0a 0a 39 2e 20 54 68 65 20 22 |nter....9. The "| 00002260 57 69 6e 64 6f 77 20 45 64 69 74 22 20 64 69 61 |Window Edit" dia| 00002270 6c 6f 67 75 65 20 77 69 6e 64 6f 77 0a 5f 5f 5f |logue window.___| 00002280 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 000022a0 5f 0a 0a 45 64 69 74 69 6e 67 20 74 68 65 20 64 |_..Editing the d| 000022b0 61 74 61 20 6f 66 20 61 20 77 69 6e 64 6f 77 20 |ata of a window | 000022c0 69 73 20 73 70 6c 69 74 20 69 6e 20 74 77 6f 20 |is split in two | 000022d0 70 61 72 74 73 2e 20 46 6c 61 67 73 2c 20 63 6f |parts. Flags, co| 000022e0 6c 6f 75 72 73 20 61 6e 64 0a 62 75 74 74 6f 6e |lours and.button| 000022f0 20 74 79 70 65 20 61 72 65 20 65 64 69 74 65 64 | type are edited| 00002300 20 69 6e 20 74 68 65 20 22 57 69 6e 64 6f 77 20 | in the "Window | 00002310 45 64 69 74 22 20 64 69 61 6c 6f 67 75 65 20 77 |Edit" dialogue w| 00002320 69 6e 64 6f 77 2e 20 54 68 69 73 20 77 69 6e 64 |indow. This wind| 00002330 6f 77 0a 69 73 20 6f 70 65 6e 65 64 20 77 68 65 |ow.is opened whe| 00002340 6e 20 79 6f 75 20 63 6c 69 63 6b 20 43 74 72 6c |n you click Ctrl| 00002350 2b 4d 65 6e 75 20 6f 76 65 72 20 74 68 65 20 77 |+Menu over the w| 00002360 69 6e 64 6f 77 2c 20 54 68 65 20 63 6f 6e 74 65 |indow, The conte| 00002370 6e 74 73 20 6f 66 20 74 68 65 0a 74 69 74 6c 65 |nts of the.title| 00002380 20 62 61 72 20 61 72 65 20 65 64 69 74 65 64 20 | bar are edited | 00002390 73 65 70 61 72 61 74 65 6c 79 2c 20 75 73 69 6e |separately, usin| 000023a0 67 20 74 68 65 20 22 49 63 6f 6e 20 45 64 69 74 |g the "Icon Edit| 000023b0 22 20 77 69 6e 64 6f 77 2e 20 49 74 20 69 73 0a |" window. It is.| 000023c0 61 63 63 65 73 73 69 62 6c 65 20 77 69 74 68 20 |accessible with | 000023d0 61 20 53 68 69 66 74 2b 4d 65 6e 75 20 63 6c 69 |a Shift+Menu cli| 000023e0 63 6b 20 77 68 69 6c 65 20 74 68 65 20 70 6f 69 |ck while the poi| 000023f0 6e 74 65 72 20 69 73 20 6f 76 65 72 20 74 68 65 |nter is over the| 00002400 20 74 69 74 6c 65 20 62 61 72 2e 0a 42 6f 74 68 | title bar..Both| 00002410 20 64 69 61 6c 6f 67 75 65 20 77 69 6e 64 6f 77 | dialogue window| 00002420 73 20 63 61 6e 20 61 6c 73 6f 20 62 65 20 6f 70 |s can also be op| 00002430 65 6e 65 64 20 66 72 6f 6d 20 74 68 65 20 6d 65 |ened from the me| 00002440 6e 75 2e 0a 0a 3c 54 44 3e 20 54 68 65 20 22 74 |nu...<TD> The "t| 00002450 72 61 6e 73 70 61 72 65 6e 74 22 20 63 6f 6c 6f |ransparent" colo| 00002460 75 72 20 6e 75 6d 62 65 72 20 32 35 35 2c 20 74 |ur number 255, t| 00002470 68 61 74 20 68 61 73 20 61 20 73 70 65 63 69 61 |hat has a specia| 00002480 6c 20 6d 65 61 6e 69 6e 67 20 61 73 20 74 68 65 |l meaning as the| 00002490 0a 74 69 74 6c 65 20 66 6f 72 65 67 72 6f 75 6e |.title foregroun| 000024a0 64 20 63 6f 6c 6f 75 72 20 6f 72 20 61 73 20 74 |d colour or as t| 000024b0 68 65 20 77 6f 72 6b 20 62 61 63 6b 67 72 6f 75 |he work backgrou| 000024c0 6e 64 20 63 6f 6c 6f 75 72 2c 20 69 73 20 6f 6e |nd colour, is on| 000024d0 6c 79 20 73 65 6c 65 63 74 61 62 6c 65 0a 66 72 |ly selectable.fr| 000024e0 6f 6d 20 74 68 65 20 63 6f 6c 6f 75 72 20 6d 65 |om the colour me| 000024f0 6e 75 2c 20 6e 6f 74 20 62 79 20 63 6c 69 63 6b |nu, not by click| 00002500 69 6e 67 20 6f 6e 20 74 68 65 20 61 72 72 6f 77 |ing on the arrow| 00002510 20 69 63 6f 6e 73 2e 0a 0a 0a 31 30 2e 20 54 65 | icons....10. Te| 00002520 6d 70 6c 45 64 27 73 20 6d 65 6e 75 73 0a 5f 5f |mplEd's menus.__| 00002530 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00002540 5f 0a 0a 4d 6f 73 74 20 65 6e 74 72 69 65 73 20 |_..Most entries | 00002550 69 6e 20 74 68 65 20 6d 65 6e 75 73 20 6f 75 67 |in the menus oug| 00002560 68 74 20 74 6f 20 73 70 65 61 6b 20 66 6f 72 20 |ht to speak for | 00002570 74 68 65 6d 73 65 6c 76 65 73 2e 20 53 6f 6d 65 |themselves. Some| 00002580 20 6f 74 68 65 72 73 20 6d 61 79 0a 74 61 6b 65 | others may.take| 00002590 20 61 20 73 6d 61 6c 6c 20 65 78 70 6c 61 6e 61 | a small explana| 000025a0 74 69 6f 6e 3a 0a 0a 31 30 2e 31 20 54 68 65 20 |tion:..10.1 The | 000025b0 22 57 69 6e 64 6f 77 22 20 6d 65 6e 75 0a 0a 20 |"Window" menu.. | 000025c0 20 43 72 65 61 74 65 20 89 0a 0a 20 20 4c 65 61 | Create ... Lea| 000025d0 64 73 20 74 6f 20 61 20 73 75 62 6d 65 6e 75 20 |ds to a submenu | 000025e0 77 69 74 68 20 61 20 6e 75 6d 62 65 72 20 6f 66 |with a number of| 000025f0 20 73 74 61 6e 64 61 72 64 20 69 63 6f 6e 73 2e | standard icons.| 00002600 20 53 65 6c 65 63 74 69 6e 67 20 6f 6e 65 20 6f | Selecting one o| 00002610 66 20 74 68 65 73 65 0a 20 20 63 72 65 61 74 65 |f these. create| 00002620 73 20 73 75 63 68 20 61 6e 20 69 63 6f 6e 2c 20 |s such an icon, | 00002630 61 74 20 74 68 65 20 70 6f 73 69 74 69 6f 6e 20 |at the position | 00002640 74 68 61 74 20 74 68 65 20 70 6f 69 6e 74 65 72 |that the pointer| 00002650 20 77 61 73 20 6f 6e 20 77 68 65 6e 20 74 68 65 | was on when the| 00002660 0a 20 20 6d 65 6e 75 20 77 61 73 20 70 6f 70 70 |. menu was popp| 00002670 65 64 20 75 70 2e 20 53 65 6c 65 63 74 69 6e 67 |ed up. Selecting| 00002680 20 74 68 65 20 22 43 72 65 61 74 65 22 20 65 6e | the "Create" en| 00002690 74 72 79 20 69 74 73 65 6c 66 20 69 73 20 65 71 |try itself is eq| 000026a0 75 61 6c 20 74 6f 0a 20 20 73 65 6c 65 63 74 69 |ual to. selecti| 000026b0 6e 67 20 74 68 65 20 66 69 72 73 74 20 73 74 61 |ng the first sta| 000026c0 6e 64 61 72 64 20 69 63 6f 6e 20 66 72 6f 6d 20 |ndard icon from | 000026d0 74 68 65 20 6d 65 6e 75 2e 0a 0a 20 20 59 6f 75 |the menu... You| 000026e0 20 63 61 6e 20 63 68 61 6e 67 65 20 74 68 65 20 | can change the | 000026f0 73 65 74 20 6f 66 20 73 74 61 6e 64 61 72 64 20 |set of standard | 00002700 69 63 6f 6e 73 2c 20 73 65 65 20 74 68 65 20 73 |icons, see the s| 00002710 65 63 74 69 6f 6e 20 22 43 75 73 74 6f 6d 69 7a |ection "Customiz| 00002720 69 6e 67 22 20 61 74 0a 20 20 74 68 65 20 65 6e |ing" at. the en| 00002730 64 20 6f 66 20 74 68 69 73 20 6d 61 6e 75 61 6c |d of this manual| 00002740 2e 0a 0a 20 20 3c 54 44 3e 20 54 68 65 20 6e 65 |... <TD> The ne| 00002750 77 20 69 63 6f 6e 20 77 69 6c 6c 20 62 65 20 70 |w icon will be p| 00002760 6f 73 69 74 69 6f 6e 65 64 20 73 6f 20 74 68 61 |ositioned so tha| 00002770 74 20 69 74 73 20 62 6f 74 74 6f 6d 2d 6c 65 66 |t its bottom-lef| 00002780 74 20 63 6f 72 6e 65 72 20 69 73 20 61 74 0a 20 |t corner is at. | 00002790 20 74 68 65 20 70 6f 73 69 74 69 6f 6e 20 77 68 | the position wh| 000027a0 65 72 65 20 74 68 65 20 70 6f 69 6e 74 65 72 20 |ere the pointer | 000027b0 77 61 73 20 77 68 65 6e 20 79 6f 75 20 70 6f 70 |was when you pop| 000027c0 70 65 64 20 75 70 20 74 68 65 20 6d 65 6e 75 2e |ped up the menu.| 000027d0 0a 0a 20 20 49 63 6f 6e 2f 53 65 6c 65 63 74 69 |.. Icon/Selecti| 000027e0 6f 6e 20 89 20 52 65 6e 75 6d 62 65 72 20 89 0a |on . Renumber ..| 000027f0 0a 20 20 59 6f 75 20 63 61 6e 20 72 65 6e 75 6d |. You can renum| 00002800 62 65 72 20 73 69 6e 67 6c 65 20 69 63 6f 6e 73 |ber single icons| 00002810 20 6f 72 20 73 65 6c 65 63 74 69 6f 6e 73 2e 20 | or selections. | 00002820 57 68 65 6e 20 61 20 73 65 6c 65 63 74 69 6f 6e |When a selection| 00002830 20 69 73 0a 20 20 72 65 6e 75 6d 62 65 72 65 64 | is. renumbered| 00002840 2c 20 74 68 65 20 69 63 6f 6e 73 20 61 72 65 20 |, the icons are | 00002850 6e 75 6d 62 65 72 65 64 20 66 72 6f 6d 20 74 6f |numbered from to| 00002860 70 20 74 6f 20 62 6f 74 74 6f 6d 20 61 6e 64 20 |p to bottom and | 00002870 66 72 6f 6d 20 6c 65 66 74 20 74 6f 0a 20 20 72 |from left to. r| 00002880 69 67 68 74 2e 0a 0a 20 20 3c 54 44 3e 20 49 74 |ight... <TD> It| 00002890 20 69 73 20 6e 6f 74 20 70 6f 73 73 69 62 6c 65 | is not possible| 000028a0 20 74 6f 20 67 69 76 65 20 61 6e 20 69 63 6f 6e | to give an icon| 000028b0 20 61 20 6e 75 6d 62 65 72 20 74 68 61 74 20 69 | a number that i| 000028c0 73 20 65 71 75 61 6c 20 74 6f 20 6f 72 0a 20 20 |s equal to or. | 000028d0 68 69 67 68 65 72 20 74 68 61 6e 20 74 68 65 20 |higher than the | 000028e0 6e 75 6d 62 65 72 20 6f 66 20 69 63 6f 6e 73 20 |number of icons | 000028f0 69 6e 20 74 68 65 20 74 65 6d 70 6c 61 74 65 2e |in the template.| 00002900 20 49 66 2c 20 66 6f 72 20 69 6e 73 74 61 6e 63 | If, for instanc| 00002910 65 2c 20 69 66 0a 74 68 65 72 65 0a 20 20 61 72 |e, if.there. ar| 00002920 65 20 31 30 20 69 63 6f 6e 73 2c 20 74 68 65 79 |e 10 icons, they| 00002930 20 61 72 65 20 61 6c 77 61 79 73 20 6e 75 6d 62 | are always numb| 00002940 65 72 65 64 20 66 72 6f 6d 20 30 20 74 6f 20 39 |ered from 0 to 9| 00002950 2e 20 59 6f 75 20 6d 61 79 20 65 6e 74 65 72 20 |. You may enter | 00002960 61 20 68 69 67 68 65 72 0a 20 20 6e 75 6d 62 65 |a higher. numbe| 00002970 72 20 62 75 74 20 54 65 6d 70 6c 45 64 20 77 69 |r but TemplEd wi| 00002980 6c 6c 20 64 65 63 72 65 61 73 65 20 69 74 20 74 |ll decrease it t| 00002990 6f 20 39 2e 20 28 49 6e 20 66 61 63 74 2c 20 77 |o 9. (In fact, w| 000029a0 68 61 74 20 54 65 6d 70 6c 45 64 20 64 6f 65 73 |hat TemplEd does| 000029b0 20 77 68 65 6e 0a 20 20 72 65 6e 75 6d 62 65 72 | when. renumber| 000029c0 69 6e 67 20 69 73 20 73 77 61 70 20 74 68 65 20 |ing is swap the | 000029d0 64 65 66 69 6e 69 74 69 6f 6e 73 20 6f 66 20 74 |definitions of t| 000029e0 77 6f 20 69 63 6f 6e 73 3a 20 74 68 65 20 6f 6e |wo icons: the on| 000029f0 65 20 74 68 61 74 20 79 6f 75 20 77 61 6e 74 20 |e that you want | 00002a00 74 6f 0a 20 20 72 65 6e 75 6d 62 65 72 2c 20 61 |to. renumber, a| 00002a10 6e 64 20 74 68 65 20 6f 6e 65 20 63 61 72 72 79 |nd the one carry| 00002a20 69 6e 67 20 74 68 65 20 6e 65 77 20 6e 75 6d 62 |ing the new numb| 00002a30 65 72 2e 29 0a 0a 20 20 3c 54 44 3e 20 41 66 74 |er.).. <TD> Aft| 00002a40 65 72 20 72 65 6e 75 6d 62 65 72 69 6e 67 20 61 |er renumbering a| 00002a50 6e 20 69 63 6f 6e 2c 20 54 65 6d 70 6c 45 64 20 |n icon, TemplEd | 00002a60 69 6e 63 72 65 61 73 65 73 20 74 68 65 20 6e 65 |increases the ne| 00002a70 77 20 6e 75 6d 62 65 72 20 62 79 20 6f 6e 65 0a |w number by one.| 00002a80 20 20 61 6e 64 20 73 74 6f 72 65 73 20 69 74 2e | and stores it.| 00002a90 20 59 6f 75 20 63 61 6e 20 73 65 65 20 74 68 69 | You can see thi| 00002aa0 73 20 74 68 65 20 6e 65 78 74 20 74 69 6d 65 20 |s the next time | 00002ab0 79 6f 75 20 6f 70 65 6e 20 74 68 65 20 6d 65 6e |you open the men| 00002ac0 75 2e 20 54 68 69 73 0a 20 20 66 65 61 74 75 72 |u. This. featur| 00002ad0 65 20 63 6f 6d 65 73 20 69 6e 20 68 61 6e 64 79 |e comes in handy| 00002ae0 20 77 68 65 6e 20 79 6f 75 20 72 65 6e 75 6d 62 | when you renumb| 00002af0 65 72 20 75 73 69 6e 67 20 41 6c 74 2b 53 65 6c |er using Alt+Sel| 00002b00 65 63 74 20 28 73 65 65 0a 20 20 22 53 68 6f 72 |ect (see. "Shor| 00002b10 74 63 75 74 73 22 29 0a 0a 20 20 49 63 6f 6e 2f |tcuts").. Icon/| 00002b20 53 65 6c 65 63 74 69 6f 6e 20 89 20 41 6c 69 67 |Selection . Alig| 00002b30 6e 20 89 0a 0a 20 20 43 68 61 6e 67 65 73 20 74 |n ... Changes t| 00002b40 68 65 20 73 65 6c 65 63 74 65 64 20 69 63 6f 6e |he selected icon| 00002b50 73 20 73 6f 20 74 68 61 74 20 74 68 65 79 20 61 |s so that they a| 00002b60 72 65 20 6c 69 6e 65 64 20 75 70 2e 20 54 68 65 |re lined up. The| 00002b70 72 65 20 69 73 20 61 20 63 68 6f 69 63 65 0a 20 |re is a choice. | 00002b80 20 6f 66 20 61 6c 69 67 6e 69 6e 67 20 74 68 65 | of aligning the| 00002b90 20 6c 65 66 74 2d 68 61 6e 64 20 73 69 64 65 73 | left-hand sides| 00002ba0 2c 20 72 69 67 68 74 2d 68 61 6e 64 20 73 69 64 |, right-hand sid| 00002bb0 65 73 2c 20 74 6f 70 2c 20 62 6f 74 74 6f 6d 2c |es, top, bottom,| 00002bc0 20 61 6e 64 20 74 68 65 0a 20 20 63 65 6e 74 72 | and the. centr| 00002bd0 65 73 20 28 69 6e 20 65 69 74 68 65 72 20 74 68 |es (in either th| 00002be0 65 20 68 6f 72 69 7a 6f 6e 74 61 6c 20 6f 72 20 |e horizontal or | 00002bf0 76 65 72 74 69 63 61 6c 20 64 69 72 65 63 74 69 |vertical directi| 00002c00 6f 6e 29 2e 0a 0a 20 20 54 68 65 20 69 63 6f 6e |on)... The icon| 00002c10 73 20 63 61 6e 20 62 65 20 65 69 74 68 65 72 20 |s can be either | 00002c20 6d 6f 76 65 64 20 6f 72 20 72 65 73 69 7a 65 64 |moved or resized| 00002c30 2e 20 57 68 65 6e 20 72 65 73 69 7a 65 64 2c 20 |. When resized, | 00002c40 74 68 65 20 63 6f 6f 72 64 69 6e 61 74 65 73 0a |the coordinates.| 00002c50 20 20 6f 66 20 74 68 65 20 69 63 6f 6e 73 20 73 | of the icons s| 00002c60 74 61 79 20 74 68 65 20 73 61 6d 65 20 65 78 63 |tay the same exc| 00002c70 65 70 74 20 66 6f 72 20 74 68 65 20 73 69 64 65 |ept for the side| 00002c80 20 74 68 61 74 20 6d 75 73 74 20 62 65 20 61 6c | that must be al| 00002c90 69 67 6e 65 64 2e 0a 0a 20 20 3c 54 44 3e 20 41 |igned... <TD> A| 00002ca0 73 20 61 6e 20 61 6e 63 68 6f 72 20 66 6f 72 20 |s an anchor for | 00002cb0 61 6c 69 67 6e 69 6e 67 2c 20 74 68 65 20 6f 75 |aligning, the ou| 00002cc0 74 65 72 20 69 63 6f 6e 20 69 73 20 63 68 6f 73 |ter icon is chos| 00002cd0 65 6e 2e 20 46 6f 72 20 68 6f 72 69 7a 6f 6e 74 |en. For horizont| 00002ce0 61 6c 0a 20 20 61 6c 69 67 6e 69 6e 67 20 74 68 |al. aligning th| 00002cf0 69 73 20 69 73 20 74 68 65 20 6c 65 66 74 6d 6f |is is the leftmo| 00002d00 73 74 20 69 63 6f 6e 2c 20 66 6f 72 20 74 6f 70 |st icon, for top| 00002d10 20 61 6c 69 67 6e 69 6e 67 20 74 68 65 20 74 6f | aligning the to| 00002d20 70 6d 6f 73 74 2c 20 65 74 63 2e 0a 20 20 54 68 |pmost, etc.. Th| 00002d30 69 73 20 65 6e 73 75 72 65 73 20 74 68 61 74 20 |is ensures that | 00002d40 69 66 20 74 68 65 20 69 63 6f 6e 73 20 77 65 72 |if the icons wer| 00002d50 65 20 69 6e 73 69 64 65 20 74 68 65 20 76 69 73 |e inside the vis| 00002d60 69 62 6c 65 20 61 72 65 61 20 62 65 66 6f 72 65 |ible area before| 00002d70 20 74 68 65 0a 20 20 61 6c 69 67 6e 69 6e 67 2c | the. aligning,| 00002d80 20 74 68 65 79 20 77 69 6c 6c 20 72 65 6d 61 69 | they will remai| 00002d90 6e 20 66 75 6c 6c 79 20 76 69 73 69 62 6c 65 20 |n fully visible | 00002da0 61 66 74 65 72 77 61 72 64 73 20 28 65 78 63 65 |afterwards (exce| 00002db0 70 74 20 66 6f 72 20 73 6f 6d 65 20 63 61 73 65 |pt for some case| 00002dc0 73 0a 20 20 77 68 65 6e 20 79 6f 75 20 61 6c 69 |s. when you ali| 00002dd0 67 6e 20 74 68 65 20 63 65 6e 74 72 65 73 29 2e |gn the centres).| 00002de0 0a 0a 20 20 49 63 6f 6e 2f 53 65 6c 65 63 74 69 |.. Icon/Selecti| 00002df0 6f 6e 20 89 20 53 70 61 63 65 20 6f 75 74 20 89 |on . Space out .| 00002e00 0a 0a 20 20 4d 6f 76 65 73 20 74 68 65 20 73 65 |.. Moves the se| 00002e10 6c 65 63 74 65 64 20 69 63 6f 6e 73 20 73 6f 20 |lected icons so | 00002e20 74 68 61 74 20 74 68 65 72 65 20 69 73 20 61 20 |that there is a | 00002e30 63 6f 6e 73 74 61 6e 74 20 73 70 61 63 65 20 62 |constant space b| 00002e40 65 74 77 65 65 6e 20 74 68 65 0a 20 20 69 63 6f |etween the. ico| 00002e50 6e 73 2e 20 59 6f 75 20 63 61 6e 20 63 68 6f 6f |ns. You can choo| 00002e60 73 65 20 62 65 74 77 65 65 6e 20 68 6f 72 69 7a |se between horiz| 00002e70 6f 6e 74 61 6c 20 61 6e 64 20 76 65 72 74 69 63 |ontal and vertic| 00002e80 61 6c 20 64 69 73 74 72 69 62 75 74 69 6f 6e 2c |al distribution,| 00002e90 20 61 6e 64 0a 20 20 62 65 74 77 65 65 6e 20 73 | and. between s| 00002ea0 65 74 74 69 6e 67 20 61 20 66 69 78 65 64 20 73 |etting a fixed s| 00002eb0 70 61 63 65 20 61 6e 64 20 75 73 69 6e 67 20 74 |pace and using t| 00002ec0 68 65 20 61 76 61 69 6c 61 62 6c 65 20 73 70 61 |he available spa| 00002ed0 63 65 20 62 65 74 77 65 65 6e 20 74 68 65 0a 20 |ce between the. | 00002ee0 20 6f 75 74 65 72 20 69 63 6f 6e 73 2e 20 46 6f | outer icons. Fo| 00002ef0 72 20 65 78 61 6d 70 6c 65 3a 0a 0a 20 20 53 75 |r example:.. Su| 00002f00 70 70 6f 73 65 20 79 6f 75 20 68 61 76 65 20 66 |ppose you have f| 00002f10 6f 75 72 20 69 63 6f 6e 73 2c 20 70 6f 73 69 74 |our icons, posit| 00002f20 69 6f 6e 65 64 0a 0a 20 20 20 20 20 2d 2d 2d 2d |ioned.. ----| 00002f30 2d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |- | 00002f40 2d 2d 2d 2d 2d 2d 2d 20 20 2d 2d 2d 20 20 20 20 |------- --- | 00002f50 20 20 20 20 2d 2d 2d 0a 20 20 20 20 7c 20 20 41 | ---. | A| 00002f60 20 20 7c 20 20 20 20 20 20 20 20 20 20 20 20 20 | | | 00002f70 7c 20 20 20 42 20 20 20 7c 7c 20 43 20 7c 20 20 || B || C | | 00002f80 20 20 20 20 7c 20 44 20 7c 0a 20 20 20 20 20 2d | | D |. -| 00002f90 2d 2d 2d 2d 20 20 20 20 20 20 20 20 20 20 20 20 |---- | 00002fa0 20 20 20 2d 2d 2d 2d 2d 2d 2d 20 20 2d 2d 2d 20 | ------- --- | 00002fb0 20 20 20 20 20 20 20 2d 2d 2d 0a 20 0a 20 20 55 | ---. . U| 00002fc0 73 69 6e 67 20 61 20 66 69 78 65 64 20 73 70 61 |sing a fixed spa| 00002fd0 63 65 20 67 69 76 65 73 20 79 6f 75 20 73 6f 6d |ce gives you som| 00002fe0 65 74 68 69 6e 67 20 6c 69 6b 65 0a 20 0a 20 20 |ething like. . | 00002ff0 20 20 20 2d 2d 2d 2d 2d 20 20 20 20 2d 2d 2d 2d | ----- ----| 00003000 2d 2d 2d 20 20 20 20 2d 2d 2d 20 20 20 20 2d 2d |--- --- --| 00003010 2d 0a 20 20 20 20 7c 20 20 41 20 20 7c 20 20 7c |-. | A | || 00003020 20 20 20 42 20 20 20 7c 20 20 7c 20 43 20 7c 20 | B | | C | | 00003030 20 7c 20 44 20 7c 0a 20 20 20 20 20 2d 2d 2d 2d | | D |. ----| 00003040 2d 20 20 20 20 2d 2d 2d 2d 2d 2d 2d 20 20 20 20 |- ------- | 00003050 2d 2d 2d 20 20 20 20 2d 2d 2d 0a 20 0a 20 20 61 |--- ---. . a| 00003060 6e 64 20 63 68 6f 6f 73 69 6e 67 20 22 55 73 65 |nd choosing "Use| 00003070 20 61 76 61 69 6c 61 62 6c 65 22 20 72 65 73 75 | available" resu| 00003080 6c 74 73 20 69 6e 0a 20 0a 20 20 20 20 20 2d 2d |lts in. . --| 00003090 2d 2d 2d 20 20 20 20 20 20 20 20 2d 2d 2d 2d 2d |--- -----| 000030a0 2d 2d 20 20 20 20 20 20 20 20 2d 2d 2d 20 20 20 |-- --- | 000030b0 20 20 20 20 20 20 2d 2d 2d 0a 20 20 20 20 7c 20 | ---. | | 000030c0 20 41 20 20 7c 20 20 20 20 20 20 7c 20 20 20 42 | A | | B| 000030d0 20 20 20 7c 20 20 20 20 20 20 7c 20 43 20 7c 20 | | | C | | 000030e0 20 20 20 20 20 20 7c 20 44 20 7c 0a 20 20 20 20 | | D |. | 000030f0 20 2d 2d 2d 2d 2d 20 20 20 20 20 20 20 20 2d 2d | ----- --| 00003100 2d 2d 2d 2d 2d 20 20 20 20 20 20 20 20 2d 2d 2d |----- ---| 00003110 20 20 20 20 20 20 20 20 20 2d 2d 2d 0a 0a 20 20 | ---.. | 00003120 3c 54 44 3e 20 42 65 66 6f 72 65 20 64 6f 69 6e |<TD> Before doin| 00003130 67 20 61 20 53 70 61 63 65 20 6f 75 74 20 6f 70 |g a Space out op| 00003140 65 72 61 74 69 6f 6e 2c 20 54 65 6d 70 6c 45 64 |eration, TemplEd| 00003150 20 73 6f 72 74 73 20 74 68 65 20 69 63 6f 6e 73 | sorts the icons| 00003160 20 6f 6e 20 74 68 65 69 72 0a 20 20 6d 69 6e 69 | on their. mini| 00003170 6d 75 6d 20 63 6f 6f 72 64 69 6e 61 74 65 2e 20 |mum coordinate. | 00003180 54 68 69 73 20 6d 65 61 6e 73 20 74 68 61 74 20 |This means that | 00003190 74 68 65 20 6c 65 66 74 6d 6f 73 74 20 28 6f 72 |the leftmost (or| 000031a0 20 62 6f 74 74 6f 6d 6d 6f 73 74 29 20 69 63 6f | bottommost) ico| 000031b0 6e 0a 20 20 61 6c 77 61 79 73 20 72 65 6d 61 69 |n. always remai| 000031c0 6e 73 20 69 6e 20 70 6c 61 63 65 2e 20 49 74 20 |ns in place. It | 000031d0 61 6c 73 6f 20 6d 65 61 6e 73 20 74 68 61 74 20 |also means that | 000031e0 69 66 20 73 6f 6d 65 20 69 63 6f 6e 73 20 68 61 |if some icons ha| 000031f0 76 65 20 65 71 75 61 6c 0a 20 20 6d 69 6e 69 6d |ve equal. minim| 00003200 75 6d 20 58 20 28 6f 72 20 59 29 20 63 6f 6f 72 |um X (or Y) coor| 00003210 64 69 6e 61 74 65 73 2c 20 74 68 65 79 20 6d 61 |dinates, they ma| 00003220 79 20 65 6e 64 20 75 70 20 69 6e 20 61 6e 79 20 |y end up in any | 00003230 6f 72 64 65 72 2e 0a 0a 20 20 3c 54 44 3e 20 42 |order... <TD> B| 00003240 6f 74 68 20 74 68 65 20 22 41 6c 69 67 6e 22 20 |oth the "Align" | 00003250 61 6e 64 20 74 68 65 20 22 53 70 61 63 65 20 6f |and the "Space o| 00003260 75 74 22 20 6f 70 65 72 61 74 69 6f 6e 73 20 63 |ut" operations c| 00003270 68 61 6e 67 65 20 74 68 65 20 70 6f 73 69 74 69 |hange the positi| 00003280 6f 6e 0a 20 20 6f 66 20 69 63 6f 6e 73 20 69 6e |on. of icons in| 00003290 20 6f 6e 6c 79 20 6f 6e 65 20 64 69 72 65 63 74 | only one direct| 000032a0 69 6f 6e 2e 20 53 6f 20 69 66 20 79 6f 75 20 64 |ion. So if you d| 000032b0 6f 20 61 20 68 6f 72 69 7a 6f 6e 74 61 6c 20 53 |o a horizontal S| 000032c0 70 61 63 65 20 6f 75 74 2c 20 74 68 65 20 59 0a |pace out, the Y.| 000032d0 20 20 63 6f 6f 72 64 69 6e 61 74 65 73 20 6f 66 | coordinates of| 000032e0 20 74 68 65 20 69 63 6f 6e 73 20 72 65 6d 61 69 | the icons remai| 000032f0 6e 20 74 68 65 20 73 61 6d 65 2e 0a 0a 20 20 49 |n the same... I| 00003300 63 6f 6e 2f 53 65 6c 65 63 74 69 6f 6e 20 89 20 |con/Selection . | 00003310 4d 69 6e 2e 20 73 69 7a 65 0a 0a 20 20 4d 69 6e |Min. size.. Min| 00003320 69 6d 69 7a 65 73 20 74 68 65 20 73 69 7a 65 20 |imizes the size | 00003330 6f 66 20 69 63 6f 6e 73 2c 20 6b 65 65 70 69 6e |of icons, keepin| 00003340 67 20 74 68 65 69 72 20 62 6f 74 74 6f 6d 6c 65 |g their bottomle| 00003350 66 74 20 63 6f 72 6e 65 72 20 61 74 20 74 68 65 |ft corner at the| 00003360 20 73 61 6d 65 0a 20 20 70 6f 73 69 74 69 6f 6e | same. position| 00003370 2e 0a 0a 20 20 3c 54 44 3e 20 49 74 20 69 73 20 |... <TD> It is | 00003380 76 65 72 79 20 63 6f 6d 70 6c 69 63 61 74 65 64 |very complicated| 00003390 20 74 6f 20 63 61 6c 63 75 6c 61 74 65 20 74 68 | to calculate th| 000033a0 65 20 6d 69 6e 69 6d 75 6d 20 73 69 7a 65 20 63 |e minimum size c| 000033b0 6f 72 72 65 63 74 6c 79 2c 0a 20 20 65 73 70 65 |orrectly,. espe| 000033c0 63 69 61 6c 6c 79 20 66 6f 72 20 69 63 6f 6e 73 |cially for icons| 000033d0 20 77 69 74 68 20 6f 75 74 6c 69 6e 65 20 66 6f | with outline fo| 000033e0 6e 74 73 2c 20 33 44 20 62 6f 72 64 65 72 73 20 |nts, 3D borders | 000033f0 6f 72 20 6d 75 6c 74 69 2d 6c 69 6e 65 20 74 65 |or multi-line te| 00003400 78 74 2e 0a 20 20 54 68 65 20 70 72 6f 63 65 64 |xt.. The proced| 00003410 75 72 65 20 75 73 65 64 20 6d 61 79 20 6e 6f 74 |ure used may not| 00003420 20 61 6c 77 61 79 73 20 67 69 76 65 20 74 68 65 | always give the| 00003430 20 62 65 73 74 20 72 65 73 75 6c 74 73 2e 0a 0a | best results...| 00003440 20 20 49 63 6f 6e 2f 53 65 6c 65 63 74 69 6f 6e | Icon/Selection| 00003450 20 89 20 43 65 6e 74 65 72 0a 0a 20 20 43 65 6e | . Center.. Cen| 00003460 74 65 72 73 20 74 68 65 20 69 63 6f 6e 20 28 6f |ters the icon (o| 00003470 72 20 69 63 6f 6e 20 73 65 6c 65 63 74 69 6f 6e |r icon selection| 00003480 29 20 69 6e 20 74 68 65 20 77 69 6e 64 6f 77 2c |) in the window,| 00003490 20 72 65 6c 61 74 69 76 65 20 74 6f 20 74 68 65 | relative to the| 000034a0 0a 20 20 61 72 65 61 20 74 68 61 74 20 69 73 20 |. area that is | 000034b0 63 75 72 72 65 6e 74 6c 79 20 76 69 73 69 62 6c |currently visibl| 000034c0 65 2e 0a 0a 20 20 49 63 6f 6e 2f 53 65 6c 65 63 |e... Icon/Selec| 000034d0 74 69 6f 6e 20 89 20 53 61 6d 65 20 73 69 7a 65 |tion . Same size| 000034e0 0a 0a 20 20 53 65 74 73 20 74 68 65 20 73 69 7a |.. Sets the siz| 000034f0 65 20 6f 66 20 74 68 65 20 73 65 6c 65 63 74 65 |e of the selecte| 00003500 64 20 69 63 6f 6e 73 20 74 6f 20 62 65 20 65 71 |d icons to be eq| 00003510 75 61 6c 20 74 6f 20 74 68 65 20 74 6f 70 6c 65 |ual to the tople| 00003520 66 74 20 6f 6e 65 2e 20 54 68 65 0a 20 20 62 6f |ft one. The. bo| 00003530 74 74 6f 6d 6c 65 66 74 20 63 6f 72 6e 65 72 20 |ttomleft corner | 00003540 69 73 20 6b 65 70 74 20 61 74 20 74 68 65 20 73 |is kept at the s| 00003550 61 6d 65 20 70 6f 73 69 74 69 6f 6e 2e 0a 0a 20 |ame position... | 00003560 20 57 6f 72 6b 20 61 72 65 61 20 89 0a 0a 20 20 | Work area ... | 00003570 4c 65 61 64 73 20 74 6f 20 61 20 77 69 6e 64 6f |Leads to a windo| 00003580 77 20 69 6e 20 77 68 69 63 68 20 79 6f 75 20 63 |w in which you c| 00003590 61 6e 20 73 65 74 20 74 68 65 20 64 69 6d 65 6e |an set the dimen| 000035a0 73 69 6f 6e 73 20 6f 66 20 74 68 65 20 77 69 6e |sions of the win| 000035b0 64 6f 77 20 77 6f 72 6b 0a 20 20 61 72 65 61 2e |dow work. area.| 000035c0 20 54 68 65 20 22 4d 69 6e 69 6d 69 7a 65 22 20 | The "Minimize" | 000035d0 62 75 74 74 6f 6e 20 6c 69 6d 69 74 73 20 74 68 |button limits th| 000035e0 65 20 77 6f 72 6b 20 61 72 65 61 20 74 6f 20 74 |e work area to t| 000035f0 68 65 20 6d 61 78 69 6d 75 6d 0a 20 20 63 6f 6f |he maximum. coo| 00003600 72 64 69 6e 61 74 65 73 20 74 68 61 74 20 61 72 |rdinates that ar| 00003610 65 20 63 75 72 72 65 6e 74 6c 79 20 76 69 73 69 |e currently visi| 00003620 62 6c 65 2e 20 54 68 65 20 22 4d 61 78 69 6d 69 |ble. The "Maximi| 00003630 7a 65 22 20 62 75 74 74 6f 6e 20 73 65 74 73 20 |ze" button sets | 00003640 74 68 65 0a 20 20 6d 69 6e 69 6d 75 6d 20 73 69 |the. minimum si| 00003650 7a 65 20 65 71 75 61 6c 20 74 6f 20 74 68 65 20 |ze equal to the | 00003660 63 75 72 72 65 6e 74 20 77 69 6e 64 6f 77 20 73 |current window s| 00003670 69 7a 65 2e 20 54 68 65 20 22 44 65 66 61 75 6c |ize. The "Defaul| 00003680 74 22 20 62 75 74 74 6f 6e 20 72 65 73 65 74 73 |t" button resets| 00003690 0a 20 20 61 6c 6c 20 76 61 6c 75 65 73 20 74 6f |. all values to| 000036a0 20 74 68 6f 73 65 20 6f 66 20 61 20 73 74 61 6e | those of a stan| 000036b0 64 61 72 64 20 66 75 6c 6c 2d 73 63 72 65 65 6e |dard full-screen| 000036c0 20 77 69 6e 64 6f 77 2e 0a 0a 20 20 4d 69 73 63 | window... Misc| 000036d0 20 89 20 53 70 72 69 74 65 20 61 72 65 61 0a 0a | . Sprite area..| 000036e0 20 20 45 6e 61 62 6c 65 73 20 79 6f 75 20 74 6f | Enables you to| 000036f0 20 63 68 6f 6f 73 65 20 66 72 6f 6d 20 77 68 69 | choose from whi| 00003700 63 68 20 73 70 72 69 74 65 20 61 72 65 61 20 74 |ch sprite area t| 00003710 68 65 20 73 70 72 69 74 65 73 20 69 6e 20 74 68 |he sprites in th| 00003720 65 20 74 65 6d 70 6c 61 74 65 0a 20 20 61 72 65 |e template. are| 00003730 20 72 65 61 64 2e 20 54 68 69 73 20 63 61 6e 20 | read. This can | 00003740 62 65 20 65 69 74 68 65 72 20 74 68 65 20 57 69 |be either the Wi| 00003750 6d 70 20 61 72 65 61 20 6f 72 20 61 20 70 72 69 |mp area or a pri| 00003760 76 61 74 65 20 61 72 65 61 20 74 68 61 74 20 69 |vate area that i| 00003770 73 0a 20 20 63 72 65 61 74 65 64 20 77 68 65 6e |s. created when| 00003780 20 79 6f 75 20 64 72 6f 70 20 61 20 73 70 72 69 | you drop a spri| 00003790 74 65 20 66 69 6c 65 20 6f 6e 20 74 68 65 20 54 |te file on the T| 000037a0 65 6d 70 6c 45 64 20 69 63 6f 6e 2e 0a 0a 20 20 |emplEd icon... | 000037b0 3c 54 44 3e 20 57 68 65 6e 20 73 61 76 69 6e 67 |<TD> When saving| 000037c0 20 74 65 6d 70 6c 61 74 65 73 2c 20 54 65 6d 70 | templates, Temp| 000037d0 6c 45 64 20 61 6c 77 61 79 73 20 73 65 74 73 20 |lEd always sets | 000037e0 74 68 65 20 73 70 72 69 74 65 20 61 72 65 61 20 |the sprite area | 000037f0 74 6f 20 31 20 28 69 2e 65 2e 0a 20 20 74 68 65 |to 1 (i.e.. the| 00003800 20 57 69 6d 70 20 61 72 65 61 29 2e 20 49 66 20 | Wimp area). If | 00003810 79 6f 75 72 20 70 72 6f 67 72 61 6d 20 69 73 20 |your program is | 00003820 75 73 69 6e 67 20 61 20 70 72 69 76 61 74 65 20 |using a private | 00003830 73 70 72 69 74 65 20 61 72 65 61 2c 20 69 74 20 |sprite area, it | 00003840 77 69 6c 6c 0a 20 20 68 61 76 65 20 74 6f 20 72 |will. have to r| 00003850 65 2d 64 69 72 65 63 74 20 74 68 65 20 73 70 72 |e-direct the spr| 00003860 69 74 65 20 61 72 65 61 20 70 6f 69 6e 74 65 72 |ite area pointer| 00003870 73 20 61 66 74 65 72 20 69 74 20 68 61 73 20 6c |s after it has l| 00003880 6f 61 64 65 64 20 74 68 65 0a 20 20 74 65 6d 70 |oaded the. temp| 00003890 6c 61 74 65 2e 0a 0a 20 20 4d 69 73 63 20 89 20 |late... Misc . | 000038a0 45 6e 73 75 72 65 20 69 63 6f 6e 73 20 89 0a 0a |Ensure icons ...| 000038b0 20 20 46 72 6f 6d 20 74 68 69 73 20 73 75 62 6d | From this subm| 000038c0 65 6e 75 2c 20 79 6f 75 20 63 61 6e 20 6c 65 74 |enu, you can let| 000038d0 20 54 65 6d 70 6c 45 64 20 63 68 65 63 6b 20 74 | TemplEd check t| 000038e0 68 65 20 70 6f 73 69 74 69 6f 6e 20 6f 66 20 74 |he position of t| 000038f0 68 65 20 69 63 6f 6e 73 2c 0a 20 20 61 6e 64 20 |he icons,. and | 00003900 6d 6f 76 65 20 74 68 65 6d 20 69 66 20 6e 65 65 |move them if nee| 00003910 64 65 64 2e 20 54 68 65 20 66 69 72 73 74 20 69 |ded. The first i| 00003920 74 65 6d 20 69 6e 20 74 68 65 20 73 75 62 6d 65 |tem in the subme| 00003930 6e 75 20 6d 61 6b 65 20 73 75 72 65 20 74 68 61 |nu make sure tha| 00003940 74 20 61 6c 6c 0a 20 20 69 63 6f 6e 73 20 61 72 |t all. icons ar| 00003950 65 20 77 69 74 68 69 6e 20 74 68 65 20 77 6f 72 |e within the wor| 00003960 6b 20 61 72 65 61 2c 20 74 68 65 20 73 65 63 6f |k area, the seco| 00003970 6e 64 20 65 6e 73 75 72 65 73 20 74 68 61 74 20 |nd ensures that | 00003980 74 68 65 79 20 61 72 65 20 69 6e 20 74 68 65 0a |they are in the.| 00003990 20 20 63 75 72 72 65 6e 74 6c 79 20 76 69 73 69 | currently visi| 000039a0 62 6c 65 20 70 61 72 74 20 6f 66 20 74 68 65 20 |ble part of the | 000039b0 77 69 6e 64 6f 77 2e 0a 0a 20 20 4d 69 73 63 20 |window... Misc | 000039c0 89 20 44 65 6c 65 74 65 64 20 69 63 6f 6e 73 20 |. Deleted icons | 000039d0 89 0a 0a 20 20 4e 6f 72 6d 61 6c 6c 79 2c 20 77 |... Normally, w| 000039e0 68 65 6e 20 79 6f 75 20 64 65 6c 65 74 65 20 61 |hen you delete a| 000039f0 6e 20 69 63 6f 6e 2c 20 69 74 20 69 73 20 6f 6e |n icon, it is on| 00003a00 6c 79 20 6d 61 72 6b 65 64 20 61 73 20 64 65 6c |ly marked as del| 00003a10 65 74 65 64 2e 20 4d 6f 73 74 20 6f 66 0a 20 20 |eted. Most of. | 00003a20 74 68 65 20 69 63 6f 6e 20 64 61 74 61 20 69 73 |the icon data is| 00003a30 20 72 65 74 61 69 6e 65 64 2c 20 61 6e 64 20 74 | retained, and t| 00003a40 68 65 20 6e 75 6d 62 65 72 69 6e 67 20 6f 66 20 |he numbering of | 00003a50 74 68 65 20 6f 74 68 65 72 20 69 63 6f 6e 73 20 |the other icons | 00003a60 73 74 61 79 73 20 74 68 65 0a 20 20 73 61 6d 65 |stays the. same| 00003a70 2e 20 49 66 2c 20 6c 61 74 65 72 20 6f 6e 2c 20 |. If, later on, | 00003a80 79 6f 75 20 63 72 65 61 74 65 20 61 6e 20 69 63 |you create an ic| 00003a90 6f 6e 2c 20 69 74 20 6d 61 79 20 67 65 74 20 74 |on, it may get t| 00003aa0 68 65 20 6e 75 6d 62 65 72 20 6f 66 20 61 0a 20 |he number of a. | 00003ab0 20 64 65 6c 65 74 65 64 20 69 63 6f 6e 2e 20 55 | deleted icon. U| 00003ac0 6e 74 69 6c 20 74 68 61 74 20 74 69 6d 65 2c 20 |ntil that time, | 00003ad0 69 74 20 69 73 20 70 6f 73 73 69 62 6c 65 20 74 |it is possible t| 00003ae0 6f 20 22 75 6e 64 65 6c 65 74 65 22 20 74 68 65 |o "undelete" the| 00003af0 20 69 63 6f 6e 2e 0a 20 20 46 72 6f 6d 20 74 68 | icon.. From th| 00003b00 69 73 20 73 75 62 6d 65 6e 75 2c 20 79 6f 75 20 |is submenu, you | 00003b10 63 61 6e 3a 0a 20 20 20 20 2a 20 55 6e 64 65 6c |can:. * Undel| 00003b20 65 74 65 20 74 68 65 20 64 65 6c 65 74 65 64 20 |ete the deleted | 00003b30 69 63 6f 6e 73 20 28 65 2e 67 2e 20 69 66 20 79 |icons (e.g. if y| 00003b40 6f 75 20 61 63 63 69 64 65 6e 74 61 6c 6c 79 20 |ou accidentally | 00003b50 64 65 6c 65 74 65 64 20 74 68 65 6d 29 0a 20 20 |deleted them). | 00003b60 20 20 2a 20 55 6e 64 65 6c 65 74 65 20 74 68 65 | * Undelete the| 00003b70 6d 20 61 6e 64 20 6d 6f 76 65 20 74 68 65 6d 20 |m and move them | 00003b80 6f 75 74 73 69 64 65 20 74 68 65 20 77 6f 72 6b |outside the work| 00003b90 20 61 72 65 61 2e 20 54 68 69 73 20 63 61 6e 20 | area. This can | 00003ba0 62 65 20 68 61 6e 64 79 0a 20 20 20 20 20 20 69 |be handy. i| 00003bb0 66 20 79 6f 75 20 77 61 6e 74 20 74 6f 20 61 76 |f you want to av| 00003bc0 6f 69 64 20 74 68 61 74 20 74 68 65 20 69 63 6f |oid that the ico| 00003bd0 6e 20 6e 75 6d 62 65 72 73 20 61 72 65 20 75 73 |n numbers are us| 00003be0 65 64 20 61 67 61 69 6e 20 77 68 65 6e 20 79 6f |ed again when yo| 00003bf0 75 0a 20 20 20 20 20 20 65 64 69 74 20 6f 74 68 |u. edit oth| 00003c00 65 72 20 69 63 6f 6e 73 0a 20 20 20 20 2a 20 50 |er icons. * P| 00003c10 75 72 67 65 20 74 68 65 20 64 65 6c 65 74 65 64 |urge the deleted| 00003c20 20 69 63 6f 6e 73 2c 20 73 6f 20 74 68 61 74 20 | icons, so that | 00003c30 74 68 65 72 65 20 61 72 65 20 6e 6f 20 67 61 70 |there are no gap| 00003c40 73 20 69 6e 20 74 68 65 20 6e 75 6d 62 65 72 69 |s in the numberi| 00003c50 6e 67 0a 0a 20 20 4e 6f 74 65 20 74 68 61 74 20 |ng.. Note that | 00003c60 66 6f 72 20 69 6e 64 69 72 65 63 74 65 64 20 69 |for indirected i| 00003c70 63 6f 6e 73 2c 20 74 68 65 20 69 6e 64 69 72 65 |cons, the indire| 00003c80 63 74 65 64 20 64 61 74 61 20 63 61 6e 20 6e 6f |cted data can no| 00003c90 74 20 62 65 20 72 65 74 72 69 65 76 65 64 2e 0a |t be retrieved..| 00003ca0 0a 31 30 2e 32 20 54 68 65 20 69 63 6f 6e 20 62 |.10.2 The icon b| 00003cb0 61 72 20 6d 65 6e 75 0a 0a 20 20 4f 70 74 69 6f |ar menu.. Optio| 00003cc0 6e 73 2e 2e 2e 0a 0a 20 20 20 20 4f 70 65 6e 73 |ns..... Opens| 00003cd0 20 61 20 77 69 6e 64 6f 77 20 69 6e 20 77 68 69 | a window in whi| 00003ce0 63 68 20 79 6f 75 20 63 61 6e 20 73 65 74 20 61 |ch you can set a| 00003cf0 20 6e 75 6d 62 65 72 20 6f 66 20 6f 70 74 69 6f | number of optio| 00003d00 6e 73 3a 0a 20 20 20 20 2a 20 44 6f 75 62 6c 65 |ns:. * Double| 00003d10 20 63 6c 69 63 6b 20 73 74 61 72 74 73 20 65 64 | click starts ed| 00003d20 69 74 0a 20 20 20 20 20 20 20 20 57 68 65 6e 20 |it. When | 00003d30 6f 6e 2c 20 54 65 6d 70 6c 45 64 20 72 65 61 63 |on, TemplEd reac| 00003d40 74 73 20 74 6f 20 64 6f 75 62 6c 65 2d 63 6c 69 |ts to double-cli| 00003d50 63 6b 73 20 6f 6e 20 69 63 6f 6e 73 2c 20 77 69 |cks on icons, wi| 00003d60 6e 64 6f 77 20 74 69 74 6c 65 20 62 61 72 0a 20 |ndow title bar. | 00003d70 20 20 20 20 20 20 20 6f 72 20 62 61 63 6b 67 72 | or backgr| 00003d80 6f 75 6e 64 2c 20 62 79 20 6f 70 65 6e 69 6e 67 |ound, by opening| 00003d90 20 61 6e 20 45 64 69 74 20 77 69 6e 64 6f 77 2e | an Edit window.| 00003da0 0a 20 20 20 20 2a 20 53 75 70 70 6f 72 74 20 27 |. * Support '| 00003db0 49 6e 74 65 72 66 61 63 65 27 2f 27 41 45 48 27 |Interface'/'AEH'| 00003dc0 2f 27 57 69 6d 70 45 78 74 27 20 6d 6f 64 75 6c |/'WimpExt' modul| 00003dd0 65 0a 20 20 20 20 20 20 20 20 50 72 6f 76 69 64 |e. Provid| 00003de0 65 73 20 6c 69 6d 69 74 65 64 20 73 75 70 70 6f |es limited suppo| 00003df0 72 74 20 66 6f 72 20 6f 6e 65 20 6f 66 20 74 68 |rt for one of th| 00003e00 65 73 65 20 6d 6f 64 75 6c 65 73 2c 20 62 79 20 |ese modules, by | 00003e10 6d 61 6b 69 6e 67 20 74 68 65 0a 20 20 20 20 20 |making the. | 00003e20 20 20 20 61 70 70 72 6f 70 72 69 61 74 65 20 63 | appropriate c| 00003e30 61 6c 6c 73 20 66 6f 72 20 72 65 64 72 61 77 69 |alls for redrawi| 00003e40 6e 67 20 69 63 6f 6e 73 2e 20 54 68 65 20 6d 6f |ng icons. The mo| 00003e50 64 75 6c 65 73 20 70 72 6f 76 69 64 65 20 61 20 |dules provide a | 00003e60 6e 75 6d 62 65 72 0a 20 20 20 20 20 20 20 20 6f |number. o| 00003e70 66 20 65 6e 68 61 6e 63 65 6d 65 6e 74 73 20 74 |f enhancements t| 00003e80 6f 20 74 68 65 20 57 69 6d 70 2c 20 61 6d 6f 6e |o the Wimp, amon| 00003e90 67 20 77 68 69 63 68 20 69 63 6f 6e 20 62 6f 72 |g which icon bor| 00003ea0 64 65 72 73 20 77 69 74 68 20 33 44 20 6c 6f 6f |ders with 3D loo| 00003eb0 6b 2e 0a 20 20 20 20 20 20 20 20 41 64 64 72 65 |k.. Addre| 00003ec0 73 73 65 73 20 6f 66 20 74 68 65 20 70 65 6f 70 |sses of the peop| 00003ed0 6c 65 20 77 68 6f 20 6d 61 64 65 20 74 68 65 73 |le who made thes| 00003ee0 65 20 6d 6f 64 75 6c 65 73 20 61 72 65 20 6c 69 |e modules are li| 00003ef0 73 74 65 64 20 61 74 20 74 68 65 20 65 6e 64 0a |sted at the end.| 00003f00 20 20 20 20 20 20 20 20 6f 66 20 74 68 69 73 20 | of this | 00003f10 66 69 6c 65 2e 0a 20 20 20 20 20 20 20 20 3c 54 |file.. <T| 00003f20 44 3e 20 53 75 70 70 6f 72 74 20 69 73 20 6c 69 |D> Support is li| 00003f30 6d 69 74 65 64 20 74 6f 20 72 65 64 72 61 77 69 |mited to redrawi| 00003f40 6e 67 20 69 63 6f 6e 73 2c 20 69 6e 63 6c 75 64 |ng icons, includ| 00003f50 69 6e 67 20 73 65 6c 65 63 74 69 6e 67 20 61 6e |ing selecting an| 00003f60 64 0a 20 20 20 20 20 20 20 20 64 65 73 65 6c 65 |d. desele| 00003f70 63 74 69 6e 67 20 74 68 65 6d 20 75 70 6f 6e 20 |cting them upon | 00003f80 61 20 63 6c 69 63 6b 2e 20 4f 74 68 65 72 20 66 |a click. Other f| 00003f90 65 61 74 75 72 65 73 20 61 72 65 20 6e 6f 74 20 |eatures are not | 00003fa0 73 75 70 70 6f 72 74 65 64 2e 0a 20 20 20 20 2a |supported.. *| 00003fb0 20 41 6c 6c 6f 77 20 64 75 70 6c 69 63 61 74 65 | Allow duplicate| 00003fc0 20 74 65 6d 70 6c 61 74 65 20 6e 61 6d 65 73 0a | template names.| 00003fd0 20 20 20 20 20 20 20 20 49 66 20 74 68 69 73 20 | If this | 00003fe0 6f 70 74 69 6f 6e 20 69 73 20 6f 66 66 20 61 6e |option is off an| 00003ff0 64 20 61 20 74 65 6d 70 6c 61 74 65 20 69 73 20 |d a template is | 00004000 61 64 64 65 64 20 77 69 74 68 20 61 20 6e 61 6d |added with a nam| 00004010 65 20 74 68 61 74 0a 20 20 20 20 20 20 20 20 61 |e that. a| 00004020 6c 72 65 61 64 79 20 65 78 69 73 74 73 2c 20 74 |lready exists, t| 00004030 68 65 20 6f 6c 64 20 74 65 6d 70 6c 61 74 65 20 |he old template | 00004040 69 73 20 64 65 6c 65 74 65 64 2e 20 52 65 6e 61 |is deleted. Rena| 00004050 6d 69 6e 67 20 61 20 74 65 6d 70 6c 61 74 65 20 |ming a template | 00004060 74 6f 0a 20 20 20 20 20 20 20 20 61 6e 20 65 78 |to. an ex| 00004070 69 73 74 69 6e 67 20 6e 61 6d 65 20 77 69 6c 6c |isting name will| 00004080 20 61 6c 73 6f 20 62 65 20 72 65 66 75 73 65 64 | also be refused| 00004090 2e 0a 20 20 20 20 2a 20 48 61 74 63 68 20 75 73 |.. * Hatch us| 000040a0 65 72 2d 72 65 64 72 61 77 6e 20 74 65 6d 70 6c |er-redrawn templ| 000040b0 61 74 65 73 0a 20 20 20 20 20 20 20 20 57 68 65 |ates. Whe| 000040c0 6e 20 6f 6e 2c 20 74 68 65 20 62 61 63 6b 67 72 |n on, the backgr| 000040d0 6f 75 6e 64 20 6f 66 20 77 69 6e 64 6f 77 73 20 |ound of windows | 000040e0 6f 66 20 77 68 69 63 68 20 74 68 65 20 22 41 75 |of which the "Au| 000040f0 74 6f 2d 72 65 64 72 61 77 22 0a 20 20 20 20 20 |to-redraw". | 00004100 20 20 20 66 6c 61 67 20 69 73 20 63 6c 65 61 72 | flag is clear| 00004110 65 64 2c 20 77 69 6c 6c 20 62 65 20 73 68 6f 77 |ed, will be show| 00004120 6e 20 77 69 74 68 20 61 20 63 72 6f 73 73 2d 68 |n with a cross-h| 00004130 61 74 63 68 20 70 61 74 74 65 72 6e 2e 0a 20 20 |atch pattern.. | 00004140 20 20 2a 20 53 68 6f 77 20 69 63 6f 6e 20 69 6e | * Show icon in| 00004150 66 6f 0a 20 20 20 20 20 20 20 20 45 6e 61 62 6c |fo. Enabl| 00004160 65 73 20 6f 72 20 64 69 73 61 62 6c 65 73 20 74 |es or disables t| 00004170 68 65 20 49 63 6f 6e 20 69 6e 66 6f 20 77 69 6e |he Icon info win| 00004180 64 6f 77 20 74 68 61 74 20 73 68 6f 77 73 20 69 |dow that shows i| 00004190 6e 66 6f 72 6d 61 74 69 6f 6e 0a 20 20 20 20 20 |nformation. | 000041a0 20 20 20 6f 6e 20 74 68 65 20 69 63 6f 6e 20 74 | on the icon t| 000041b0 68 61 74 20 74 68 65 20 70 6f 69 6e 74 65 72 20 |hat the pointer | 000041c0 69 73 20 63 75 72 72 65 6e 74 6c 79 20 6f 76 65 |is currently ove| 000041d0 72 2e 0a 20 20 20 20 2a 20 53 61 76 65 20 69 63 |r.. * Save ic| 000041e0 6f 6e 73 20 61 73 20 75 6e 73 65 6c 65 63 74 65 |ons as unselecte| 000041f0 64 0a 20 20 20 20 20 20 20 20 57 68 65 6e 20 6f |d. When o| 00004200 6e 2c 20 54 65 6d 70 6c 45 64 20 73 74 6f 72 65 |n, TemplEd store| 00004210 73 20 61 6c 6c 20 69 63 6f 6e 73 20 61 73 20 75 |s all icons as u| 00004220 6e 73 65 6c 65 63 74 65 64 20 77 68 65 6e 20 79 |nselected when y| 00004230 6f 75 20 73 61 76 65 20 61 6e 79 0a 20 20 20 20 |ou save any. | 00004240 20 20 20 20 74 65 6d 70 6c 61 74 65 73 2e 20 4f | templates. O| 00004250 74 68 65 72 77 69 73 65 2c 20 74 68 65 20 22 73 |therwise, the "s| 00004260 65 6c 65 63 74 65 64 22 20 73 74 61 74 65 20 6f |elected" state o| 00004270 66 20 69 63 6f 6e 73 20 69 73 20 73 61 76 65 64 |f icons is saved| 00004280 20 77 69 74 68 0a 20 20 20 20 20 20 20 20 74 68 | with. th| 00004290 65 20 72 65 73 74 20 6f 66 20 74 68 65 20 64 61 |e rest of the da| 000042a0 74 61 20 74 6f 20 74 68 65 20 66 69 6c 65 2c 20 |ta to the file, | 000042b0 61 6e 64 20 77 68 65 6e 20 79 6f 75 72 20 70 72 |and when your pr| 000042c0 6f 67 72 61 6d 20 75 73 65 73 20 74 68 65 0a 20 |ogram uses the. | 000042d0 20 20 20 20 20 20 20 74 65 6d 70 6c 61 74 65 73 | templates| 000042e0 2c 20 69 74 20 77 69 6c 6c 20 68 61 76 65 20 74 |, it will have t| 000042f0 6f 20 6d 61 6b 65 20 73 75 72 65 20 74 68 61 74 |o make sure that| 00004300 20 74 68 65 20 63 6f 72 72 65 63 74 20 69 63 6f | the correct ico| 00004310 6e 73 20 61 72 65 0a 20 20 20 20 20 20 20 20 73 |ns are. s| 00004320 65 6c 65 63 74 65 64 2e 0a 20 20 20 20 2a 20 44 |elected.. * D| 00004330 65 6c 65 74 65 20 69 63 6f 6e 73 20 6d 6f 76 65 |elete icons move| 00004340 64 20 6f 75 74 73 69 64 65 0a 20 20 20 20 20 20 |d outside. | 00004350 20 20 49 66 20 79 6f 75 20 6d 6f 76 65 20 69 63 | If you move ic| 00004360 6f 6e 73 2c 20 61 6e 64 20 64 72 6f 70 20 74 68 |ons, and drop th| 00004370 65 6d 20 6f 75 74 73 69 64 65 20 61 20 74 65 6d |em outside a tem| 00004380 70 6c 61 74 65 20 77 69 6e 64 6f 77 2c 20 74 68 |plate window, th| 00004390 65 79 0a 20 20 20 20 20 20 20 20 77 69 6c 6c 20 |ey. will | 000043a0 62 65 20 64 65 6c 65 74 65 64 20 69 66 20 74 68 |be deleted if th| 000043b0 69 73 20 6f 70 74 69 6f 6e 20 69 73 20 6f 6e 2e |is option is on.| 000043c0 20 57 68 65 6e 20 6f 66 66 2c 20 6e 6f 74 68 69 | When off, nothi| 000043d0 6e 67 20 68 61 70 70 65 6e 73 20 74 6f 0a 20 20 |ng happens to. | 000043e0 20 20 20 20 20 20 74 68 65 20 69 63 6f 6e 73 2e | the icons.| 000043f0 20 54 68 69 73 20 6f 70 74 69 6f 6e 20 61 6c 6c | This option all| 00004400 6f 77 73 20 66 6f 72 20 66 61 73 74 20 64 65 6c |ows for fast del| 00004410 65 74 69 6f 6e 20 6f 66 20 69 63 6f 6e 73 2e 0a |etion of icons..| 00004420 20 20 20 20 2a 20 47 72 69 64 0a 20 20 20 20 20 | * Grid. | 00004430 20 20 20 4c 6f 63 6b 73 20 74 68 65 20 70 6f 73 | Locks the pos| 00004440 69 74 69 6f 6e 20 6f 66 20 69 63 6f 6e 73 20 74 |ition of icons t| 00004450 68 61 74 20 61 72 65 20 63 72 65 61 74 65 64 20 |hat are created | 00004460 6f 72 20 6d 6f 64 69 66 69 65 64 20 74 6f 0a 20 |or modified to. | 00004470 20 20 20 20 20 20 20 61 20 67 72 69 64 20 28 61 | a grid (a| 00004480 73 20 69 6e 20 21 44 72 61 77 29 2e 20 54 68 69 |s in !Draw). Thi| 00004490 73 20 6d 61 6b 65 73 20 69 74 20 65 61 73 69 65 |s makes it easie| 000044a0 72 20 74 6f 20 67 65 74 20 69 63 6f 6e 73 20 6c |r to get icons l| 000044b0 69 6e 65 64 0a 20 20 20 20 20 20 20 20 75 70 20 |ined. up | 000044c0 70 72 6f 70 65 72 6c 79 2e 20 54 68 65 20 67 72 |properly. The gr| 000044d0 69 64 20 73 69 7a 65 20 63 61 6e 20 62 65 20 73 |id size can be s| 000044e0 65 74 20 62 79 20 63 6c 69 63 6b 69 6e 67 20 6f |et by clicking o| 000044f0 6e 20 74 68 65 20 61 72 72 6f 77 0a 20 20 20 20 |n the arrow. | 00004500 20 20 20 20 69 63 6f 6e 73 2e 20 54 68 65 72 65 | icons. There| 00004510 20 61 72 65 20 74 77 6f 20 67 72 69 64 73 3a 0a | are two grids:.| 00004520 20 20 20 20 20 20 20 20 20 20 2d 20 49 63 6f 6e | - Icon| 00004530 20 73 69 7a 65 20 67 72 69 64 0a 20 20 20 20 20 | size grid. | 00004540 20 20 20 20 20 20 20 4c 6f 63 6b 73 20 61 6c 6c | Locks all| 00004550 20 66 6f 75 72 20 63 6f 72 6e 65 72 73 20 6f 66 | four corners of| 00004560 20 61 6e 20 69 63 6f 6e 2c 20 73 6f 20 74 68 61 | an icon, so tha| 00004570 74 20 69 74 73 20 73 69 7a 65 20 77 69 6c 6c 20 |t its size will | 00004580 62 65 20 61 0a 20 20 20 20 20 20 20 20 20 20 20 |be a. | 00004590 20 6d 75 6c 74 69 70 6c 65 20 6f 66 20 74 68 65 | multiple of the| 000045a0 20 67 72 69 64 20 73 69 7a 65 0a 20 20 20 20 20 | grid size. | 000045b0 20 20 20 20 20 2d 20 49 63 6f 6e 20 70 6f 73 69 | - Icon posi| 000045c0 74 69 6f 6e 20 67 72 69 64 0a 20 20 20 20 20 20 |tion grid. | 000045d0 20 20 20 20 20 20 4c 6f 63 6b 73 20 6f 6e 6c 79 | Locks only| 000045e0 20 74 68 65 20 62 6f 74 74 6f 6d 6c 65 66 74 20 | the bottomleft | 000045f0 63 6f 72 6e 65 72 20 6f 66 20 74 68 65 20 69 63 |corner of the ic| 00004600 6f 6e 3b 20 74 68 69 73 20 63 61 6e 20 62 65 20 |on; this can be | 00004610 68 61 6e 64 79 0a 20 20 20 20 20 20 20 20 20 20 |handy. | 00004620 20 20 69 66 20 79 6f 75 20 77 61 6e 74 20 74 6f | if you want to| 00004630 20 6b 65 65 70 20 69 63 6f 6e 73 20 6c 69 6e 65 | keep icons line| 00004640 64 20 75 70 2c 20 62 75 74 20 77 61 6e 74 20 74 |d up, but want t| 00004650 6f 20 6b 65 65 70 20 74 68 65 69 72 20 73 69 7a |o keep their siz| 00004660 65 73 0a 20 20 20 20 20 20 20 20 20 20 20 20 75 |es. u| 00004670 6e 63 68 61 6e 67 65 64 0a 20 20 20 20 20 20 20 |nchanged. | 00004680 20 4e 6f 72 6d 61 6c 6c 79 2c 20 74 68 65 20 49 | Normally, the I| 00004690 63 6f 6e 20 70 6f 73 69 74 69 6f 6e 20 67 72 69 |con position gri| 000046a0 64 20 77 69 6c 6c 20 62 65 20 61 74 20 6c 65 61 |d will be at lea| 000046b0 73 74 20 61 73 20 6c 61 72 67 65 20 61 73 20 74 |st as large as t| 000046c0 68 65 0a 20 20 20 20 20 20 20 20 49 63 6f 6e 20 |he. Icon | 000046d0 73 69 7a 65 20 67 72 69 64 2e 0a 20 20 20 20 20 |size grid.. | 000046e0 20 20 20 3c 54 44 3e 20 49 66 20 79 6f 75 20 61 | <TD> If you a| 000046f0 72 65 20 77 6f 72 6b 69 6e 67 20 69 6e 20 61 20 |re working in a | 00004700 68 69 67 68 2d 72 65 73 6f 6c 75 74 69 6f 6e 20 |high-resolution | 00004710 73 63 72 65 65 6e 20 6d 6f 64 65 2c 20 69 74 20 |screen mode, it | 00004720 69 73 0a 20 20 20 20 20 20 20 20 61 64 76 69 73 |is. advis| 00004730 61 62 6c 65 20 74 6f 20 75 73 65 20 61 74 20 6c |able to use at l| 00004740 65 61 73 74 20 61 6e 20 49 63 6f 6e 20 73 69 7a |east an Icon siz| 00004750 65 20 67 72 69 64 20 6f 66 20 32 78 34 2c 20 73 |e grid of 2x4, s| 00004760 6f 20 74 68 61 74 20 79 6f 75 72 0a 20 20 20 20 |o that your. | 00004770 20 20 20 20 74 65 6d 70 6c 61 74 65 73 20 6c 6f | templates lo| 00004780 6f 6b 20 74 68 65 20 73 61 6d 65 20 69 6e 20 6d |ok the same in m| 00004790 65 64 69 75 6d 2d 72 65 73 6f 6c 75 74 69 6f 6e |edium-resolution| 000047a0 20 6d 6f 64 65 73 20 28 6c 69 6b 65 20 31 32 20 | modes (like 12 | 000047b0 61 6e 64 20 31 35 29 0a 20 20 20 20 20 20 20 20 |and 15). | 000047c0 3c 54 44 3e 20 54 65 6d 70 6c 45 64 20 61 75 74 |<TD> TemplEd aut| 000047d0 6f 6d 61 74 69 63 61 6c 6c 79 20 61 64 6a 75 73 |omatically adjus| 000047e0 74 73 20 74 68 65 20 67 72 69 64 20 73 69 7a 65 |ts the grid size| 000047f0 20 69 6e 20 63 61 73 65 20 6f 66 20 61 20 6d 6f | in case of a mo| 00004800 64 65 0a 20 20 20 20 20 20 20 20 63 68 61 6e 67 |de. chang| 00004810 65 3b 20 74 68 65 20 67 72 69 64 20 73 69 7a 65 |e; the grid size| 00004820 20 6d 75 73 74 20 62 65 20 61 74 20 6c 65 61 73 | must be at leas| 00004830 74 20 65 71 75 61 6c 20 74 6f 20 74 68 65 20 6e |t equal to the n| 00004840 75 6d 62 65 72 20 6f 66 20 4f 53 0a 20 20 20 20 |umber of OS. | 00004850 20 20 20 20 75 6e 69 74 73 20 70 65 72 20 70 69 | units per pi| 00004860 78 65 6c 2e 0a 0a 20 20 20 20 54 68 65 20 22 53 |xel... The "S| 00004870 61 76 65 20 26 20 45 78 69 74 22 20 62 75 74 74 |ave & Exit" butt| 00004880 6f 6e 20 73 74 6f 72 65 73 20 74 68 65 20 63 75 |on stores the cu| 00004890 72 72 65 6e 74 20 73 65 74 74 69 6e 67 73 20 74 |rrent settings t| 000048a0 6f 20 61 20 66 69 6c 65 20 69 6e 0a 20 20 20 20 |o a file in. | 000048b0 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |the application | 000048c0 64 69 72 65 63 74 6f 72 79 2c 20 74 68 65 6e 20 |directory, then | 000048d0 63 6c 6f 73 65 73 20 74 68 65 20 77 69 6e 64 6f |closes the windo| 000048e0 77 2e 20 54 68 65 20 22 45 78 69 74 22 20 62 75 |w. The "Exit" bu| 000048f0 74 74 6f 6e 0a 20 20 20 20 6a 75 73 74 20 63 6c |tton. just cl| 00004900 6f 73 65 73 20 74 68 65 20 77 69 6e 64 6f 77 2e |oses the window.| 00004910 0a 0a 20 20 53 74 61 74 69 73 74 69 63 73 2e 2e |.. Statistics..| 00004920 2e 0a 0a 20 20 20 20 4f 70 65 6e 73 20 74 68 65 |... Opens the| 00004930 20 73 74 61 74 69 73 74 69 63 73 20 77 69 6e 64 | statistics wind| 00004940 6f 77 2c 20 73 68 6f 77 69 6e 67 20 74 68 65 20 |ow, showing the | 00004950 61 6d 6f 75 6e 74 20 6f 66 20 6d 65 6d 6f 72 79 |amount of memory| 00004960 20 74 68 61 74 20 74 68 65 0a 20 20 20 20 74 65 | that the. te| 00004970 6d 70 6c 61 74 65 73 20 77 69 6c 6c 20 6e 65 65 |mplates will nee| 00004980 64 20 69 66 20 79 6f 75 20 75 73 65 20 74 68 65 |d if you use the| 00004990 6d 20 69 6e 20 61 20 70 72 6f 67 72 61 6d 2e 20 |m in a program. | 000049a0 54 68 65 20 61 6d 6f 75 6e 74 73 20 63 61 6e 20 |The amounts can | 000049b0 62 65 0a 20 20 20 20 73 68 6f 77 6e 20 69 6e 20 |be. shown in | 000049c0 64 65 63 69 6d 61 6c 20 6f 72 20 68 65 78 61 64 |decimal or hexad| 000049d0 65 63 69 6d 61 6c 20 6e 75 6d 62 65 72 73 2e 0a |ecimal numbers..| 000049e0 0a 20 20 20 20 3c 54 44 3e 20 4e 6f 74 65 20 74 |. <TD> Note t| 000049f0 68 61 74 20 74 68 65 20 73 74 61 74 69 73 74 69 |hat the statisti| 00004a00 63 73 20 77 69 6e 64 6f 77 20 64 6f 65 73 20 6e |cs window does n| 00004a10 6f 74 20 63 68 61 6e 67 65 20 61 73 20 79 6f 75 |ot change as you| 00004a20 20 6d 6f 64 69 66 79 20 79 6f 75 72 0a 20 20 20 | modify your. | 00004a30 20 74 65 6d 70 6c 61 74 65 73 2e 20 54 68 65 20 | templates. The | 00004a40 66 69 67 75 72 65 73 20 61 72 65 20 72 65 2d 63 |figures are re-c| 00004a50 61 6c 63 75 6c 61 74 65 64 20 6f 6e 6c 79 20 77 |alculated only w| 00004a60 68 65 6e 20 74 68 65 20 77 69 6e 64 6f 77 20 69 |hen the window i| 00004a70 73 20 6f 70 65 6e 65 64 0a 20 20 20 20 6f 72 20 |s opened. or | 00004a80 77 68 65 6e 20 79 6f 75 20 63 6c 69 63 6b 20 6f |when you click o| 00004a90 6e 20 74 68 65 20 22 44 65 63 69 6d 61 6c 22 20 |n the "Decimal" | 00004aa0 6f 72 20 22 48 65 78 22 20 62 75 74 74 6f 6e 73 |or "Hex" buttons| 00004ab0 2e 0a 0a 20 20 43 75 73 74 6f 6d 20 73 70 72 69 |... Custom spri| 00004ac0 74 65 73 20 89 20 56 69 65 77 2f 45 64 69 74 0a |tes . View/Edit.| 00004ad0 0a 20 20 20 20 22 52 75 6e 22 73 20 74 68 65 20 |. "Run"s the | 00004ae0 66 69 6c 65 20 77 69 74 68 20 74 68 65 20 63 75 |file with the cu| 00004af0 73 74 6f 6d 20 73 70 72 69 74 65 73 20 74 68 61 |stom sprites tha| 00004b00 74 20 79 6f 75 72 20 74 65 6d 70 6c 61 74 65 73 |t your templates| 00004b10 20 61 72 65 20 75 73 69 6e 67 2e 0a 20 20 20 20 | are using.. | 00004b20 54 68 69 73 20 75 73 75 73 61 6c 6c 79 20 6d 65 |This ususally me| 00004b30 61 6e 73 20 74 68 61 74 20 21 50 61 69 6e 74 20 |ans that !Paint | 00004b40 77 69 6c 6c 20 6c 6f 61 64 20 74 68 65 20 66 69 |will load the fi| 00004b50 6c 65 2e 0a 0a 20 20 43 75 73 74 6f 6d 20 73 70 |le... Custom sp| 00004b60 72 69 74 65 73 20 89 20 52 65 2d 6c 6f 61 64 0a |rites . Re-load.| 00004b70 0a 20 20 20 20 52 65 61 64 73 20 74 68 65 20 73 |. Reads the s| 00004b80 70 72 69 74 65 20 66 69 6c 65 20 61 67 61 69 6e |prite file again| 00004b90 2c 20 65 2e 67 2e 20 61 66 74 65 72 20 79 6f 75 |, e.g. after you| 00004ba0 20 68 61 76 65 20 65 64 69 74 65 64 20 69 74 20 | have edited it | 00004bb0 77 69 74 68 20 21 50 61 69 6e 74 2e 0a 0a 20 20 |with !Paint... | 00004bc0 43 75 73 74 6f 6d 20 73 70 72 69 74 65 73 20 89 |Custom sprites .| 00004bd0 20 52 65 73 65 74 0a 0a 20 20 20 20 52 65 6d 6f | Reset.. Remo| 00004be0 76 65 73 20 74 68 65 20 73 70 72 69 74 65 73 20 |ves the sprites | 00004bf0 66 72 6f 6d 20 6d 65 6d 6f 72 79 3b 20 74 68 65 |from memory; the| 00004c00 20 74 65 6d 70 6c 61 74 65 73 20 77 69 6c 6c 20 | templates will | 00004c10 75 73 65 20 74 68 65 20 73 70 72 69 74 65 73 20 |use the sprites | 00004c20 66 72 6f 6d 0a 20 20 20 20 74 68 65 20 57 69 6d |from. the Wim| 00004c30 70 20 61 72 65 61 2e 0a 0a 0a 31 31 2e 20 53 68 |p area....11. Sh| 00004c40 6f 72 74 63 75 74 73 0a 5f 5f 5f 5f 5f 5f 5f 5f |ortcuts.________| 00004c50 5f 5f 5f 5f 5f 0a 0a 2a 20 4f 70 65 6e 69 6e 67 |_____..* Opening| 00004c60 20 74 68 65 20 49 63 6f 6e 20 45 64 69 74 20 61 | the Icon Edit a| 00004c70 6e 64 20 57 69 6e 64 6f 77 20 45 64 69 74 20 77 |nd Window Edit w| 00004c80 69 6e 64 6f 77 73 20 63 61 6e 20 62 65 20 64 6f |indows can be do| 00004c90 6e 65 20 66 72 6f 6d 20 74 68 65 20 6d 65 6e 75 |ne from the menu| 00004ca0 2c 0a 62 75 74 20 61 20 66 61 73 74 65 72 20 77 |,.but a faster w| 00004cb0 61 79 20 69 73 20 74 6f 20 63 6c 69 63 6b 20 6f |ay is to click o| 00004cc0 6e 20 74 68 65 6d 20 77 68 69 6c 65 20 70 72 65 |n them while pre| 00004cd0 73 73 69 6e 67 20 61 20 6b 65 79 2e 20 53 68 69 |ssing a key. Shi| 00004ce0 66 74 2b 4d 65 6e 75 20 6f 70 65 6e 73 0a 74 68 |ft+Menu opens.th| 00004cf0 65 20 49 63 6f 6e 20 45 64 69 74 20 77 69 6e 64 |e Icon Edit wind| 00004d00 6f 77 2e 20 43 74 72 6c 2b 4d 65 6e 75 20 6f 70 |ow. Ctrl+Menu op| 00004d10 65 6e 73 20 74 68 65 20 57 69 6e 64 6f 77 20 45 |ens the Window E| 00004d20 64 69 74 20 77 69 6e 64 6f 77 2e 20 54 6f 20 65 |dit window. To e| 00004d30 64 69 74 20 74 68 65 0a 74 69 74 6c 65 20 62 61 |dit the.title ba| 00004d40 72 20 69 63 6f 6e 2c 20 63 6c 69 63 6b 20 53 68 |r icon, click Sh| 00004d50 69 66 74 2b 4d 65 6e 75 20 6f 6e 20 74 68 65 20 |ift+Menu on the | 00004d60 74 69 74 6c 65 20 62 61 72 2e 0a 0a 2a 20 54 68 |title bar...* Th| 00004d70 65 20 45 64 69 74 20 77 69 6e 64 6f 77 73 20 63 |e Edit windows c| 00004d80 61 6e 20 61 6c 73 6f 20 62 65 20 6f 70 65 6e 65 |an also be opene| 00004d90 64 20 77 69 74 68 20 61 20 64 6f 75 62 6c 65 2d |d with a double-| 00004da0 63 6c 69 63 6b 20 77 69 74 68 20 74 68 65 20 53 |click with the S| 00004db0 65 6c 65 63 74 0a 62 75 74 74 6f 6e 2e 20 44 6f |elect.button. Do| 00004dc0 75 62 6c 65 2d 63 6c 69 63 6b 73 20 6f 6e 20 61 |uble-clicks on a| 00004dd0 6e 20 69 63 6f 6e 2c 20 6f 6e 20 74 68 65 20 62 |n icon, on the b| 00004de0 61 63 6b 67 72 6f 75 6e 64 20 6f 66 20 61 20 77 |ackground of a w| 00004df0 69 6e 64 6f 77 2c 20 6f 72 20 6f 6e 20 74 68 65 |indow, or on the| 00004e00 0a 74 69 74 6c 65 20 62 61 72 20 6f 70 65 6e 20 |.title bar open | 00004e10 74 68 65 20 61 70 70 72 6f 70 72 69 61 74 65 20 |the appropriate | 00004e20 45 64 69 74 20 77 69 6e 64 6f 77 2e 20 54 68 69 |Edit window. Thi| 00004e30 73 20 6f 6e 6c 79 20 77 6f 72 6b 73 20 69 66 20 |s only works if | 00004e40 74 68 65 0a 63 6f 72 72 65 73 70 6f 6e 64 69 6e |the.correspondin| 00004e50 67 20 6f 70 74 69 6f 6e 20 69 73 20 6f 6e 2e 0a |g option is on..| 00004e60 0a 2a 20 49 6e 73 69 64 65 20 74 68 65 20 49 63 |.* Inside the Ic| 00004e70 6f 6e 20 45 64 69 74 20 61 6e 64 20 57 69 6e 64 |on Edit and Wind| 00004e80 6f 77 20 45 64 69 74 20 77 69 6e 64 6f 77 73 2c |ow Edit windows,| 00004e90 20 70 72 65 73 73 69 6e 67 20 74 68 65 20 46 32 | pressing the F2| 00004ea0 2c 20 46 33 20 61 6e 64 20 46 34 0a 6b 65 79 73 |, F3 and F4.keys| 00004eb0 20 68 61 73 20 74 68 65 20 73 61 6d 65 20 65 66 | has the same ef| 00004ec0 66 65 63 74 20 61 73 20 63 6c 69 63 6b 69 6e 67 |fect as clicking| 00004ed0 20 6f 6e 20 74 68 65 20 55 70 64 61 74 65 2c 20 | on the Update, | 00004ee0 55 70 64 61 74 65 26 45 78 69 74 20 61 6e 64 20 |Update&Exit and | 00004ef0 45 78 69 74 0a 69 63 6f 6e 73 2c 20 72 65 73 70 |Exit.icons, resp| 00004f00 65 63 74 69 76 65 6c 79 2e 20 54 68 65 20 45 73 |ectively. The Es| 00004f10 63 61 70 65 20 6b 65 79 20 68 61 73 20 74 68 65 |cape key has the| 00004f20 20 75 73 75 61 6c 20 66 75 6e 63 74 69 6f 6e 20 | usual function | 00004f30 77 68 69 63 68 20 69 73 20 65 78 69 74 69 6e 67 |which is exiting| 00004f40 0a 77 69 74 68 6f 75 74 20 64 6f 69 6e 67 20 61 |.without doing a| 00004f50 6e 79 74 68 69 6e 67 2e 20 45 73 63 61 70 65 20 |nything. Escape | 00004f60 77 6f 72 6b 73 20 6e 6f 74 20 6f 6e 6c 79 20 69 |works not only i| 00004f70 6e 20 74 68 65 73 65 20 74 77 6f 20 63 61 73 65 |n these two case| 00004f80 73 2c 20 62 75 74 20 69 6e 20 61 6c 6c 0a 77 69 |s, but in all.wi| 00004f90 6e 64 6f 77 73 20 77 69 74 68 20 77 72 69 74 61 |ndows with writa| 00004fa0 62 6c 65 20 69 63 6f 6e 73 2c 20 73 75 63 68 20 |ble icons, such | 00004fb0 61 73 20 74 68 65 20 53 61 76 65 2c 20 53 70 61 |as the Save, Spa| 00004fc0 63 65 20 4f 75 74 20 61 6e 64 20 4f 70 74 69 6f |ce Out and Optio| 00004fd0 6e 73 0a 77 69 6e 64 6f 77 73 2e 0a 0a 2a 20 4d |ns.windows...* M| 00004fe0 61 6e 79 20 6f 70 65 72 61 74 69 6f 6e 73 20 6f |any operations o| 00004ff0 6e 20 69 63 6f 6e 73 20 63 61 6e 20 61 6c 73 6f |n icons can also| 00005000 20 62 65 20 64 6f 6e 65 20 77 69 74 68 20 61 20 | be done with a | 00005010 63 6f 6e 74 72 6f 6c 2d 6b 65 79 3a 0a 0a 20 20 |control-key:.. | 00005020 20 20 20 20 43 74 72 6c 2d 41 20 20 20 20 53 65 | Ctrl-A Se| 00005030 6c 65 63 74 20 61 6c 6c 0a 20 20 20 20 20 20 43 |lect all. C| 00005040 74 72 6c 2d 43 20 20 20 20 43 6f 70 79 20 73 65 |trl-C Copy se| 00005050 6c 65 63 74 69 6f 6e 0a 20 20 20 20 20 20 43 74 |lection. Ct| 00005060 72 6c 2d 44 20 20 20 20 43 6f 70 79 20 69 63 6f |rl-D Copy ico| 00005070 6e 73 20 64 6f 77 6e 77 61 72 64 0a 20 20 20 20 |ns downward. | 00005080 20 20 43 74 72 6c 2d 45 20 20 20 20 45 64 69 74 | Ctrl-E Edit| 00005090 20 73 65 6c 65 63 74 69 6f 6e 0a 20 20 20 20 20 | selection. | 000050a0 20 43 74 72 6c 2d 4a 20 20 20 20 4f 70 65 6e 20 | Ctrl-J Open | 000050b0 22 41 6c 69 67 6e 22 20 62 6f 78 0a 20 20 20 20 |"Align" box. | 000050c0 20 20 43 74 72 6c 2d 4b 20 20 20 20 4f 70 65 6e | Ctrl-K Open| 000050d0 20 22 53 70 61 63 65 4f 75 74 22 20 62 6f 78 0a | "SpaceOut" box.| 000050e0 20 20 20 20 20 20 43 74 72 6c 2d 4c 20 20 20 20 | Ctrl-L | 000050f0 43 6f 70 79 20 69 63 6f 6e 73 20 74 6f 20 6c 65 |Copy icons to le| 00005100 66 74 0a 20 20 20 20 20 20 43 74 72 6c 2d 51 20 |ft. Ctrl-Q | 00005110 20 20 20 43 6c 6f 73 65 20 77 69 6e 64 6f 77 20 | Close window | 00005120 28 43 74 72 6c 2d 46 32 20 77 6f 72 6b 73 2c 20 |(Ctrl-F2 works, | 00005130 74 6f 6f 29 0a 20 20 20 20 20 20 43 74 72 6c 2d |too). Ctrl-| 00005140 52 20 20 20 20 43 6f 70 79 20 69 63 6f 6e 73 20 |R Copy icons | 00005150 74 6f 20 72 69 67 68 74 0a 20 20 20 20 20 20 43 |to right. C| 00005160 74 72 6c 2d 54 20 20 20 20 45 64 69 74 20 74 69 |trl-T Edit ti| 00005170 74 6c 65 20 62 61 72 0a 20 20 20 20 20 20 43 74 |tle bar. Ct| 00005180 72 6c 2d 55 20 20 20 20 43 6f 70 79 20 69 63 6f |rl-U Copy ico| 00005190 6e 73 20 75 70 77 61 72 64 0a 20 20 20 20 20 20 |ns upward. | 000051a0 43 74 72 6c 2d 57 20 20 20 20 45 64 69 74 20 77 |Ctrl-W Edit w| 000051b0 69 6e 64 6f 77 0a 20 20 20 20 20 20 43 74 72 6c |indow. Ctrl| 000051c0 2d 58 20 20 20 20 44 65 6c 65 74 65 20 73 65 6c |-X Delete sel| 000051d0 65 63 74 69 6f 6e 0a 20 20 20 20 20 20 43 74 72 |ection. Ctr| 000051e0 6c 2d 5a 20 20 20 20 43 6c 65 61 72 20 73 65 6c |l-Z Clear sel| 000051f0 65 63 74 69 6f 6e 0a 0a 28 54 68 69 73 20 6f 6e |ection..(This on| 00005200 6c 79 20 77 6f 72 6b 73 20 69 66 20 74 68 65 20 |ly works if the | 00005210 77 69 6e 64 6f 77 20 68 61 73 20 74 68 65 20 69 |window has the i| 00005220 6e 70 75 74 20 66 6f 63 75 73 2c 20 6f 66 20 63 |nput focus, of c| 00005230 6f 75 72 73 65 29 0a 0a 2a 20 52 65 6e 75 6d 62 |ourse)..* Renumb| 00005240 65 72 69 6e 67 20 69 63 6f 6e 73 20 63 61 6e 20 |ering icons can | 00005250 61 6c 73 6f 20 62 65 20 64 6f 6e 65 20 66 61 73 |also be done fas| 00005260 74 65 72 2e 20 43 6c 69 63 6b 20 41 6c 74 2b 53 |ter. Click Alt+S| 00005270 65 6c 65 63 74 20 6f 6e 20 61 6e 20 69 63 6f 6e |elect on an icon| 00005280 2c 0a 61 6e 64 0a 74 68 65 20 69 63 6f 6e 20 67 |,.and.the icon g| 00005290 65 74 73 20 74 68 65 20 6e 75 6d 62 65 72 20 74 |ets the number t| 000052a0 68 61 74 20 69 73 20 76 69 73 69 62 6c 65 20 77 |hat is visible w| 000052b0 68 65 6e 20 79 6f 75 20 6f 70 65 6e 20 74 68 65 |hen you open the| 000052c0 20 22 49 63 6f 6e 20 89 20 52 65 6e 75 6d 62 65 | "Icon . Renumbe| 000052d0 72 22 0a 6d 65 6e 75 2e 20 41 66 74 65 72 20 74 |r".menu. After t| 000052e0 68 65 20 72 65 6e 75 6d 62 65 72 69 6e 67 2c 20 |he renumbering, | 000052f0 74 68 69 73 20 6e 75 6d 62 65 72 20 69 73 20 69 |this number is i| 00005300 6e 63 72 65 61 73 65 64 20 62 79 20 6f 6e 65 2c |ncreased by one,| 00005310 20 73 6f 20 79 6f 75 20 63 61 6e 0a 6e 75 6d 62 | so you can.numb| 00005320 65 72 20 74 68 65 20 69 63 6f 6e 73 20 73 65 71 |er the icons seq| 00005330 75 65 6e 74 69 61 6c 6c 79 20 62 79 20 63 6c 69 |uentially by cli| 00005340 63 6b 69 6e 67 20 6f 6e 20 74 68 65 6d 20 6f 6e |cking on them on| 00005350 65 20 62 79 20 6f 6e 65 2e 20 41 20 63 6c 69 63 |e by one. A clic| 00005360 6b 20 77 69 74 68 0a 41 6c 74 2b 41 64 6a 75 73 |k with.Alt+Adjus| 00005370 74 20 64 6f 65 73 20 74 68 65 20 73 61 6d 65 2c |t does the same,| 00005380 20 65 78 63 65 70 74 20 74 68 61 74 20 74 68 65 | except that the| 00005390 20 6e 75 6d 62 65 72 20 69 73 20 64 65 63 72 65 | number is decre| 000053a0 61 73 65 64 20 61 66 74 65 72 20 74 68 65 0a 72 |ased after the.r| 000053b0 65 6e 75 6d 62 65 72 69 6e 67 2e 0a 0a 2a 20 41 |enumbering...* A| 000053c0 20 66 61 73 74 20 77 61 79 20 74 6f 20 64 65 6c | fast way to del| 000053d0 65 74 65 20 69 63 6f 6e 73 20 69 73 20 62 79 20 |ete icons is by | 000053e0 6d 6f 76 69 6e 67 20 74 68 65 6d 20 6f 75 74 73 |moving them outs| 000053f0 69 64 65 20 74 68 65 20 74 65 6d 70 6c 61 74 65 |ide the template| 00005400 2e 20 28 54 68 69 73 0a 6f 6e 6c 79 20 77 6f 72 |. (This.only wor| 00005410 6b 73 20 69 66 20 79 6f 75 20 68 61 76 65 20 73 |ks if you have s| 00005420 65 74 20 74 68 65 20 22 44 65 6c 65 74 65 20 69 |et the "Delete i| 00005430 63 6f 6e 73 20 6d 6f 76 65 64 20 6f 75 74 73 69 |cons moved outsi| 00005440 64 65 22 20 6f 70 74 69 6f 6e 20 6f 6e 2e 29 0a |de" option on.).| 00005450 0a 0a 31 32 2e 20 22 48 69 64 64 65 6e 22 20 66 |..12. "Hidden" f| 00005460 65 61 74 75 72 65 73 0a 5f 5f 5f 5f 5f 5f 5f 5f |eatures.________| 00005470 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 54 |_____________..T| 00005480 65 6d 70 6c 45 64 20 68 61 73 20 61 20 6e 75 6d |emplEd has a num| 00005490 62 65 72 20 6f 66 20 66 65 61 74 75 72 65 73 20 |ber of features | 000054a0 74 68 61 74 20 6d 61 79 20 6e 6f 74 20 62 65 20 |that may not be | 000054b0 69 6d 6d 65 64 69 61 74 65 6c 79 20 76 69 73 69 |immediately visi| 000054c0 62 6c 65 2c 20 62 75 74 0a 63 61 6e 20 63 6f 6d |ble, but.can com| 000054d0 65 20 69 6e 20 68 61 6e 64 79 2e 20 28 54 68 61 |e in handy. (Tha| 000054e0 74 27 73 20 6e 6f 74 20 63 6f 75 6e 74 69 6e 67 |t's not counting| 000054f0 20 74 68 65 20 62 75 67 73 20 3b 2d 29 0a 0a 2a | the bugs ;-)..*| 00005500 20 49 74 20 69 73 20 70 6f 73 73 69 62 6c 65 20 | It is possible | 00005510 74 6f 20 63 6f 70 79 20 69 63 6f 6e 73 20 74 6f |to copy icons to| 00005520 20 6f 74 68 65 72 20 74 65 6d 70 6c 61 74 65 73 | other templates| 00005530 3b 20 6a 75 73 74 20 6d 6f 76 65 20 74 68 65 20 |; just move the | 00005540 69 63 6f 6e 73 20 61 6e 64 0a 64 72 6f 70 20 74 |icons and.drop t| 00005550 68 65 6d 20 69 6e 74 6f 20 74 68 65 20 6f 74 68 |hem into the oth| 00005560 65 72 20 74 65 6d 70 6c 61 74 65 2e 20 54 68 69 |er template. Thi| 00005570 73 20 6d 61 6b 65 73 20 69 74 20 65 61 73 79 20 |s makes it easy | 00005580 74 6f 20 75 73 65 20 69 63 6f 6e 73 20 66 72 6f |to use icons fro| 00005590 6d 0a 6f 74 68 65 72 20 74 65 6d 70 6c 61 74 65 |m.other template| 000055a0 73 2e 0a 0a 2a 20 45 78 74 65 6e 64 65 64 20 69 |s...* Extended i| 000055b0 63 6f 6e 20 69 6e 66 6f 2e 20 57 68 65 6e 20 54 |con info. When T| 000055c0 65 6d 70 6c 45 64 20 73 74 61 72 74 73 2c 20 74 |emplEd starts, t| 000055d0 68 65 20 49 63 6f 6e 20 69 6e 66 6f 20 77 69 6e |he Icon info win| 000055e0 64 6f 77 20 69 73 20 73 6d 61 6c 6c 2c 0a 73 68 |dow is small,.sh| 000055f0 6f 77 69 6e 67 20 6f 6e 6c 79 20 74 68 65 20 6e |owing only the n| 00005600 61 6d 65 20 6f 66 20 74 68 65 20 74 65 6d 70 6c |ame of the templ| 00005610 61 74 65 20 61 6e 64 20 6e 75 6d 62 65 72 20 6f |ate and number o| 00005620 66 20 74 68 65 20 69 63 6f 6e 20 74 68 61 74 20 |f the icon that | 00005630 74 68 65 20 6d 6f 75 73 65 0a 69 73 20 6f 76 65 |the mouse.is ove| 00005640 72 2e 20 49 66 20 79 6f 75 20 63 6c 69 63 6b 20 |r. If you click | 00005650 6f 6e 20 74 68 65 20 22 74 6f 67 67 6c 65 20 73 |on the "toggle s| 00005660 69 7a 65 22 20 69 63 6f 6e 2c 20 69 74 20 62 65 |ize" icon, it be| 00005670 63 6f 6d 65 73 20 66 75 6c 6c 20 73 69 7a 65 20 |comes full size | 00005680 61 6e 64 0a 61 6c 73 6f 20 73 68 6f 77 73 20 74 |and.also shows t| 00005690 68 65 20 64 69 6d 65 6e 73 69 6f 6e 73 20 6f 66 |he dimensions of| 000056a0 20 74 68 65 20 69 63 6f 6e 20 70 6c 75 73 20 74 | the icon plus t| 000056b0 68 65 20 6d 6f 75 73 65 20 70 6f 73 69 74 69 6f |he mouse positio| 000056c0 6e 20 69 6e 20 77 69 6e 64 6f 77 0a 63 6f 6f 72 |n in window.coor| 000056d0 64 69 6e 61 74 65 73 2e 20 53 74 69 6c 6c 20 6d |dinates. Still m| 000056e0 6f 72 65 20 69 63 6f 6e 20 69 6e 66 6f 20 63 61 |ore icon info ca| 000056f0 6e 20 62 65 20 67 6f 74 74 65 6e 20 66 72 6f 6d |n be gotten from| 00005700 20 21 48 65 6c 70 2c 20 41 63 6f 72 6e 27 73 0a | !Help, Acorn's.| 00005710 69 6e 74 65 72 61 63 74 69 76 65 20 68 65 6c 70 |interactive help| 00005720 20 61 70 70 6c 69 63 61 74 69 6f 6e 2e 20 4f 70 | application. Op| 00005730 65 6e 20 74 68 65 20 68 65 6c 70 20 77 69 6e 64 |en the help wind| 00005740 6f 77 2c 20 61 6e 64 20 6d 6f 76 65 20 74 68 65 |ow, and move the| 00005750 20 70 6f 69 6e 74 65 72 0a 6f 76 65 72 20 61 6e | pointer.over an| 00005760 20 69 63 6f 6e 2e 0a 0a 2a 20 46 69 6e 65 2d 74 | icon...* Fine-t| 00005770 75 6e 69 6e 67 20 77 68 65 6e 20 6d 6f 76 69 6e |uning when movin| 00005780 67 20 61 6e 64 20 72 65 73 69 7a 69 6e 67 20 69 |g and resizing i| 00005790 63 6f 6e 73 20 61 6e 64 20 77 69 6e 64 6f 77 73 |cons and windows| 000057a0 20 69 73 20 70 6f 73 73 69 62 6c 65 20 77 69 74 | is possible wit| 000057b0 68 0a 74 68 65 20 63 75 72 73 6f 72 20 6b 65 79 |h.the cursor key| 000057c0 73 2e 20 54 68 65 20 75 70 2c 20 64 6f 77 6e 2c |s. The up, down,| 000057d0 20 6c 65 66 74 20 61 6e 64 20 72 69 67 68 74 20 | left and right | 000057e0 6b 65 79 73 20 6d 6f 76 65 20 74 68 65 20 70 6f |keys move the po| 000057f0 69 6e 74 65 72 20 31 20 70 69 78 65 6c 0a 28 6f |inter 1 pixel.(o| 00005800 72 20 34 20 70 69 78 65 6c 73 2c 20 69 66 20 53 |r 4 pixels, if S| 00005810 68 69 66 74 20 69 73 20 70 72 65 73 73 65 64 29 |hift is pressed)| 00005820 2e 0a 0a 2a 20 50 72 65 73 73 69 6e 67 20 45 73 |...* Pressing Es| 00005830 63 20 64 75 72 69 6e 67 20 64 72 61 67 67 69 6e |c during draggin| 00005840 67 20 28 69 63 6f 6e 20 6d 6f 76 65 2c 20 72 65 |g (icon move, re| 00005850 73 69 7a 65 2c 20 65 74 63 2e 29 20 61 62 6f 72 |size, etc.) abor| 00005860 74 73 20 74 68 65 0a 6f 70 65 72 61 74 69 6f 6e |ts the.operation| 00005870 2e 0a 0a 2a 20 49 6e 20 74 68 65 20 49 63 6f 6e |...* In the Icon| 00005880 20 45 64 69 74 20 77 69 6e 64 6f 77 2c 20 63 6c | Edit window, cl| 00005890 69 63 6b 69 6e 67 20 41 64 6a 75 73 74 20 6f 6e |icking Adjust on| 000058a0 20 22 4d 61 78 20 53 69 7a 65 22 20 28 74 68 65 | "Max Size" (the| 000058b0 20 74 65 78 74 20 69 74 73 65 6c 66 2c 0a 6e 6f | text itself,.no| 000058c0 74 20 74 68 65 20 77 72 69 74 61 62 6c 65 20 69 |t the writable i| 000058d0 63 6f 6e 29 20 6d 69 6e 69 6d 69 7a 65 73 20 74 |con) minimizes t| 000058e0 68 65 20 63 6f 6e 74 65 6e 74 73 20 6f 66 20 74 |he contents of t| 000058f0 68 65 20 22 4d 61 78 20 53 69 7a 65 22 20 66 69 |he "Max Size" fi| 00005900 65 6c 64 2e 0a 0a 2a 20 43 6c 6f 73 69 6e 67 20 |eld...* Closing | 00005910 74 68 65 20 54 65 6d 70 6c 61 74 65 73 20 77 69 |the Templates wi| 00005920 6e 64 6f 77 20 77 69 74 68 20 74 68 65 20 41 64 |ndow with the Ad| 00005930 6a 75 73 74 20 62 75 74 74 6f 6e 20 6f 70 65 6e |just button open| 00005940 73 20 61 20 46 69 6c 65 72 20 77 69 6e 64 6f 77 |s a Filer window| 00005950 0a 6f 66 20 74 68 65 20 70 61 72 65 6e 74 20 64 |.of the parent d| 00005960 69 72 65 63 74 6f 72 79 20 6f 66 20 74 68 65 20 |irectory of the | 00005970 66 69 6c 65 20 79 6f 75 20 61 72 65 20 65 64 69 |file you are edi| 00005980 74 69 6e 67 2e 20 53 68 69 66 74 2b 41 64 6a 75 |ting. Shift+Adju| 00005990 73 74 20 61 6c 73 6f 20 6f 70 65 6e 73 0a 74 68 |st also opens.th| 000059a0 65 20 46 69 6c 65 72 20 77 69 6e 64 6f 77 20 62 |e Filer window b| 000059b0 75 74 20 64 6f 65 73 20 6e 6f 74 20 63 6c 6f 73 |ut does not clos| 000059c0 65 20 74 68 65 20 54 65 6d 70 6c 61 74 65 73 20 |e the Templates | 000059d0 77 69 6e 64 6f 77 2e 20 28 54 68 69 73 20 69 73 |window. (This is| 000059e0 2c 20 69 6e 20 66 61 63 74 2c 0a 73 74 61 6e 64 |, in fact,.stand| 000059f0 61 72 64 20 41 63 6f 72 6e 20 70 72 61 63 74 69 |ard Acorn practi| 00005a00 63 65 20 66 6f 72 20 65 64 69 74 6f 72 2d 6c 69 |ce for editor-li| 00005a10 6b 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 2e |ke applications.| 00005a20 29 0a 0a 0a 31 33 2e 20 43 75 73 74 6f 6d 69 7a |)...13. Customiz| 00005a30 69 6e 67 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |ing.____________| 00005a40 5f 5f 5f 0a 0a 41 70 61 72 74 20 66 72 6f 6d 20 |___..Apart from | 00005a50 73 65 74 74 69 6e 67 20 74 68 65 20 6f 70 74 69 |setting the opti| 00005a60 6f 6e 73 2c 20 79 6f 75 20 63 61 6e 20 61 6c 73 |ons, you can als| 00005a70 6f 20 63 75 73 74 6f 6d 69 7a 65 20 54 65 6d 70 |o customize Temp| 00005a80 6c 45 64 27 73 20 6d 65 6e 75 20 6f 66 0a 73 74 |lEd's menu of.st| 00005a90 61 6e 64 61 72 64 20 69 63 6f 6e 73 2e 20 4c 6f |andard icons. Lo| 00005aa0 61 64 20 74 68 65 20 66 69 6c 65 20 22 54 65 6d |ad the file "Tem| 00005ab0 70 6c 61 74 65 73 22 20 69 6e 20 74 68 65 20 61 |plates" in the a| 00005ac0 70 70 6c 69 63 61 74 69 6f 6e 20 64 69 72 65 63 |pplication direc| 00005ad0 74 6f 72 79 20 69 6e 74 6f 0a 54 65 6d 70 6c 45 |tory into.TemplE| 00005ae0 64 2e 20 54 68 65 20 74 65 6d 70 6c 61 74 65 20 |d. The template | 00005af0 22 53 74 64 49 63 6f 6e 73 22 20 63 6f 6e 74 61 |"StdIcons" conta| 00005b00 69 6e 73 20 74 68 65 20 64 65 66 69 6e 69 74 69 |ins the definiti| 00005b10 6f 6e 73 20 6f 66 20 74 68 65 20 73 74 61 6e 64 |ons of the stand| 00005b20 61 72 64 0a 69 63 6f 6e 73 2e 20 54 65 6d 70 6c |ard.icons. Templ| 00005b30 45 64 20 6c 6f 61 64 73 20 74 68 65 6d 20 61 74 |Ed loads them at| 00005b40 20 70 72 6f 67 72 61 6d 20 73 74 61 72 74 75 70 | program startup| 00005b50 2e 20 59 6f 75 20 63 61 6e 20 63 68 61 6e 67 65 |. You can change| 00005b60 20 74 68 65 73 65 0a 64 65 66 69 6e 69 74 69 6f | these.definitio| 00005b70 6e 73 20 74 6f 20 79 6f 75 72 20 6c 69 6b 69 6e |ns to your likin| 00005b80 67 2c 20 62 75 74 20 62 65 61 72 20 74 68 65 20 |g, but bear the | 00005b90 66 6f 6c 6c 6f 77 69 6e 67 20 69 6e 20 6d 69 6e |following in min| 00005ba0 64 3a 0a 0a 2a 20 54 68 65 72 65 20 61 72 65 20 |d:..* There are | 00005bb0 22 6e 61 6d 65 22 20 69 63 6f 6e 73 20 74 68 61 |"name" icons tha| 00005bc0 74 20 63 6f 6e 74 61 69 6e 20 74 68 65 20 74 65 |t contain the te| 00005bd0 78 74 20 6f 66 20 74 68 65 20 6d 65 6e 75 20 65 |xt of the menu e| 00005be0 6e 74 72 69 65 73 2e 20 54 68 65 79 0a 6d 75 73 |ntries. They.mus| 00005bf0 74 20 62 65 20 69 6e 64 69 72 65 63 74 65 64 2d |t be indirected-| 00005c00 74 65 78 74 20 69 63 6f 6e 73 2c 20 77 69 74 68 |text icons, with| 00005c10 20 74 68 65 69 72 20 45 53 47 20 73 65 74 20 74 | their ESG set t| 00005c20 6f 20 33 31 2e 0a 0a 2a 20 54 68 65 20 6f 74 68 |o 31...* The oth| 00005c30 65 72 20 69 63 6f 6e 73 20 63 6f 6e 74 61 69 6e |er icons contain| 00005c40 20 74 68 65 20 64 65 66 69 6e 69 74 69 6f 6e 73 | the definitions| 00005c50 2e 20 54 68 65 73 65 20 4d 55 53 54 20 68 61 76 |. These MUST hav| 00005c60 65 20 61 20 64 69 66 66 65 72 65 6e 74 0a 76 61 |e a different.va| 00005c70 6c 75 65 20 66 6f 72 20 74 68 65 20 45 53 47 20 |lue for the ESG | 00005c80 28 69 2e 65 2e 20 30 2d 33 30 29 2e 20 54 65 6d |(i.e. 0-30). Tem| 00005c90 70 6c 45 64 20 6c 69 6e 6b 73 20 74 68 65 6d 20 |plEd links them | 00005ca0 74 6f 20 74 68 65 20 22 6e 61 6d 65 22 20 69 63 |to the "name" ic| 00005cb0 6f 6e 20 77 69 74 68 0a 74 68 65 20 6e 75 6d 62 |on with.the numb| 00005cc0 65 72 20 70 72 65 63 65 64 69 6e 67 20 74 68 65 |er preceding the| 00005cd0 6d 2e 20 46 6f 72 20 69 6e 73 74 61 6e 63 65 2c |m. For instance,| 00005ce0 20 73 75 70 70 6f 73 65 20 69 63 6f 6e 73 20 30 | suppose icons 0| 00005cf0 20 61 6e 64 20 33 20 61 72 65 20 22 6e 61 6d 65 | and 3 are "name| 00005d00 22 0a 69 63 6f 6e 73 2e 20 54 68 69 73 20 6d 65 |".icons. This me| 00005d10 61 6e 73 20 74 68 61 74 20 69 63 6f 6e 20 31 20 |ans that icon 1 | 00005d20 61 6e 64 20 32 20 61 72 65 20 74 61 6b 65 6e 20 |and 2 are taken | 00005d30 61 73 20 61 20 67 72 6f 75 70 20 62 65 6c 6f 6e |as a group belon| 00005d40 67 69 6e 67 20 74 6f 0a 69 63 6f 6e 20 30 2e 20 |ging to.icon 0. | 00005d50 57 68 65 6e 20 79 6f 75 20 73 65 6c 65 63 74 20 |When you select | 00005d60 74 68 65 20 74 65 78 74 20 69 6e 20 69 63 6f 6e |the text in icon| 00005d70 20 30 20 66 72 6f 6d 20 74 68 65 20 22 43 72 65 | 0 from the "Cre| 00005d80 61 74 65 20 69 63 6f 6e 20 89 20 22 0a 73 75 62 |ate icon . ".sub| 00005d90 6d 65 6e 75 2c 0a 74 68 65 73 65 20 74 77 6f 20 |menu,.these two | 00005da0 69 63 6f 6e 73 20 77 69 6c 6c 20 62 65 20 63 6f |icons will be co| 00005db0 70 69 65 64 20 74 6f 20 79 6f 75 72 20 74 65 6d |pied to your tem| 00005dc0 70 6c 61 74 65 20 77 69 6e 64 6f 77 2e 0a 0a 46 |plate window...F| 00005dd0 6f 72 20 74 68 6f 73 65 20 77 68 6f 20 6c 69 6b |or those who lik| 00005de0 65 20 77 69 6e 64 6f 77 73 20 77 69 74 68 20 33 |e windows with 3| 00005df0 44 2d 6c 6f 6f 6b 2c 20 74 68 65 72 65 20 69 73 |D-look, there is| 00005e00 20 61 6e 20 61 6c 74 65 72 6e 61 74 69 76 65 20 | an alternative | 00005e10 73 65 74 20 6f 66 0a 74 65 6d 70 6c 61 74 65 73 |set of.templates| 00005e20 20 61 6e 64 20 73 70 72 69 74 65 73 2e 20 54 6f | and sprites. To| 00005e30 20 6d 61 6b 65 20 54 65 6d 70 6c 45 64 20 75 73 | make TemplEd us| 00005e40 65 20 74 68 65 6d 2c 20 72 65 6e 61 6d 65 20 74 |e them, rename t| 00005e50 68 65 6d 20 74 6f 20 74 68 65 20 64 65 66 61 75 |hem to the defau| 00005e60 6c 74 0a 22 54 65 6d 70 6c 61 74 65 73 22 20 61 |lt."Templates" a| 00005e70 6e 64 20 22 53 70 72 69 74 65 73 22 2c 20 61 66 |nd "Sprites", af| 00005e80 74 65 72 20 79 6f 75 20 68 61 76 65 20 67 69 76 |ter you have giv| 00005e90 65 6e 20 74 68 65 20 73 74 61 6e 64 61 72 64 20 |en the standard | 00005ea0 22 32 44 22 20 66 69 6c 65 73 20 61 0a 64 69 66 |"2D" files a.dif| 00005eb0 66 65 72 65 6e 74 20 6e 61 6d 65 2e 20 28 4e 6f |ferent name. (No| 00005ec0 74 65 3a 20 79 6f 75 20 6e 65 65 64 20 52 69 73 |te: you need Ris| 00005ed0 63 20 4f 53 20 76 65 72 73 69 6f 6e 20 33 2e 31 |c OS version 3.1| 00005ee0 30 20 6f 72 20 6c 61 74 65 72 20 74 6f 20 67 65 |0 or later to ge| 00005ef0 74 20 74 68 65 0a 33 44 20 65 66 66 65 63 74 2e |t the.3D effect.| 00005f00 29 20 41 6c 74 65 72 6e 61 74 69 76 65 6c 79 2c |) Alternatively,| 00005f10 20 72 75 6e 20 74 68 65 20 22 55 73 65 33 44 22 | run the "Use3D"| 00005f20 20 4f 62 65 79 20 66 69 6c 65 20 69 6e 20 74 68 | Obey file in th| 00005f30 65 20 22 45 78 74 72 61 73 22 0a 64 69 72 65 63 |e "Extras".direc| 00005f40 74 6f 72 79 3b 20 72 75 6e 20 22 55 73 65 32 44 |tory; run "Use2D| 00005f50 22 20 74 6f 20 73 77 69 74 63 68 20 62 61 63 6b |" to switch back| 00005f60 20 74 6f 20 73 74 61 6e 64 61 72 64 20 74 65 6d | to standard tem| 00005f70 70 6c 61 74 65 73 2e 0a 0a 0a 31 34 2e 20 43 72 |plates....14. Cr| 00005f80 65 64 69 74 73 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |edits.__________| 00005f90 5f 0a 0a 41 6c 74 68 6f 75 67 68 20 74 68 65 20 |_..Although the | 00005fa0 65 64 69 74 2d 64 69 61 6c 6f 67 75 65 20 77 69 |edit-dialogue wi| 00005fb0 6e 64 6f 77 73 20 61 72 65 20 6d 79 20 6f 77 6e |ndows are my own| 00005fc0 20 69 64 65 61 2c 20 6e 6f 74 20 61 6c 6c 20 66 | idea, not all f| 00005fd0 65 61 74 75 72 65 73 0a 69 6d 70 6c 65 6d 65 6e |eatures.implemen| 00005fe0 74 65 64 20 69 6e 20 54 65 6d 70 6c 45 64 20 61 |ted in TemplEd a| 00005ff0 72 65 2e 20 53 6f 6d 65 20 68 61 76 65 20 62 65 |re. Some have be| 00006000 65 6e 20 62 6f 72 72 6f 77 65 64 20 66 72 6f 6d |en borrowed from| 00006010 20 52 69 73 63 46 6f 72 6d 20 28 74 68 65 0a 76 | RiscForm (the.v| 00006020 65 72 73 69 6f 6e 20 6f 66 20 21 46 6f 72 6d 45 |ersion of !FormE| 00006030 64 20 62 79 20 54 68 65 20 52 69 73 63 20 53 71 |d by The Risc Sq| 00006040 75 61 64 29 2c 20 73 6f 6d 65 20 66 72 6f 6d 20 |uad), some from | 00006050 4a 6f 6e 61 74 68 61 6e 20 4d 61 72 74 65 6e 27 |Jonathan Marten'| 00006060 73 20 65 78 63 65 6c 6c 65 6e 74 0a 21 44 72 61 |s excellent.!Dra| 00006070 77 50 6c 75 73 20 28 6e 6f 74 61 62 6c 79 20 74 |wPlus (notably t| 00006080 68 65 20 41 6c 69 67 6e 20 61 6e 64 20 53 70 61 |he Align and Spa| 00006090 63 65 20 4f 75 74 20 77 69 6e 64 6f 77 73 29 2e |ce Out windows).| 000060a0 0a 0a 4d 61 72 74 69 6e 20 45 62 6f 75 72 6e 65 |..Martin Ebourne| 000060b0 20 6d 61 64 65 20 74 68 65 20 68 69 72 65 73 20 | made the hires | 000060c0 73 70 72 69 74 65 73 20 66 69 6c 65 20 28 21 53 |sprites file (!S| 000060d0 70 72 69 74 65 73 32 32 29 2e 20 54 68 65 20 4d |prites22). The M| 000060e0 65 6e 75 55 74 69 6c 73 0a 6d 6f 64 75 6c 65 20 |enuUtils.module | 000060f0 77 68 69 63 68 20 54 65 6d 70 6c 45 64 20 75 73 |which TemplEd us| 00006100 65 73 20 77 61 73 20 77 72 69 74 74 65 6e 20 62 |es was written b| 00006110 79 20 41 6c 65 78 20 50 65 74 72 6f 76 2e 0a 0a |y Alex Petrov...| 00006120 54 65 6d 70 6c 45 64 20 68 61 73 20 61 6c 73 6f |TemplEd has also| 00006130 20 62 65 65 6e 20 6d 75 63 68 20 69 6d 70 72 6f | been much impro| 00006140 76 65 64 20 62 79 20 74 68 65 20 74 65 73 74 69 |ved by the testi| 00006150 6e 67 2c 20 63 6f 6d 6d 65 6e 74 73 20 61 6e 64 |ng, comments and| 00006160 20 73 75 67 67 65 73 74 69 6f 6e 73 0a 6f 66 20 | suggestions.of | 00006170 53 74 65 70 68 65 6e 20 42 75 72 6b 65 2c 20 4d |Stephen Burke, M| 00006180 61 72 74 69 6e 20 45 62 6f 75 72 6e 65 2c 20 4d |artin Ebourne, M| 00006190 69 63 68 61 65 6c 20 45 6c 6c 69 73 2c 20 45 64 |ichael Ellis, Ed| 000061a0 77 69 6e 20 48 61 75 74 75 73 2c 20 50 61 75 6c |win Hautus, Paul| 000061b0 20 48 6f 62 62 73 2c 0a 52 75 70 65 72 74 20 4a | Hobbs,.Rupert J| 000061c0 6f 68 6e 73 6f 6e 2c 20 4d 65 72 6c 69 6e 20 48 |ohnson, Merlin H| 000061d0 75 67 68 65 73 2c 20 4f 6c 61 66 20 4b 72 75 6d |ughes, Olaf Krum| 000061e0 6e 6f 77 2c 20 50 61 75 6c 20 4c 65 62 65 61 75 |now, Paul Lebeau| 000061f0 2c 20 49 61 6e 20 50 61 6c 6d 65 72 2c 20 4a 6f |, Ian Palmer, Jo| 00006200 68 6e 0a 50 75 6c 6c 61 6e 2c 20 4e 69 6b 6c 61 |hn.Pullan, Nikla| 00006210 73 20 52 d6 6a 65 6d 6f 2c 20 4a 6f 68 6e 20 54 |s R.jemo, John T| 00006220 79 74 67 61 74 2c 20 4a 75 6c 69 61 6e 20 57 72 |ytgat, Julian Wr| 00006230 69 67 68 74 2c 20 61 6e 64 20 49 27 6d 20 73 75 |ight, and I'm su| 00006240 72 65 20 49 20 66 6f 72 67 6f 74 0a 73 6f 6d 65 |re I forgot.some| 00006250 20 6f 74 68 65 72 73 2e 0a 0a 0a 31 35 2e 20 43 | others....15. C| 00006260 6f 70 79 72 69 67 68 74 20 6e 6f 74 69 63 65 0a |opyright notice.| 00006270 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 00006280 5f 5f 5f 5f 0a 0a 54 68 69 73 20 70 72 6f 67 72 |____..This progr| 00006290 61 6d 20 69 73 20 46 72 65 65 57 61 72 65 2e 20 |am is FreeWare. | 000062a0 54 68 69 73 20 6d 65 61 6e 73 20 74 68 61 74 20 |This means that | 000062b0 49 20 72 65 74 61 69 6e 20 74 68 65 20 63 6f 70 |I retain the cop| 000062c0 79 72 69 67 68 74 2e 20 59 6f 75 20 6d 61 79 0a |yright. You may.| 000062d0 66 72 65 65 6c 79 20 63 6f 70 79 20 61 6e 64 20 |freely copy and | 000062e0 64 69 73 74 72 69 62 75 74 65 20 69 74 2c 20 70 |distribute it, p| 000062f0 72 6f 76 69 64 65 64 20 74 68 61 74 20 69 74 20 |rovided that it | 00006300 69 73 20 63 6f 6d 70 6c 65 74 65 20 77 69 74 68 |is complete with| 00006310 20 61 6c 6c 0a 6f 72 69 67 69 6e 61 6c 20 66 69 | all.original fi| 00006320 6c 65 73 2c 20 61 6e 64 20 74 68 61 74 20 79 6f |les, and that yo| 00006330 75 20 64 6f 20 6e 6f 74 20 73 65 6c 6c 20 69 74 |u do not sell it| 00006340 2e 20 50 44 20 6c 69 62 72 61 72 69 65 73 20 6d |. PD libraries m| 00006350 61 79 20 63 68 61 72 67 65 20 61 0a 6e 6f 6d 69 |ay charge a.nomi| 00006360 6e 61 6c 20 66 65 65 20 66 6f 72 20 74 68 65 20 |nal fee for the | 00006370 63 6f 73 74 20 6f 66 20 64 75 70 6c 69 63 61 74 |cost of duplicat| 00006380 69 6f 6e 2c 20 70 6f 73 74 61 67 65 20 65 74 63 |ion, postage etc| 00006390 2e 20 57 68 65 6e 20 79 6f 75 20 75 73 65 20 74 |. When you use t| 000063a0 68 65 0a 70 72 6f 67 72 61 6d 2c 20 79 6f 75 20 |he.program, you | 000063b0 64 6f 20 73 6f 20 65 6e 74 69 72 65 6c 79 20 61 |do so entirely a| 000063c0 74 20 79 6f 75 72 20 6f 77 6e 20 72 69 73 6b 2e |t your own risk.| 000063d0 20 59 6f 75 20 6d 61 79 20 63 68 61 6e 67 65 20 | You may change | 000063e0 74 68 65 20 70 72 6f 67 72 61 6d 20 74 6f 0a 73 |the program to.s| 000063f0 75 69 74 20 79 6f 75 72 20 6f 77 6e 20 6e 65 65 |uit your own nee| 00006400 64 73 2e 20 49 66 20 69 74 27 73 20 61 20 62 75 |ds. If it's a bu| 00006410 67 20 66 69 78 2c 20 6f 72 20 69 66 20 79 6f 75 |g fix, or if you| 00006420 20 74 68 69 6e 6b 20 69 74 27 73 20 61 6e 20 69 | think it's an i| 00006430 6d 70 72 6f 76 65 6d 65 6e 74 2c 0a 74 68 65 6e |mprovement,.then| 00006440 20 70 6c 65 61 73 65 20 73 65 6e 64 20 74 68 65 | please send the| 00006450 20 63 68 61 6e 67 65 73 20 74 6f 20 6d 65 20 61 | changes to me a| 00006460 74 20 74 68 65 20 61 64 64 72 65 73 73 20 62 65 |t the address be| 00006470 6c 6f 77 2e 0a 0a 54 68 65 20 4d 65 6e 75 55 74 |low...The MenuUt| 00006480 69 6c 73 20 6d 6f 64 75 6c 65 20 69 73 20 a9 20 |ils module is . | 00006490 41 6c 65 78 20 50 65 74 72 6f 76 2e 0a 0a 0a 31 |Alex Petrov....1| 000064a0 36 2e 20 41 64 64 72 65 73 73 65 73 0a 2d 2d 2d |6. Addresses.---| 000064b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 48 65 72 65 |----------..Here| 000064c0 20 61 72 65 20 63 6f 6e 74 61 63 74 20 61 64 64 | are contact add| 000064d0 72 65 73 73 65 73 20 66 6f 72 20 73 6f 66 74 77 |resses for softw| 000064e0 61 72 65 20 75 73 65 64 20 62 79 20 6f 72 20 73 |are used by or s| 000064f0 75 70 70 6f 72 74 65 64 20 62 79 20 54 65 6d 70 |upported by Temp| 00006500 6c 45 64 0a 4e 6f 74 65 20 74 68 61 74 20 74 68 |lEd.Note that th| 00006510 65 73 65 20 61 72 65 20 74 68 65 20 6d 6f 73 74 |ese are the most| 00006520 20 72 65 63 65 6e 74 20 74 68 61 74 20 49 20 6b | recent that I k| 00006530 6e 6f 77 2c 20 73 6f 20 74 68 65 79 20 6d 61 79 |now, so they may| 00006540 20 62 65 20 6f 75 74 20 6f 66 20 64 61 74 65 2e | be out of date.| 00006550 20 0a 0a 54 68 65 20 4d 65 6e 75 55 74 69 6c 73 | ..The MenuUtils| 00006560 20 6d 6f 64 75 6c 65 20 28 50 44 29 3a 0a 20 20 | module (PD):. | 00006570 20 20 41 6c 65 78 20 50 65 74 72 6f 76 0a 20 20 | Alex Petrov. | 00006580 20 20 42 6c 64 2e 20 31 2c 20 46 6c 61 74 20 31 | Bld. 1, Flat 1| 00006590 30 37 0a 20 20 20 20 4b 61 76 6b 61 7a 73 6b 79 |07. Kavkazsky| 000065a0 0a 20 20 20 20 62 6f 75 6c 65 76 61 72 64 2c 20 |. boulevard, | 000065b0 32 39 0a 20 20 20 20 4d 6f 73 63 6f 77 20 31 31 |29. Moscow 11| 000065c0 35 35 34 31 0a 20 20 20 20 52 55 53 53 49 41 2e |5541. RUSSIA.| 000065d0 0a 20 20 20 20 28 45 2d 6d 61 69 6c 3a 20 41 50 |. (E-mail: AP| 000065e0 65 74 72 6f 76 40 6d 69 73 69 73 2e 6d 73 6b 2e |etrov@misis.msk.| 000065f0 73 75 29 0a 0a 54 68 65 20 49 6e 74 65 72 66 61 |su)..The Interfa| 00006600 63 65 20 6d 6f 64 75 6c 65 20 28 50 44 29 3a 0a |ce module (PD):.| 00006610 20 20 20 20 53 6f 66 74 57 61 72 65 20 49 6e 74 | SoftWare Int| 00006620 65 72 72 75 70 74 20 44 65 76 65 6c 6f 70 6d 65 |errupt Developme| 00006630 6e 74 73 2e 0a 20 20 20 20 34 30 20 43 61 73 74 |nts.. 40 Cast| 00006640 6c 65 20 49 6e 67 73 20 47 61 72 64 65 6e 73 2c |le Ings Gardens,| 00006650 0a 20 20 20 20 4e 65 77 20 46 61 72 6e 6c 65 79 |. New Farnley| 00006660 2c 0a 20 20 20 20 4c 45 45 44 53 2c 0a 20 20 20 |,. LEEDS,. | 00006670 20 4c 53 31 32 20 35 45 47 0a 20 20 20 20 55 4b | LS12 5EG. UK| 00006680 2e 0a 0a 54 68 65 20 41 45 48 20 6d 6f 64 75 6c |...The AEH modul| 00006690 65 20 28 53 68 61 72 65 77 61 72 65 29 3a 0a 20 |e (Shareware):. | 000066a0 20 20 20 41 6e 64 72 65 77 20 48 65 72 73 65 65 | Andrew Hersee| 000066b0 0a 20 20 20 20 54 68 65 20 52 65 64 20 48 6f 75 |. The Red Hou| 000066c0 73 65 0a 20 20 20 20 54 61 6c 6c 69 6e 67 74 6f |se. Tallingto| 000066d0 6e 0a 20 20 20 20 4e 72 2e 53 54 41 4d 46 4f 52 |n. Nr.STAMFOR| 000066e0 44 0a 20 20 20 20 4c 69 6e 63 73 2e 0a 20 20 20 |D. Lincs.. | 000066f0 20 50 45 39 20 34 52 50 0a 20 20 20 20 55 4b 2e | PE9 4RP. UK.| 00006700 0a 20 20 20 20 28 45 2d 6d 61 69 6c 3a 20 61 68 |. (E-mail: ah| 00006710 65 72 73 65 65 40 77 61 72 77 69 63 6b 2e 61 63 |ersee@warwick.ac| 00006720 2e 75 6b 29 0a 0a 54 68 65 20 57 69 6d 70 45 78 |.uk)..The WimpEx| 00006730 74 20 6d 6f 64 75 6c 65 20 28 50 44 29 3a 0a 20 |t module (PD):. | 00006740 20 20 20 4a 6f 6e 20 52 69 62 62 65 6e 73 0a 20 | Jon Ribbens. | 00006750 20 20 20 33 39 20 4e 75 74 6b 69 6e 73 20 57 61 | 39 Nutkins Wa| 00006760 79 0a 20 20 20 20 43 68 65 73 68 61 6d 0a 20 20 |y. Chesham. | 00006770 20 20 42 75 63 6b 73 2e 0a 20 20 20 20 48 50 35 | Bucks.. HP5| 00006780 20 32 42 45 0a 20 20 20 20 55 4b 2e 0a 0a 53 74 | 2BE. UK...St| 00006790 72 6f 6e 67 48 65 6c 70 20 28 63 6f 6d 6d 65 72 |rongHelp (commer| 000067a0 63 69 61 6c 2c 20 70 61 72 74 20 6f 66 20 74 68 |cial, part of th| 000067b0 65 20 53 74 72 6f 6e 67 45 64 20 70 61 63 6b 61 |e StrongEd packa| 000067c0 67 65 29 3a 0a 20 20 20 20 53 74 61 6c 6c 69 6f |ge):. Stallio| 000067d0 6e 20 53 6f 66 74 77 61 72 65 20 4c 74 64 2e 0a |n Software Ltd..| 000067e0 20 20 20 20 41 72 75 6e 64 65 6c 20 48 6f 75 73 | Arundel Hous| 000067f0 65 0a 20 20 20 20 41 72 75 6e 64 65 6c 20 52 6f |e. Arundel Ro| 00006800 61 64 0a 20 20 20 20 43 61 6d 64 65 6e 0a 20 20 |ad. Camden. | 00006810 20 20 42 61 74 68 0a 20 20 20 20 42 41 31 20 35 | Bath. BA1 5| 00006820 4a 58 0a 20 20 20 20 55 4b 2e 0a 0a 0a 31 37 2e |JX. UK....17.| 00006830 20 46 69 6e 61 6c 6c 79 0a 5f 5f 5f 5f 5f 5f 5f | Finally._______| 00006840 5f 5f 5f 5f 0a 0a 49 66 20 79 6f 75 20 68 61 76 |____..If you hav| 00006850 65 20 61 6e 79 20 71 75 65 73 74 69 6f 6e 73 2c |e any questions,| 00006860 20 62 75 67 20 72 65 70 6f 72 74 73 20 6f 72 20 | bug reports or | 00006870 73 75 67 67 65 73 74 69 6f 6e 73 20 66 6f 72 20 |suggestions for | 00006880 69 6d 70 72 6f 76 65 6d 65 6e 74 73 2c 0a 79 6f |improvements,.yo| 00006890 75 20 63 61 6e 20 63 6f 6e 74 61 63 74 20 6d 65 |u can contact me| 000068a0 20 61 74 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e | at the followin| 000068b0 67 20 61 64 64 72 65 73 73 3a 0a 0a 4c 69 6a 6e |g address:..Lijn| 000068c0 73 6c 61 67 65 72 73 74 72 61 61 74 20 32 30 34 |slagerstraat 204| 000068d0 0a 4e 4c 2d 35 36 32 35 42 50 20 20 45 69 6e 64 |.NL-5625BP Eind| 000068e0 68 6f 76 65 6e 0a 54 68 65 20 4e 65 74 68 65 72 |hoven.The Nether| 000068f0 6c 61 6e 64 73 0a 0a 6f 72 20 62 79 20 65 2d 6d |lands..or by e-m| 00006900 61 69 6c 3a 20 77 73 69 6e 64 61 40 69 6e 66 6f |ail: wsinda@info| 00006910 2e 77 69 6e 2e 74 75 65 2e 6e 6c 0a 0a 44 69 63 |.win.tue.nl..Dic| 00006920 6b 20 41 6c 73 74 65 69 6e 0a |k Alstein.| 0000692a