home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / templed / !TemplEd / Manual < prev    next >
Encoding:
Text File  |  1994-09-06  |  27.0 KB  |  667 lines

  1.  
  2.  
  3.                             TemplEd User Manual
  4.                             -------------------
  5.  
  6.  
  7. 1. About TemplEd
  8. ________________
  9.  
  10. TemplEd is a template editor. With it, you can create and edit Template
  11. files, which contain definitions of the windows used by an application. It
  12. is therefore only useful for people who write programs that run in the
  13. desktop.
  14.  
  15. If you want to know what can be in template definitions, and how they can
  16. be read by a program, read the information about the SWIs
  17. Wimp_CreateWindow, Wimp_CreateIcon and Wimp_LoadTemplate. This can be found
  18. in the RiscOS PRM (Programmer's Reference Manual), and on-line in Guttorm
  19. Vik's !StrongHlp application.
  20.  
  21. TemplEd is FreeWare. For conditions of use, read the copyright notice at the
  22. end of this manual.
  23.  
  24.  
  25. 2. About this manual
  26. ____________________
  27.  
  28. If you are an experienced user, the !Help file will probably contain enough
  29. information for you to get started. You may want to skip the boring
  30. discussion of TemplEd's operation that follows. However, there are some
  31. technical details that may be of interest. These have been marked with <TD>.
  32. There is also a list of operation shortcuts and "hidden" features at the end
  33. of this manual.
  34.  
  35.  
  36. 3. Starting the program and loading files
  37. _________________________________________
  38.  
  39. After you have double-clicked on the application, the program installs
  40. itself on the icon bar. A double-click on a Template file also starts
  41. TemplEd, after which TemplEd loads the file.
  42.  
  43. You can load a template file by:
  44.  
  45. * Double-clicking on a Template file. If TemplEd is running and has not
  46. loaded any templates, it loads the file. Otherwise, a new copy of TemplEd is
  47. started.
  48.  
  49. * Dropping the file on the TemplEd icon on the icon bar. TemplEd deletes the
  50. currently loaded templates, and loads the new file. If the current templates
  51. have been modified, TemplEd first asks you to confirm before deleting them.
  52.  
  53. * Dropping the file in the Templates window. TemplEd adds the templates in
  54. the file to the currently loaded ones.
  55.  
  56. If the file is called "Templates", then TemplEd will look for a sprite file
  57. called "Sprites" in the same directory. If there is such a file, TemplEd
  58. will assume that it contains the sprites to be used with the templates, and
  59. automatically loads the sprite file as well.
  60.  
  61. Other sprite files with sprites used in the templates, can be loaded by
  62. dropping them on the icon bar icon.
  63.  
  64. When you drop an application on the icon bar icon, TemplEd will load the
  65. file "Templates" in the application directory (if present). If there is a
  66. sprite file called "Sprites" in that directory, TemplEd will also load it.
  67.  
  68.  
  69. 4. Opening and closing a template window
  70. ________________________________________
  71.  
  72. A click with Select on the TemplEd icon on the icon bar opens the Templates
  73. window. This lists the currently loaded templates. A small window icon
  74. before the name indicates what type of window it is (scrollbars, title). A
  75. yellow background of this icon means that it is currently open.
  76.  
  77. You can open a template by double-clicking on its name. If the template was
  78. already open, it is closed. The "Open" and "Close" entries in the menu serve
  79. the same purpose.
  80.  
  81.  
  82. 5. Selecting icons
  83. __________________
  84.  
  85. Many operation on icons can be done on a single icon but also on a selection
  86. of icons. There are several ways to select (and deselect) icons:
  87.  
  88. * Click with Select to select a single icon while deselecting the others. A
  89. click on the background of the window clears the current selection.
  90.  
  91. * Click with Adjust to select an icon, without changing the rest of the
  92. selection. If the icon was already selected, it is deselected.
  93.  
  94. * A drag with the mouse creates a drag-box in the window area. When you
  95. release the mouse button, all icons within the box are selected.
  96.  
  97. * There are "Select all" and "Clear selection" items in the menu.
  98.  
  99. <TD> Like most other template editors, TemplEd creates a window for each
  100. template, and creates icons exactly as they have been defined. This means
  101. that the Wimp reacts to the mouse just as it would when a program was using
  102. the template. That's why a menu icon is hard to select: you can click on
  103. it, but if you move the pointer away from the icon, the icon is deselected
  104. again. The Wimp also interferes if you want to select several radio buttons
  105. from the same ESG. Even if you click with Adjust, the Wimp deselects the
  106. other buttons (unless their 'Allow adjust' bit is set). You can select these
  107. "difficult" icons with a drag-select.
  108.  
  109. <TD> If you want to check the behaviour of icons to mouse clicks, without
  110. TemplEd reacting to the clicks, press a combination of keys (e.g. Shift +
  111. Alt) while clicking. That way you can check if the ESGs of radio buttons
  112. are set right, if option buttons are switched on and off, etc.
  113.  
  114.  
  115. 6. Moving and resizing icons
  116. ____________________________
  117.  
  118. To move an icon or a selection, click inside the window with Select while
  119. holding down the Shift key. An outline appears around the icon(s) that moves
  120. with the pointer until you release the mouse button. During the operation,
  121. the pointer shape is changed to a hand.
  122.  
  123. To resize an icon or a selection, click on it with Shift+Adjust. A "rubber
  124. box" drag is started, allowing you to move one side. The side that is moved
  125. is the one that was nearest to the pointer when you clicked. It is also
  126. indicated by the pointer shape. Though a resize operation will usually be
  127. done on a single icon, it is possible to resize more than one icon at a
  128. time; the icons are scaled according to the size of the drag-box.
  129.  
  130. An alternative way to move or resize icons is by clicking on them without
  131. using the Shift key, and keeping the mouse button pressed for about half a
  132. second.
  133.  
  134. During the drag, you can move the pointer with the cursor keys. The left,
  135. right, up and down keys move the pointer 1 pixel (in the expected
  136. direction). If you press a cursor key in combination with the Shift key, the
  137. movement is 4 times as fast.
  138.  
  139. Pressing the cursor keys without starting a drag first moves the selected
  140. icons.
  141.  
  142.  
  143. 7. The "Icon Edit" dialogue window
  144. __________________________________
  145.  
  146. Except for size, position and number, all properties of an icon can be set
  147. from the "Icon Edit" dialogue window. To open this window, click with
  148. Shift+Menu, or choose the "Icon ⇨ Edit..." entry in the menu.
  149.  
  150. Icon flags can be set by clicking on the buttons, text and sprite names can
  151. be entered in the appropriate fields. Use the up and down arrow keys to move
  152. the cursor around. Some fields (e.g. button type, colours, font name) can
  153. contain a limited number of values. These can be selected either by clicking
  154. on the arrow icons to the left and right, or by clicking a mouse button
  155. while the pointer is over the field. This pops up a menu from which you can
  156. select a value.
  157.  
  158. <TD> The "1:1" button for the font is the only button not connected to an
  159. icon flag. When on, it keeps X and Y size of the font equal, so you don't
  160. have to set them both.
  161.  
  162. The changes to the icon only take effect if you press the "Update" icon.
  163. "Exit" closes the window, leaving the icon as it was since the last update,
  164. and "Update & Exit" combines the two.
  165.  
  166. <TD> If the indirected text that you entered is longer than the "Max
  167. size" field allows, TemplEd automatically increases the maximum. It also
  168. sets the "Indirected" flag if the text or sprite name uses more than 12
  169. characters.
  170.  
  171. When you edit a selection of icons, not all fields can be modified (to be
  172. exact: only the icon flags). The unchangeable fields are shaded. When you
  173. press "Update" or "Update & Exit", the changeable fields are modified in
  174. all selected icons. In some cases, you may only want to change one field
  175. (e.g. set the button type of all icons). To do this, click Menu above the
  176. "Update" or "Update & Exit" button. A menu pops up from which you can
  177. select the flags that must be changed.
  178.  
  179.  
  180. 8. Moving and resizing windows
  181. ______________________________
  182.  
  183. Usually, you can move a window by dragging the title bar, and you resize it
  184. by dragging its resize icon. But some windows don't have a resize icon, and
  185. some don't even have a title bar. You could of course edit the windows, give
  186. them a title bar or resize icon, and remove these when you are done. But in
  187. TemplEd, it is also possible (and much faster) to move and resize windows
  188. directly. Use Ctrl+Select to move a window, and Ctrl+Adjust to resize it.
  189.  
  190. The work area of the window can also be resized with the mouse, with
  191. Ctrl+Alt+Adjust. When you release the mouse button, the work area is set so,
  192. that it stretches to the bottom-right corner of the visible part of the
  193. window.
  194.  
  195. <TD> To enable the work area to expand, it is made very large at the start
  196. of the drag. This is visible if your window has a scroll bar. At the end of
  197. the drag, the area is shrunk again to the desired size.
  198.  
  199. Just as with moving and resizing icons, the cursor keys can be used during
  200. the drag to position the mouse pointer.
  201.  
  202.  
  203. 9. The "Window Edit" dialogue window
  204. ____________________________________
  205.  
  206. Editing the data of a window is split in two parts. Flags, colours and
  207. button type are edited in the "Window Edit" dialogue window. This window
  208. is opened when you click Ctrl+Menu over the window, The contents of the
  209. title bar are edited separately, using the "Icon Edit" window. It is
  210. accessible with a Shift+Menu click while the pointer is over the title bar.
  211. Both dialogue windows can also be opened from the menu.
  212.  
  213. <TD> The "transparent" colour number 255, that has a special meaning as the
  214. title foreground colour or as the work background colour, is only selectable
  215. from the colour menu, not by clicking on the arrow icons.
  216.  
  217.  
  218. 10. TemplEd's menus
  219. ___________________
  220.  
  221. Most entries in the menus ought to speak for themselves. Some others may
  222. take a small explanation:
  223.  
  224. 10.1 The "Window" menu
  225.  
  226.   Create ⇨
  227.  
  228.   Leads to a submenu with a number of standard icons. Selecting one of these
  229.   creates such an icon, at the position that the pointer was on when the
  230.   menu was popped up. Selecting the "Create" entry itself is equal to
  231.   selecting the first standard icon from the menu.
  232.  
  233.   You can change the set of standard icons, see the section "Customizing" at
  234.   the end of this manual.
  235.  
  236.   <TD> The new icon will be positioned so that its bottom-left corner is at
  237.   the position where the pointer was when you popped up the menu.
  238.  
  239.   Icon/Selection ⇨ Renumber ⇨
  240.  
  241.   You can renumber single icons or selections. When a selection is
  242.   renumbered, the icons are numbered from top to bottom and from left to
  243.   right.
  244.  
  245.   <TD> It is not possible to give an icon a number that is equal to or
  246.   higher than the number of icons in the template. If for instance there
  247.   are 10 icons, they are always numbered from 0 to 9. You may enter a
  248.   higher number but TemplEd will decrease it to 9. (In fact, what TemplEd
  249.   does when renumbering is swap the definitions of two icons: the one that
  250.   you want to renumber, and the one carrying the new number.)
  251.  
  252.   <TD> After renumbering an icon, TemplEd increases the new number by one
  253.   and stores it. You can see this the next time you open the menu. This
  254.   feature comes in handy when you renumber using Alt+Select (see
  255.   "Shortcuts")
  256.  
  257.   Icon/Selection ⇨ Align ⇨
  258.  
  259.   Changes the selected icons so that they are lined up. There is a choice
  260.   of aligning the left-hand sides, right-hand sides, top, bottom, and the
  261.   centres (in either the horizontal or vertical direction).
  262.  
  263.   The icons can be either moved or resized. When resized, the coordinates
  264.   of the icons stay the same except for the side that must be aligned.
  265.  
  266.   <TD> As an anchor for aligning, the outer icon is chosen. For horizontal
  267.   aligning this is the leftmost icon, for top aligning the topmost, etc.
  268.   This ensures that if the icons were inside the visible area before the
  269.   aligning, they will remain fully visible afterwards (except for some cases
  270.   when you align the centres).
  271.  
  272.   Icon/Selection ⇨ Space out ⇨
  273.  
  274.   Moves the selected icons so that there is a constant space between the
  275.   icons. You can choose between horizontal and vertical distribution, and
  276.   between setting a fixed space and using the available space between the
  277.   outer icons. For example:
  278.  
  279.   Suppose you have four icons, positioned
  280.  
  281.      -----               -------  ---        ---
  282.     |  A  |             |   B   || C |      | D |
  283.      -----               -------  ---        ---
  284.  
  285.   Using a fixed space gives you something like
  286.  
  287.      -----    -------    ---    ---
  288.     |  A  |  |   B   |  | C |  | D |
  289.      -----    -------    ---    ---
  290.  
  291.   and choosing "Use available" results in
  292.  
  293.      -----        -------        ---         ---
  294.     |  A  |      |   B   |      | C |       | D |
  295.      -----        -------        ---         ---
  296.  
  297.   <TD> Before doing a Space out operation, TemplEd sorts the icons on their
  298.   minimum coordinate. This means that the leftmost (or bottommost) icon
  299.   always remains in place. It also means that if some icons have equal
  300.   minimum X (or Y) coordinates, they may end up in any order.
  301.  
  302.   <TD> Both the "Align" and the "Space out" operations change the position
  303.   of icons in only one direction. So if you do a horizontal Space out, the Y
  304.   coordinates of the icons remain the same.
  305.  
  306.   Icon/Selection ⇨ Min. size
  307.  
  308.   Minimizes the size of icons, keeping their bottomleft corner at the same
  309.   position.
  310.  
  311.   <TD> It is very complicated to calculate the minimum size correctly,
  312.   especially for icons with outline fonts, 3D borders or multi-line text.
  313.   The procedure used may not always give the best results.
  314.  
  315.   Icon/Selection ⇨ Center
  316.  
  317.   Centers the icon (or icon selection) in the window, relative to the
  318.   area that is currently visible.
  319.  
  320.   Icon/Selection ⇨ Same size
  321.  
  322.   Sets the size of the selected icons to be equal to the topleft one. The
  323.   bottomleft corner is kept at the same position.
  324.  
  325.   Work area ⇨
  326.  
  327.   Leads to a window in which you can set the dimensions of the window work
  328.   area. The "Minimize" button limits the work area to the maximum
  329.   coordinates that are currently visible. The "Maximize" button sets the
  330.   minimum size equal to the current window size. The "Default" button resets
  331.   all values to those of a standard full-screen window.
  332.  
  333.   Misc ⇨ Sprite area
  334.  
  335.   Enables you to choose from which sprite area the sprites in the template
  336.   are read. This can be either the Wimp area or a private area that is
  337.   created when you drop a sprite file on the TemplEd icon.
  338.  
  339.   <TD> When saving templates, TemplEd always sets the sprite area to 1 (i.e.
  340.   the Wimp area). If your program is using a private sprite area, it will
  341.   have to re-direct the sprite area pointers after it has loaded the
  342.   template.
  343.  
  344.   Misc ⇨ Ensure icons ⇨
  345.  
  346.   From this submenu, you can let TemplEd check the position of the icons,
  347.   and move them if needed. The first item in the submenu make sure that all
  348.   icons are within the work area, the second ensures that they are in the
  349.   currently visible part of the window.
  350.  
  351.   Misc ⇨ Deleted icons ⇨
  352.  
  353.   Normally, when you delete an icon, it is only marked as deleted. Most of
  354.   the icon data is retained, and the numbering of the other icons stays the
  355.   same. If, later on, you create an icon, it may get the number of a
  356.   deleted icon. Until that time, it is possible to "undelete" the icon.
  357.   From this submenu, you can:
  358.     * Undelete the deleted icons (e.g. if you accidentally deleted them)
  359.     * Undelete them and move them outside the work area. This can be handy
  360.       if you want to avoid that the icon numbers are used again when you
  361.       edit other icons
  362.     * Purge the deleted icons, so that there are no gaps in the numbering
  363.  
  364.   Note that for indirected icons, the indirected data can not be retrieved.
  365.  
  366. 10.2 The icon bar menu
  367.  
  368.   Options...
  369.  
  370.     Opens a window in which you can set a number of options:
  371.     * Double click starts edit
  372.         When on, TemplEd reacts to double-clicks on icons, window title bar
  373.         or background, by opening the appropriate Edit window.
  374.     * Support 'Interface'/'AEH'/'WimpExt' module
  375.         Provides limited support for one of these modules, by making the
  376.         appropriate calls for redrawing icons. The modules provide a number
  377.         of enhancements to the Wimp, among which icon borders with 3D look.
  378.         Addresses of the people who made these modules are listed at the end
  379.         of this file.
  380.         <TD> Support is limited to redrawing icons, including selecting and
  381.         deselecting them upon a click. Other features are not supported.
  382.     * Allow duplicate template names
  383.         If this option is off and a template is added with a name that
  384.         already exists, the old template is deleted. Renaming a template to
  385.         an existing name will also be refused.
  386.     * Hatch user-redrawn templates
  387.         When on, the background of windows of which the "Auto-redraw"
  388.         flag is cleared, will be shown with a cross-hatch pattern.
  389.     * Show icon info
  390.         Enables or disables the Icon info window that shows information
  391.         on the icon that the pointer is currently over.
  392.     * Save icons as unselected
  393.         When on, TemplEd stores all icons as unselected when you save any
  394.         templates. Otherwise, the "selected" state of icons is saved with
  395.         the rest of the data to the file, and when your program uses the
  396.         templates, it will have to make sure that the correct icons are
  397.         selected.
  398.     * Delete icons moved outside
  399.         If you move icons, and drop them outside a template window, they
  400.         will be deleted if this option is on. When off, nothing happens to
  401.         the icons. This option allows for fast deletion of icons.
  402.     * Min. size: Ignore desktop font
  403.         This option is only meaningful if you are working under RiscOS 3.50
  404.         or later, where you can use an outline font for the desktop. If the
  405.         option is off, and TemplEd is calculating the minimum icon size, it
  406.         takes the text width in the Desktop font. However, that width may not
  407.         be enough for other users, who use a different font. That ruins the
  408.         layout. With this option on, TemplEd takes the text width for the
  409.         system (BBC) font, which is usually wider than outline fonts.
  410.     * Grid
  411.         Locks the position of icons that are created or modified to
  412.         a grid (as in !Draw). This makes it easier to get icons lined
  413.         up properly. The grid size can be set by clicking on the arrow
  414.         icons. There are two grids:
  415.           - Icon size grid
  416.             Locks all four corners of an icon, so that its size will be a
  417.             multiple of the grid size
  418.           - Icon position grid
  419.             Locks only the bottomleft corner of the icon; this can be handy
  420.             if you want to keep icons lined up, but want to keep their sizes
  421.             unchanged
  422.         Normally, the Icon position grid will be at least as large as the
  423.         Icon size grid.
  424.         <TD> If you are working in a high-resolution screen mode, it is
  425.         advisable to use at least an Icon size grid of 2x4, so that your
  426.         templates look the same in medium-resolution modes (like 12 and 15)
  427.         <TD> TemplEd automatically adjusts the grid size in case of a mode
  428.         change; the grid size must be at least equal to the number of OS
  429.         units per pixel.
  430.  
  431.     The "Save & Exit" button stores the current settings to a file in
  432.     the application directory, then closes the window. The "Exit" button
  433.     just closes the window.
  434.  
  435.   Statistics...
  436.  
  437.     Opens the statistics window, showing the amount of memory that the
  438.     templates will need if you use them in a program. The amounts can be
  439.     shown in decimal or hexadecimal numbers.
  440.  
  441.     <TD> Note that the statistics window does not change as you modify your
  442.     templates. The figures are re-calculated only when the window is opened
  443.     or when you click on the "Decimal" or "Hex" buttons.
  444.  
  445.   Custom sprites ⇨ View/Edit
  446.  
  447.     "Run"s the file with the custom sprites that your templates are using.
  448.     This normally means that !Paint will load the file.
  449.  
  450.   Custom sprites ⇨ Re-load
  451.  
  452.     Reads the sprite file again, e.g. after you have edited it with !Paint.
  453.  
  454.   Custom sprites ⇨ Reset
  455.  
  456.     Removes the sprites from memory; the templates will use the sprites from
  457.     the Wimp area.
  458.  
  459.  
  460. 11. Shortcuts
  461. _____________
  462.  
  463. * Opening the Icon Edit and Window Edit windows can be done from the menu,
  464. but a faster way is to click on them while pressing a key. Shift+Menu opens
  465. the Icon Edit window. Ctrl+Menu opens the Window Edit window. To edit the
  466. title bar icon, click Shift+Menu on the title bar.
  467.  
  468. * The Edit windows can also be opened with a double-click with the Select
  469. button. Double-clicks on an icon, on the background of a window, or on the
  470. title bar open the appropriate Edit window. This only works if the
  471. corresponding option is on.
  472.  
  473. * Inside the Icon Edit and Window Edit windows, pressing the F2, F3 and F4
  474. keys has the same effect as clicking on the Update, Update&Exit and Exit
  475. icons, respectively. The Escape key has the usual function which is exiting
  476. without doing anything. Escape works not only in these two cases, but in all
  477. windows with writable icons, such as the Save, Space Out and Options
  478. windows.
  479.  
  480. * Many operations on icons can also be done with a control-key:
  481.  
  482.       Ctrl-A    Select all
  483.       Ctrl-C    Copy selection
  484.       Ctrl-D    Copy icons downward
  485.       Ctrl-E    Edit selection
  486.       Ctrl-J    Open "Align" box
  487.       Ctrl-K    Open "SpaceOut" box
  488.       Ctrl-L    Copy icons to left
  489.       Ctrl-Q    Close window (Ctrl-F2 works, too)
  490.       Ctrl-R    Copy icons to right
  491.       Ctrl-T    Edit title bar
  492.       Ctrl-U    Copy icons upward
  493.       Ctrl-W    Edit window
  494.       Ctrl-X    Delete selection
  495.       Ctrl-Z    Clear selection
  496.  
  497. (This only works if the window has the input focus, of course)
  498.  
  499. * Renumbering icons can also be done faster. Click Alt+Select on an icon,
  500. and the icon gets the number that is visible when you open the "Icon ⇨
  501. Renumber" menu. After the renumbering, this number is increased by one, so
  502. you can number the icons sequentially by clicking on them one by one. A
  503. click with Alt+Adjust does the same, except that the number is decreased
  504. after the renumbering.
  505.  
  506. * A fast way to delete icons is by moving them outside the template. (This
  507. only works if you have set the "Delete icons moved outside" option on.)
  508.  
  509.  
  510. 12. "Hidden" features
  511. _____________________
  512.  
  513. TemplEd has a number of features that may not be immediately visible, but
  514. can come in handy. (That's not counting the bugs ;-)
  515.  
  516. * It is possible to copy icons to other templates; just move the icons and
  517. drop them into the other template. This makes it easy to use icons from
  518. other templates.
  519.  
  520. * Extended icon info. When TemplEd starts, the Icon info window is small,
  521. showing only the name of the template and number of the icon that the mouse
  522. is over. If you click on the "toggle size" icon, it becomes full size and
  523. also shows the dimensions of the icon plus the mouse position in window
  524. coordinates. Still more icon info can be gotten from !Help, Acorn's
  525. interactive help application. Open the help window, and move the pointer
  526. over an icon.
  527.  
  528. * Fine-tuning when moving and resizing icons and windows is possible with
  529. the cursor keys. The up, down, left and right keys move the pointer 1 pixel
  530. (or 4 pixels, if Shift is pressed).
  531.  
  532. * Pressing Esc during dragging (icon move, resize, etc.) aborts the
  533. operation.
  534.  
  535. * In the Icon Edit window, clicking Adjust on "Max Size" (the text itself,
  536. not the writable icon) minimizes the value of the "Max Size" field.
  537.  
  538. * Closing the Templates window with the Adjust button opens a Filer window
  539. of the parent directory of the file you are editing. Shift+Adjust also opens
  540. the Filer window but does not close the Templates window. (This is, in fact,
  541. standard Acorn practice for editor-like applications.)
  542.  
  543.  
  544. 13. Customizing
  545. _______________
  546.  
  547. Apart from setting the options, you can also customize TemplEd's menu of
  548. standard icons. Load the file "Templates" in the application directory into
  549. TemplEd. The template "StdIcons" contains the definitions of the standard
  550. icons. TemplEd loads them at program startup. You can change these
  551. definitions to your liking, but bear the following in mind:
  552.  
  553. * There are "name" icons that contain the text of the menu entries. They
  554. must be indirected-text icons, with their ESG set to 31.
  555.  
  556. * The other icons contain the definitions. These MUST have a different
  557. value for the ESG (i.e. 0-30). TemplEd links them to the "name" icon with
  558. the number preceding them. For instance, suppose icons 0 and 3 are "name"
  559. icons. This means that icon 1 and 2 are taken as a group belonging to
  560. icon 0. When you select the text in icon 0 from the "Create icon ⇨ "
  561. submenu, these two icons will be copied to your template window.
  562.  
  563. For those who like windows with 3D-look, there is an alternative set of
  564. templates and sprites. To make TemplEd use them, rename them to the default
  565. "Templates" and "Sprites", after you have given the standard "2D" files a
  566. different name. (Note: you need Risc OS version 3.10 or later to get the
  567. 3D effect.) Alternatively, run the "Use3D" Obey file in the "Extras"
  568. directory; run "Use2D" to switch back to standard templates.
  569.  
  570.  
  571. 14. Credits
  572. ___________
  573.  
  574. Although the edit-dialogue windows are my own idea, not all features
  575. implemented in TemplEd are. Some have been borrowed from RiscForm (the
  576. version of !FormEd by The Risc Squad), some from Jonathan Marten's excellent
  577. !DrawPlus (notably the Align and Space Out windows).
  578.  
  579. Martin Ebourne made the hires sprites file (!Sprites22). The MenuUtils
  580. module which TemplEd uses was written by Alex Petrov.
  581.  
  582. TemplEd has also been much improved by the testing, comments and suggestions
  583. of Stephen Burke, Martin Ebourne, Michael Ellis, Edwin Hautus, Paul Hobbs,
  584. Rupert Johnson, Merlin Hughes, Olaf Krumnow, Paul Lebeau, Ian Palmer, John
  585. Pullan, Niklas RÖjemo, John Tytgat, Julian Wright, and I'm sure I forgot
  586. some others.
  587.  
  588.  
  589. 15. Copyright notice
  590. ____________________
  591.  
  592. This program is FreeWare. This means that I retain the copyright. You may
  593. freely copy and distribute it, provided that it is complete with all
  594. original files, and that you do not sell it. PD libraries may charge a
  595. nominal fee for the cost of duplication, postage etc. When you use the
  596. program, you do so entirely at your own risk. You may change the program to
  597. suit your own needs. If it's a bug fix, or if you think it's an improvement,
  598. then please send the changes to me at the address below.
  599.  
  600. The MenuUtils module is © Alex Petrov.
  601.  
  602.  
  603. 16. Addresses
  604. -------------
  605.  
  606. Here are contact addresses for software used by or supported by TemplEd
  607. Note that these are the most recent that I know, so they may be out of date. 
  608.  
  609. The MenuUtils module (PD):
  610.     Alex Petrov
  611.     Bld. 1, Flat 107
  612.     Kavkazsky
  613.     boulevard, 29
  614.     Moscow 115541
  615.     RUSSIA.
  616.     (E-mail: APetrov@misis.msk.su)
  617.  
  618. The Interface module (PD):
  619.     SoftWare Interrupt Developments.
  620.     40 Castle Ings Gardens,
  621.     New Farnley,
  622.     LEEDS,
  623.     LS12 5EG
  624.     UK.
  625.  
  626. The AEH module (Shareware):
  627.     Andrew Hersee
  628.     The Red House
  629.     Tallington
  630.     Nr.STAMFORD
  631.     Lincs.
  632.     PE9 4RP
  633.     UK.
  634.     (E-mail: ahersee@warwick.ac.uk)
  635.  
  636. The WimpExt module (PD):
  637.     Jon Ribbens
  638.     39 Nutkins Way
  639.     Chesham
  640.     Bucks.
  641.     HP5 2BE
  642.     UK.
  643.  
  644. StrongHelp (commercial, part of the StrongEd package):
  645.     Stallion Software Ltd.
  646.     Arundel House
  647.     Arundel Road
  648.     Camden
  649.     Bath
  650.     BA1 5JX
  651.     UK.
  652.  
  653.  
  654. 17. Finally
  655. ___________
  656.  
  657. If you have any questions, bug reports or suggestions for improvements,
  658. you can contact me at the following address:
  659.  
  660. Lijnslagerstraat 204
  661. NL-5625BP  Eindhoven
  662. The Netherlands
  663.  
  664. or by e-mail: wsinda@info.win.tue.nl (valid until 15-Sep-94)
  665.  
  666. Dick Alstein
  667.