Home » Archimedes archive » Archimedes World » AW-1992-09.adf » AWSept92 » !AWSept92/Goodies/Wimp/!FormEd/!Help

!AWSept92/Goodies/Wimp/!FormEd/!Help

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » AW-1992-09.adf » AWSept92
Filename: !AWSept92/Goodies/Wimp/!FormEd/!Help
Read OK:
File size: 0EBB bytes
Load address: 0000
Exec address: 0000
File contents
 FormEd
 ~~~~~~

 Purpose     : Edited Template Files
 Version     : 1.14 and above  

 Description :

              FormEd is an editor of Template files.  To understand this 
              you need to understand the program interface of the Window 
              System, as described in the Programmer's Reference Manual. 
              The  description here assumes an understanding of template 
              files.

              FormEd  is  started  by double-clicking on a template file 
              after  the  FormEd  icon  has been "seen". This will cause 
              FormEd  to be loaded, and to display all of the windows in
              the template file.   Alternatively, double-click on FormEd 
              itself and it will be loaded with no current windows. If a
              template  file does not appear to load properly, give more 
              memory  to  FormEd before it starts using the Task Manager 
              window.
                                     
              A  template  file is often constructed with reference to a 
              specific set of sprites. A sprite file can be dragged onto 
              the  FormEd  icon  on  the  icon  bar to set the available 
              sprites. These are displayed in a window.      To edit the
              sprites, use the Paint application.
          
              The menu provided from the icon bar provides the following 
              functions:
                
                          Info
                            - program information
                          New template 
                            - shows a new browser window
                          Quit 
                            - quit FormEd

                  
              The  template windows displayed by FormEd mirror precisely 
              the  size,  position  and properties of the windows in the 
              Template file.   The following actions directly affect the
              stored values:

                          Close the window 
                            - removes the window from view
                          Move/scroll/resize the window 
                            - moves the default setup of the window in the
                              template file.

              Clicking  MENU  on  a template window produces a menu tree 
              that  allows  a  wide  variety  of alterations to the menu 
              structure, based on the various control fields of a window
              structure as described in the Wimp documentation.  It also
              allows you to create icons in the window.    An icon, once 
              created,  can  be  moved and resized using drag-SELECT and 
              drag-ADJUST.   It can also have its properties adjusted by 
              pointing  at  it and then clicking MENU, and following the
              "amend icon" submenu.

              Your ability to drag and resize icons may be affected by a
              button  type  affixed  to an icon: only those button types 
              which  generate the appropriate Wimp events can be dragged
              and resized directly. It's interesting to note that FormEd
              keeps  no data structures describing each template window,
              relying on the Wimp to keep and manipulate each structure.

              FormEd keeps a file of sprites in memory which can be used
              in icons in the template being edited.  The default sprite 
              file used is the file Default inside !FormEd,  which is in 
              fact a copy of the sprites found in the RISC OS ROM.    To
              load  in  a separate sprite file to use with your template  
              file, drag the sprite file onto the FormEd icon.
00000000  20 46 6f 72 6d 45 64 0a  20 7e 7e 7e 7e 7e 7e 0a  | FormEd. ~~~~~~.|
00000010  0a 20 50 75 72 70 6f 73  65 20 20 20 20 20 3a 20  |. Purpose     : |
00000020  45 64 69 74 65 64 20 54  65 6d 70 6c 61 74 65 20  |Edited Template |
00000030  46 69 6c 65 73 0a 20 56  65 72 73 69 6f 6e 20 20  |Files. Version  |
00000040  20 20 20 3a 20 31 2e 31  34 20 61 6e 64 20 61 62  |   : 1.14 and ab|
00000050  6f 76 65 20 20 0a 0a 20  44 65 73 63 72 69 70 74  |ove  .. Descript|
00000060  69 6f 6e 20 3a 0a 0a 20  20 20 20 20 20 20 20 20  |ion :..         |
00000070  20 20 20 20 20 46 6f 72  6d 45 64 20 69 73 20 61  |     FormEd is a|
00000080  6e 20 65 64 69 74 6f 72  20 6f 66 20 54 65 6d 70  |n editor of Temp|
00000090  6c 61 74 65 20 66 69 6c  65 73 2e 20 20 54 6f 20  |late files.  To |
000000a0  75 6e 64 65 72 73 74 61  6e 64 20 74 68 69 73 20  |understand this |
000000b0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 79  |.              y|
000000c0  6f 75 20 6e 65 65 64 20  74 6f 20 75 6e 64 65 72  |ou need to under|
000000d0  73 74 61 6e 64 20 74 68  65 20 70 72 6f 67 72 61  |stand the progra|
000000e0  6d 20 69 6e 74 65 72 66  61 63 65 20 6f 66 20 74  |m interface of t|
000000f0  68 65 20 57 69 6e 64 6f  77 20 0a 20 20 20 20 20  |he Window .     |
00000100  20 20 20 20 20 20 20 20  20 53 79 73 74 65 6d 2c  |         System,|
00000110  20 61 73 20 64 65 73 63  72 69 62 65 64 20 69 6e  | as described in|
00000120  20 74 68 65 20 50 72 6f  67 72 61 6d 6d 65 72 27  | the Programmer'|
00000130  73 20 52 65 66 65 72 65  6e 63 65 20 4d 61 6e 75  |s Reference Manu|
00000140  61 6c 2e 20 0a 20 20 20  20 20 20 20 20 20 20 20  |al. .           |
00000150  20 20 20 54 68 65 20 20  64 65 73 63 72 69 70 74  |   The  descript|
00000160  69 6f 6e 20 68 65 72 65  20 61 73 73 75 6d 65 73  |ion here assumes|
00000170  20 61 6e 20 75 6e 64 65  72 73 74 61 6e 64 69 6e  | an understandin|
00000180  67 20 6f 66 20 74 65 6d  70 6c 61 74 65 20 0a 20  |g of template . |
00000190  20 20 20 20 20 20 20 20  20 20 20 20 20 66 69 6c  |             fil|
000001a0  65 73 2e 0a 0a 20 20 20  20 20 20 20 20 20 20 20  |es...           |
000001b0  20 20 20 46 6f 72 6d 45  64 20 20 69 73 20 20 73  |   FormEd  is  s|
000001c0  74 61 72 74 65 64 20 20  62 79 20 64 6f 75 62 6c  |tarted  by doubl|
000001d0  65 2d 63 6c 69 63 6b 69  6e 67 20 6f 6e 20 61 20  |e-clicking on a |
000001e0  74 65 6d 70 6c 61 74 65  20 66 69 6c 65 20 0a 20  |template file . |
000001f0  20 20 20 20 20 20 20 20  20 20 20 20 20 61 66 74  |             aft|
00000200  65 72 20 20 74 68 65 20  20 46 6f 72 6d 45 64 20  |er  the  FormEd |
00000210  20 69 63 6f 6e 20 20 68  61 73 20 62 65 65 6e 20  | icon  has been |
00000220  22 73 65 65 6e 22 2e 20  54 68 69 73 20 77 69 6c  |"seen". This wil|
00000230  6c 20 63 61 75 73 65 20  0a 20 20 20 20 20 20 20  |l cause .       |
00000240  20 20 20 20 20 20 20 46  6f 72 6d 45 64 20 20 74  |       FormEd  t|
00000250  6f 20 62 65 20 6c 6f 61  64 65 64 2c 20 61 6e 64  |o be loaded, and|
00000260  20 74 6f 20 64 69 73 70  6c 61 79 20 61 6c 6c 20  | to display all |
00000270  6f 66 20 74 68 65 20 77  69 6e 64 6f 77 73 20 69  |of the windows i|
00000280  6e 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n.              |
00000290  74 68 65 20 74 65 6d 70  6c 61 74 65 20 66 69 6c  |the template fil|
000002a0  65 2e 20 20 20 41 6c 74  65 72 6e 61 74 69 76 65  |e.   Alternative|
000002b0  6c 79 2c 20 64 6f 75 62  6c 65 2d 63 6c 69 63 6b  |ly, double-click|
000002c0  20 6f 6e 20 46 6f 72 6d  45 64 20 0a 20 20 20 20  | on FormEd .    |
000002d0  20 20 20 20 20 20 20 20  20 20 69 74 73 65 6c 66  |          itself|
000002e0  20 61 6e 64 20 69 74 20  77 69 6c 6c 20 62 65 20  | and it will be |
000002f0  6c 6f 61 64 65 64 20 77  69 74 68 20 6e 6f 20 63  |loaded with no c|
00000300  75 72 72 65 6e 74 20 77  69 6e 64 6f 77 73 2e 20  |urrent windows. |
00000310  49 66 20 61 0a 20 20 20  20 20 20 20 20 20 20 20  |If a.           |
00000320  20 20 20 74 65 6d 70 6c  61 74 65 20 20 66 69 6c  |   template  fil|
00000330  65 20 64 6f 65 73 20 6e  6f 74 20 61 70 70 65 61  |e does not appea|
00000340  72 20 74 6f 20 6c 6f 61  64 20 70 72 6f 70 65 72  |r to load proper|
00000350  6c 79 2c 20 67 69 76 65  20 6d 6f 72 65 20 0a 20  |ly, give more . |
00000360  20 20 20 20 20 20 20 20  20 20 20 20 20 6d 65 6d  |             mem|
00000370  6f 72 79 20 20 74 6f 20  20 46 6f 72 6d 45 64 20  |ory  to  FormEd |
00000380  62 65 66 6f 72 65 20 69  74 20 73 74 61 72 74 73  |before it starts|
00000390  20 75 73 69 6e 67 20 74  68 65 20 54 61 73 6b 20  | using the Task |
000003a0  4d 61 6e 61 67 65 72 20  0a 20 20 20 20 20 20 20  |Manager .       |
000003b0  20 20 20 20 20 20 20 77  69 6e 64 6f 77 2e 0a 20  |       window.. |
000003c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000003e0  20 20 20 20 0a 20 20 20  20 20 20 20 20 20 20 20  |    .           |
000003f0  20 20 20 41 20 20 74 65  6d 70 6c 61 74 65 20 20  |   A  template  |
00000400  66 69 6c 65 20 69 73 20  6f 66 74 65 6e 20 63 6f  |file is often co|
00000410  6e 73 74 72 75 63 74 65  64 20 77 69 74 68 20 72  |nstructed with r|
00000420  65 66 65 72 65 6e 63 65  20 74 6f 20 61 20 0a 20  |eference to a . |
00000430  20 20 20 20 20 20 20 20  20 20 20 20 20 73 70 65  |             spe|
00000440  63 69 66 69 63 20 73 65  74 20 6f 66 20 73 70 72  |cific set of spr|
00000450  69 74 65 73 2e 20 41 20  73 70 72 69 74 65 20 66  |ites. A sprite f|
00000460  69 6c 65 20 63 61 6e 20  62 65 20 64 72 61 67 67  |ile can be dragg|
00000470  65 64 20 6f 6e 74 6f 20  0a 20 20 20 20 20 20 20  |ed onto .       |
00000480  20 20 20 20 20 20 20 74  68 65 20 20 46 6f 72 6d  |       the  Form|
00000490  45 64 20 20 69 63 6f 6e  20 20 6f 6e 20 20 74 68  |Ed  icon  on  th|
000004a0  65 20 20 69 63 6f 6e 20  20 62 61 72 20 74 6f 20  |e  icon  bar to |
000004b0  73 65 74 20 74 68 65 20  61 76 61 69 6c 61 62 6c  |set the availabl|
000004c0  65 20 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |e .             |
000004d0  20 73 70 72 69 74 65 73  2e 20 54 68 65 73 65 20  | sprites. These |
000004e0  61 72 65 20 64 69 73 70  6c 61 79 65 64 20 69 6e  |are displayed in|
000004f0  20 61 20 77 69 6e 64 6f  77 2e 20 20 20 20 20 20  | a window.      |
00000500  54 6f 20 65 64 69 74 20  74 68 65 0a 20 20 20 20  |To edit the.    |
00000510  20 20 20 20 20 20 20 20  20 20 73 70 72 69 74 65  |          sprite|
00000520  73 2c 20 75 73 65 20 74  68 65 20 50 61 69 6e 74  |s, use the Paint|
00000530  20 61 70 70 6c 69 63 61  74 69 6f 6e 2e 0a 20 20  | application..  |
00000540  20 20 20 20 20 20 20 20  0a 20 20 20 20 20 20 20  |        .       |
00000550  20 20 20 20 20 20 20 54  68 65 20 6d 65 6e 75 20  |       The menu |
00000560  70 72 6f 76 69 64 65 64  20 66 72 6f 6d 20 74 68  |provided from th|
00000570  65 20 69 63 6f 6e 20 62  61 72 20 70 72 6f 76 69  |e icon bar provi|
00000580  64 65 73 20 74 68 65 20  66 6f 6c 6c 6f 77 69 6e  |des the followin|
00000590  67 20 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |g .             |
000005a0  20 66 75 6e 63 74 69 6f  6e 73 3a 0a 20 20 20 20  | functions:.    |
000005b0  20 20 20 20 20 20 20 20  20 20 20 20 0a 20 20 20  |            .   |
000005c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000005d0  20 20 20 20 20 20 20 49  6e 66 6f 0a 20 20 20 20  |       Info.    |
000005e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000005f0  20 20 20 20 20 20 20 20  2d 20 70 72 6f 67 72 61  |        - progra|
00000600  6d 20 69 6e 66 6f 72 6d  61 74 69 6f 6e 0a 20 20  |m information.  |
00000610  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000620  20 20 20 20 20 20 20 20  4e 65 77 20 74 65 6d 70  |        New temp|
00000630  6c 61 74 65 20 0a 20 20  20 20 20 20 20 20 20 20  |late .          |
00000640  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000650  20 20 2d 20 73 68 6f 77  73 20 61 20 6e 65 77 20  |  - shows a new |
00000660  62 72 6f 77 73 65 72 20  77 69 6e 64 6f 77 0a 20  |browser window. |
00000670  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000680  20 20 20 20 20 20 20 20  20 51 75 69 74 20 0a 20  |         Quit . |
00000690  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000006a0  20 20 20 20 20 20 20 20  20 20 20 2d 20 71 75 69  |           - qui|
000006b0  74 20 46 6f 72 6d 45 64  0a 0a 20 20 20 20 20 20  |t FormEd..      |
000006c0  20 20 20 20 20 20 20 20  20 20 20 20 0a 20 20 20  |            .   |
000006d0  20 20 20 20 20 20 20 20  20 20 20 54 68 65 20 20  |           The  |
000006e0  74 65 6d 70 6c 61 74 65  20 77 69 6e 64 6f 77 73  |template windows|
000006f0  20 64 69 73 70 6c 61 79  65 64 20 62 79 20 46 6f  | displayed by Fo|
00000700  72 6d 45 64 20 6d 69 72  72 6f 72 20 70 72 65 63  |rmEd mirror prec|
00000710  69 73 65 6c 79 20 0a 20  20 20 20 20 20 20 20 20  |isely .         |
00000720  20 20 20 20 20 74 68 65  20 20 73 69 7a 65 2c 20  |     the  size, |
00000730  20 70 6f 73 69 74 69 6f  6e 20 20 61 6e 64 20 70  | position  and p|
00000740  72 6f 70 65 72 74 69 65  73 20 6f 66 20 74 68 65  |roperties of the|
00000750  20 77 69 6e 64 6f 77 73  20 69 6e 20 74 68 65 20  | windows in the |
00000760  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 54  |.              T|
00000770  65 6d 70 6c 61 74 65 20  66 69 6c 65 2e 20 20 20  |emplate file.   |
00000780  54 68 65 20 66 6f 6c 6c  6f 77 69 6e 67 20 61 63  |The following ac|
00000790  74 69 6f 6e 73 20 64 69  72 65 63 74 6c 79 20 61  |tions directly a|
000007a0  66 66 65 63 74 20 74 68  65 0a 20 20 20 20 20 20  |ffect the.      |
000007b0  20 20 20 20 20 20 20 20  73 74 6f 72 65 64 20 76  |        stored v|
000007c0  61 6c 75 65 73 3a 0a 0a  20 20 20 20 20 20 20 20  |alues:..        |
000007d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000007e0  20 20 43 6c 6f 73 65 20  74 68 65 20 77 69 6e 64  |  Close the wind|
000007f0  6f 77 20 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ow .            |
00000800  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000810  2d 20 72 65 6d 6f 76 65  73 20 74 68 65 20 77 69  |- removes the wi|
00000820  6e 64 6f 77 20 66 72 6f  6d 20 76 69 65 77 0a 20  |ndow from view. |
00000830  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000840  20 20 20 20 20 20 20 20  20 4d 6f 76 65 2f 73 63  |         Move/sc|
00000850  72 6f 6c 6c 2f 72 65 73  69 7a 65 20 74 68 65 20  |roll/resize the |
00000860  77 69 6e 64 6f 77 20 0a  20 20 20 20 20 20 20 20  |window .        |
00000870  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000880  20 20 20 20 2d 20 6d 6f  76 65 73 20 74 68 65 20  |    - moves the |
00000890  64 65 66 61 75 6c 74 20  73 65 74 75 70 20 6f 66  |default setup of|
000008a0  20 74 68 65 20 77 69 6e  64 6f 77 20 69 6e 20 74  | the window in t|
000008b0  68 65 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |he.             |
000008c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000008d0  20 74 65 6d 70 6c 61 74  65 20 66 69 6c 65 2e 0a  | template file..|
000008e0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 43  |.              C|
000008f0  6c 69 63 6b 69 6e 67 20  20 4d 45 4e 55 20 20 6f  |licking  MENU  o|
00000900  6e 20 20 61 20 74 65 6d  70 6c 61 74 65 20 77 69  |n  a template wi|
00000910  6e 64 6f 77 20 70 72 6f  64 75 63 65 73 20 61 20  |ndow produces a |
00000920  6d 65 6e 75 20 74 72 65  65 20 0a 20 20 20 20 20  |menu tree .     |
00000930  20 20 20 20 20 20 20 20  20 74 68 61 74 20 20 61  |         that  a|
00000940  6c 6c 6f 77 73 20 20 61  20 20 77 69 64 65 20 20  |llows  a  wide  |
00000950  76 61 72 69 65 74 79 20  20 6f 66 20 61 6c 74 65  |variety  of alte|
00000960  72 61 74 69 6f 6e 73 20  74 6f 20 74 68 65 20 6d  |rations to the m|
00000970  65 6e 75 20 0a 20 20 20  20 20 20 20 20 20 20 20  |enu .           |
00000980  20 20 20 73 74 72 75 63  74 75 72 65 2c 20 62 61  |   structure, ba|
00000990  73 65 64 20 6f 6e 20 74  68 65 20 76 61 72 69 6f  |sed on the vario|
000009a0  75 73 20 63 6f 6e 74 72  6f 6c 20 66 69 65 6c 64  |us control field|
000009b0  73 20 6f 66 20 61 20 77  69 6e 64 6f 77 0a 20 20  |s of a window.  |
000009c0  20 20 20 20 20 20 20 20  20 20 20 20 73 74 72 75  |            stru|
000009d0  63 74 75 72 65 20 61 73  20 64 65 73 63 72 69 62  |cture as describ|
000009e0  65 64 20 69 6e 20 74 68  65 20 57 69 6d 70 20 64  |ed in the Wimp d|
000009f0  6f 63 75 6d 65 6e 74 61  74 69 6f 6e 2e 20 20 49  |ocumentation.  I|
00000a00  74 20 61 6c 73 6f 0a 20  20 20 20 20 20 20 20 20  |t also.         |
00000a10  20 20 20 20 20 61 6c 6c  6f 77 73 20 79 6f 75 20  |     allows you |
00000a20  74 6f 20 63 72 65 61 74  65 20 69 63 6f 6e 73 20  |to create icons |
00000a30  69 6e 20 74 68 65 20 77  69 6e 64 6f 77 2e 20 20  |in the window.  |
00000a40  20 20 41 6e 20 69 63 6f  6e 2c 20 6f 6e 63 65 20  |  An icon, once |
00000a50  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 63  |.              c|
00000a60  72 65 61 74 65 64 2c 20  20 63 61 6e 20 20 62 65  |reated,  can  be|
00000a70  20 20 6d 6f 76 65 64 20  61 6e 64 20 72 65 73 69  |  moved and resi|
00000a80  7a 65 64 20 75 73 69 6e  67 20 64 72 61 67 2d 53  |zed using drag-S|
00000a90  45 4c 45 43 54 20 61 6e  64 20 0a 20 20 20 20 20  |ELECT and .     |
00000aa0  20 20 20 20 20 20 20 20  20 64 72 61 67 2d 41 44  |         drag-AD|
00000ab0  4a 55 53 54 2e 20 20 20  49 74 20 63 61 6e 20 61  |JUST.   It can a|
00000ac0  6c 73 6f 20 68 61 76 65  20 69 74 73 20 70 72 6f  |lso have its pro|
00000ad0  70 65 72 74 69 65 73 20  61 64 6a 75 73 74 65 64  |perties adjusted|
00000ae0  20 62 79 20 0a 20 20 20  20 20 20 20 20 20 20 20  | by .           |
00000af0  20 20 20 70 6f 69 6e 74  69 6e 67 20 20 61 74 20  |   pointing  at |
00000b00  20 69 74 20 61 6e 64 20  74 68 65 6e 20 63 6c 69  | it and then cli|
00000b10  63 6b 69 6e 67 20 4d 45  4e 55 2c 20 61 6e 64 20  |cking MENU, and |
00000b20  66 6f 6c 6c 6f 77 69 6e  67 20 74 68 65 0a 20 20  |following the.  |
00000b30  20 20 20 20 20 20 20 20  20 20 20 20 22 61 6d 65  |            "ame|
00000b40  6e 64 20 69 63 6f 6e 22  20 73 75 62 6d 65 6e 75  |nd icon" submenu|
00000b50  2e 0a 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |...             |
00000b60  20 59 6f 75 72 20 61 62  69 6c 69 74 79 20 74 6f  | Your ability to|
00000b70  20 64 72 61 67 20 61 6e  64 20 72 65 73 69 7a 65  | drag and resize|
00000b80  20 69 63 6f 6e 73 20 6d  61 79 20 62 65 20 61 66  | icons may be af|
00000b90  66 65 63 74 65 64 20 62  79 20 61 0a 20 20 20 20  |fected by a.    |
00000ba0  20 20 20 20 20 20 20 20  20 20 62 75 74 74 6f 6e  |          button|
00000bb0  20 20 74 79 70 65 20 20  61 66 66 69 78 65 64 20  |  type  affixed |
00000bc0  20 74 6f 20 61 6e 20 69  63 6f 6e 3a 20 6f 6e 6c  | to an icon: onl|
00000bd0  79 20 74 68 6f 73 65 20  62 75 74 74 6f 6e 20 74  |y those button t|
00000be0  79 70 65 73 20 0a 20 20  20 20 20 20 20 20 20 20  |ypes .          |
00000bf0  20 20 20 20 77 68 69 63  68 20 20 67 65 6e 65 72  |    which  gener|
00000c00  61 74 65 20 74 68 65 20  61 70 70 72 6f 70 72 69  |ate the appropri|
00000c10  61 74 65 20 57 69 6d 70  20 65 76 65 6e 74 73 20  |ate Wimp events |
00000c20  63 61 6e 20 62 65 20 64  72 61 67 67 65 64 0a 20  |can be dragged. |
00000c30  20 20 20 20 20 20 20 20  20 20 20 20 20 61 6e 64  |             and|
00000c40  20 72 65 73 69 7a 65 64  20 64 69 72 65 63 74 6c  | resized directl|
00000c50  79 2e 20 49 74 27 73 20  69 6e 74 65 72 65 73 74  |y. It's interest|
00000c60  69 6e 67 20 74 6f 20 6e  6f 74 65 20 74 68 61 74  |ing to note that|
00000c70  20 46 6f 72 6d 45 64 0a  20 20 20 20 20 20 20 20  | FormEd.        |
00000c80  20 20 20 20 20 20 6b 65  65 70 73 20 20 6e 6f 20  |      keeps  no |
00000c90  64 61 74 61 20 73 74 72  75 63 74 75 72 65 73 20  |data structures |
00000ca0  64 65 73 63 72 69 62 69  6e 67 20 65 61 63 68 20  |describing each |
00000cb0  74 65 6d 70 6c 61 74 65  20 77 69 6e 64 6f 77 2c  |template window,|
00000cc0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 72  |.              r|
00000cd0  65 6c 79 69 6e 67 20 6f  6e 20 74 68 65 20 57 69  |elying on the Wi|
00000ce0  6d 70 20 74 6f 20 6b 65  65 70 20 61 6e 64 20 6d  |mp to keep and m|
00000cf0  61 6e 69 70 75 6c 61 74  65 20 65 61 63 68 20 73  |anipulate each s|
00000d00  74 72 75 63 74 75 72 65  2e 0a 0a 20 20 20 20 20  |tructure...     |
00000d10  20 20 20 20 20 20 20 20  20 46 6f 72 6d 45 64 20  |         FormEd |
00000d20  6b 65 65 70 73 20 61 20  66 69 6c 65 20 6f 66 20  |keeps a file of |
00000d30  73 70 72 69 74 65 73 20  69 6e 20 6d 65 6d 6f 72  |sprites in memor|
00000d40  79 20 77 68 69 63 68 20  63 61 6e 20 62 65 20 75  |y which can be u|
00000d50  73 65 64 0a 20 20 20 20  20 20 20 20 20 20 20 20  |sed.            |
00000d60  20 20 69 6e 20 69 63 6f  6e 73 20 69 6e 20 74 68  |  in icons in th|
00000d70  65 20 74 65 6d 70 6c 61  74 65 20 62 65 69 6e 67  |e template being|
00000d80  20 65 64 69 74 65 64 2e  20 20 54 68 65 20 64 65  | edited.  The de|
00000d90  66 61 75 6c 74 20 73 70  72 69 74 65 20 0a 20 20  |fault sprite .  |
00000da0  20 20 20 20 20 20 20 20  20 20 20 20 66 69 6c 65  |            file|
00000db0  20 75 73 65 64 20 69 73  20 74 68 65 20 66 69 6c  | used is the fil|
00000dc0  65 20 44 65 66 61 75 6c  74 20 69 6e 73 69 64 65  |e Default inside|
00000dd0  20 21 46 6f 72 6d 45 64  2c 20 20 77 68 69 63 68  | !FormEd,  which|
00000de0  20 69 73 20 69 6e 20 0a  20 20 20 20 20 20 20 20  | is in .        |
00000df0  20 20 20 20 20 20 66 61  63 74 20 61 20 63 6f 70  |      fact a cop|
00000e00  79 20 6f 66 20 74 68 65  20 73 70 72 69 74 65 73  |y of the sprites|
00000e10  20 66 6f 75 6e 64 20 69  6e 20 74 68 65 20 52 49  | found in the RI|
00000e20  53 43 20 4f 53 20 52 4f  4d 2e 20 20 20 20 54 6f  |SC OS ROM.    To|
00000e30  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 6c  |.              l|
00000e40  6f 61 64 20 20 69 6e 20  20 61 20 73 65 70 61 72  |oad  in  a separ|
00000e50  61 74 65 20 73 70 72 69  74 65 20 66 69 6c 65 20  |ate sprite file |
00000e60  74 6f 20 75 73 65 20 77  69 74 68 20 79 6f 75 72  |to use with your|
00000e70  20 74 65 6d 70 6c 61 74  65 20 20 0a 20 20 20 20  | template  .    |
00000e80  20 20 20 20 20 20 20 20  20 20 66 69 6c 65 2c 20  |          file, |
00000e90  64 72 61 67 20 74 68 65  20 73 70 72 69 74 65 20  |drag the sprite |
00000ea0  66 69 6c 65 20 6f 6e 74  6f 20 74 68 65 20 46 6f  |file onto the Fo|
00000eb0  72 6d 45 64 20 69 63 6f  6e 2e 0a                 |rmEd icon..|
00000ebb