Home » Archimedes archive » Micro User » MU 1991-04.adf » PD-Stuff » interface/!Formed/!Help
interface/!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 » Micro User » MU 1991-04.adf » PD-Stuff |
Filename: | interface/!Formed/!Help |
Read OK: | ✔ |
File size: | 0E47 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Notes on using FormEd, 16-May-89 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. Some previous versions of FormEd used to provide facilities for editing sprites, these are now provided only in the Paint application. Clicking on the FormEd icon creates a new window in the current template file, and displays it on the screen. The menu provided from the icon on the icon bar provides the following functions: Create window - similar to clicking on the FormEd icon, except that a name may be specified for the template. Load templates - allows you to type in the filename of a template file to be loaded, instead of dragging an icon from the Filer. Save templates - a save box for the templates being edited. Quit - quit FormEd. Beware that this has no "confirm" option, so any edits will be discarded instantly if you choose this menu entry. 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 - deletes it from the template file. 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. The best way to experiment is to examine and update the template files belonging to the Applications Suite (saving the original first!). It's also possible to update the template files used by ROM utilities. These reside in the deskfs: filing system in the ROM. They are accessed via the environment variable Wimp$Path, so by updating this to search a directory of your own first where your updated template files reside, you can replace the window templates used by the utilities in the ROM. 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 4e 6f 74 65 73 20 6f 6e 20 75 73 69 6e 67 20 46 |Notes on using F| 00000010 6f 72 6d 45 64 2c 20 31 36 2d 4d 61 79 2d 38 39 |ormEd, 16-May-89| 00000020 0a 0a 46 6f 72 6d 45 64 20 69 73 20 61 6e 20 65 |..FormEd is an e| 00000030 64 69 74 6f 72 20 6f 66 20 54 65 6d 70 6c 61 74 |ditor of Templat| 00000040 65 20 66 69 6c 65 73 2e 20 54 6f 20 75 6e 64 65 |e files. To unde| 00000050 72 73 74 61 6e 64 20 74 68 69 73 20 79 6f 75 20 |rstand this you | 00000060 6e 65 65 64 20 74 6f 0a 75 6e 64 65 72 73 74 61 |need to.understa| 00000070 6e 64 20 74 68 65 20 70 72 6f 67 72 61 6d 20 69 |nd the program i| 00000080 6e 74 65 72 66 61 63 65 20 6f 66 20 74 68 65 20 |nterface of the | 00000090 57 69 6e 64 6f 77 20 53 79 73 74 65 6d 2c 20 61 |Window System, a| 000000a0 73 20 64 65 73 63 72 69 62 65 64 20 69 6e 20 74 |s described in t| 000000b0 68 65 0a 50 72 6f 67 72 61 6d 6d 65 72 27 73 20 |he.Programmer's | 000000c0 52 65 66 65 72 65 6e 63 65 20 4d 61 6e 75 61 6c |Reference Manual| 000000d0 2e 20 54 68 65 20 64 65 73 63 72 69 70 74 69 6f |. The descriptio| 000000e0 6e 20 68 65 72 65 20 61 73 73 75 6d 65 73 20 61 |n here assumes a| 000000f0 6e 20 75 6e 64 65 72 73 74 61 6e 64 69 6e 67 0a |n understanding.| 00000100 6f 66 20 74 65 6d 70 6c 61 74 65 20 66 69 6c 65 |of template file| 00000110 73 2e 0a 0a 46 6f 72 6d 45 64 20 69 73 20 73 74 |s...FormEd is st| 00000120 61 72 74 65 64 20 62 79 20 64 6f 75 62 6c 65 2d |arted by double-| 00000130 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 61 20 74 65 |clicking on a te| 00000140 6d 70 6c 61 74 65 20 66 69 6c 65 20 61 66 74 65 |mplate file afte| 00000150 72 20 74 68 65 20 46 6f 72 6d 45 64 0a 69 63 6f |r the FormEd.ico| 00000160 6e 20 68 61 73 20 62 65 65 6e 20 22 73 65 65 6e |n has been "seen| 00000170 22 2e 20 54 68 69 73 20 77 69 6c 6c 20 63 61 75 |". This will cau| 00000180 73 65 20 46 6f 72 6d 45 64 20 74 6f 20 62 65 20 |se FormEd to be | 00000190 6c 6f 61 64 65 64 2c 20 61 6e 64 20 74 6f 20 64 |loaded, and to d| 000001a0 69 73 70 6c 61 79 0a 61 6c 6c 20 6f 66 20 74 68 |isplay.all of th| 000001b0 65 20 77 69 6e 64 6f 77 73 20 69 6e 20 74 68 65 |e windows in the| 000001c0 20 74 65 6d 70 6c 61 74 65 20 66 69 6c 65 2e 20 | template file. | 000001d0 41 6c 74 65 72 6e 61 74 69 76 65 6c 79 2c 20 64 |Alternatively, d| 000001e0 6f 75 62 6c 65 2d 63 6c 69 63 6b 20 6f 6e 0a 46 |ouble-click on.F| 000001f0 6f 72 6d 45 64 20 69 74 73 65 6c 66 20 61 6e 64 |ormEd itself and| 00000200 20 69 74 20 77 69 6c 6c 20 62 65 20 6c 6f 61 64 | it will be load| 00000210 65 64 20 77 69 74 68 20 6e 6f 20 63 75 72 72 65 |ed with no curre| 00000220 6e 74 20 77 69 6e 64 6f 77 73 2e 20 49 66 20 61 |nt windows. If a| 00000230 20 74 65 6d 70 6c 61 74 65 0a 66 69 6c 65 20 64 | template.file d| 00000240 6f 65 73 20 6e 6f 74 20 61 70 70 65 61 72 20 74 |oes not appear t| 00000250 6f 20 6c 6f 61 64 20 70 72 6f 70 65 72 6c 79 2c |o load properly,| 00000260 20 67 69 76 65 20 6d 6f 72 65 20 6d 65 6d 6f 72 | give more memor| 00000270 79 20 74 6f 20 46 6f 72 6d 45 64 20 62 65 66 6f |y to FormEd befo| 00000280 72 65 20 69 74 0a 73 74 61 72 74 73 20 75 73 69 |re it.starts usi| 00000290 6e 67 20 74 68 65 20 54 61 73 6b 20 4d 61 6e 61 |ng the Task Mana| 000002a0 67 65 72 20 77 69 6e 64 6f 77 2e 0a 0a 41 20 74 |ger window...A t| 000002b0 65 6d 70 6c 61 74 65 20 66 69 6c 65 20 69 73 20 |emplate file is | 000002c0 6f 66 74 65 6e 20 63 6f 6e 73 74 72 75 63 74 65 |often constructe| 000002d0 64 20 77 69 74 68 20 72 65 66 65 72 65 6e 63 65 |d with reference| 000002e0 20 74 6f 20 61 20 73 70 65 63 69 66 69 63 20 73 | to a specific s| 000002f0 65 74 20 6f 66 0a 73 70 72 69 74 65 73 2e 20 41 |et of.sprites. A| 00000300 20 73 70 72 69 74 65 20 66 69 6c 65 20 63 61 6e | sprite file can| 00000310 20 62 65 20 64 72 61 67 67 65 64 20 6f 6e 74 6f | be dragged onto| 00000320 20 74 68 65 20 46 6f 72 6d 45 64 20 69 63 6f 6e | the FormEd icon| 00000330 20 6f 6e 20 74 68 65 20 69 63 6f 6e 20 62 61 72 | on the icon bar| 00000340 0a 74 6f 20 73 65 74 20 74 68 65 20 61 76 61 69 |.to set the avai| 00000350 6c 61 62 6c 65 20 73 70 72 69 74 65 73 2e 20 54 |lable sprites. T| 00000360 68 65 73 65 20 61 72 65 20 64 69 73 70 6c 61 79 |hese are display| 00000370 65 64 20 69 6e 20 61 20 77 69 6e 64 6f 77 2e 20 |ed in a window. | 00000380 53 6f 6d 65 20 70 72 65 76 69 6f 75 73 0a 76 65 |Some previous.ve| 00000390 72 73 69 6f 6e 73 20 6f 66 20 46 6f 72 6d 45 64 |rsions of FormEd| 000003a0 20 75 73 65 64 20 74 6f 20 70 72 6f 76 69 64 65 | used to provide| 000003b0 20 66 61 63 69 6c 69 74 69 65 73 20 66 6f 72 20 | facilities for | 000003c0 65 64 69 74 69 6e 67 20 73 70 72 69 74 65 73 2c |editing sprites,| 000003d0 20 74 68 65 73 65 20 61 72 65 0a 6e 6f 77 20 70 | these are.now p| 000003e0 72 6f 76 69 64 65 64 20 6f 6e 6c 79 20 69 6e 20 |rovided only in | 000003f0 74 68 65 20 50 61 69 6e 74 20 61 70 70 6c 69 63 |the Paint applic| 00000400 61 74 69 6f 6e 2e 0a 0a 43 6c 69 63 6b 69 6e 67 |ation...Clicking| 00000410 20 6f 6e 20 74 68 65 20 46 6f 72 6d 45 64 20 69 | on the FormEd i| 00000420 63 6f 6e 20 63 72 65 61 74 65 73 20 61 20 6e 65 |con creates a ne| 00000430 77 20 77 69 6e 64 6f 77 20 69 6e 20 74 68 65 20 |w window in the | 00000440 63 75 72 72 65 6e 74 20 74 65 6d 70 6c 61 74 65 |current template| 00000450 0a 66 69 6c 65 2c 20 61 6e 64 20 64 69 73 70 6c |.file, and displ| 00000460 61 79 73 20 69 74 20 6f 6e 20 74 68 65 20 73 63 |ays it on the sc| 00000470 72 65 65 6e 2e 0a 0a 54 68 65 20 6d 65 6e 75 20 |reen...The menu | 00000480 70 72 6f 76 69 64 65 64 20 66 72 6f 6d 20 74 68 |provided from th| 00000490 65 20 69 63 6f 6e 20 6f 6e 20 74 68 65 20 69 63 |e icon on the ic| 000004a0 6f 6e 20 62 61 72 20 70 72 6f 76 69 64 65 73 20 |on bar provides | 000004b0 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 0a 66 75 |the following.fu| 000004c0 6e 63 74 69 6f 6e 73 3a 0a 0a 43 72 65 61 74 65 |nctions:..Create| 000004d0 20 77 69 6e 64 6f 77 20 2d 20 73 69 6d 69 6c 61 | window - simila| 000004e0 72 20 74 6f 20 63 6c 69 63 6b 69 6e 67 20 6f 6e |r to clicking on| 000004f0 20 74 68 65 20 46 6f 72 6d 45 64 20 69 63 6f 6e | the FormEd icon| 00000500 2c 20 65 78 63 65 70 74 20 74 68 61 74 20 61 20 |, except that a | 00000510 6e 61 6d 65 0a 6d 61 79 20 62 65 20 73 70 65 63 |name.may be spec| 00000520 69 66 69 65 64 20 66 6f 72 20 74 68 65 20 74 65 |ified for the te| 00000530 6d 70 6c 61 74 65 2e 0a 0a 4c 6f 61 64 20 74 65 |mplate...Load te| 00000540 6d 70 6c 61 74 65 73 20 2d 20 61 6c 6c 6f 77 73 |mplates - allows| 00000550 20 79 6f 75 20 74 6f 20 74 79 70 65 20 69 6e 20 | you to type in | 00000560 74 68 65 20 66 69 6c 65 6e 61 6d 65 20 6f 66 20 |the filename of | 00000570 61 20 74 65 6d 70 6c 61 74 65 20 66 69 6c 65 20 |a template file | 00000580 74 6f 0a 62 65 20 6c 6f 61 64 65 64 2c 20 69 6e |to.be loaded, in| 00000590 73 74 65 61 64 20 6f 66 20 64 72 61 67 67 69 6e |stead of draggin| 000005a0 67 20 61 6e 20 69 63 6f 6e 20 66 72 6f 6d 20 74 |g an icon from t| 000005b0 68 65 20 46 69 6c 65 72 2e 0a 0a 53 61 76 65 20 |he Filer...Save | 000005c0 74 65 6d 70 6c 61 74 65 73 20 2d 20 61 20 73 61 |templates - a sa| 000005d0 76 65 20 62 6f 78 20 66 6f 72 20 74 68 65 20 74 |ve box for the t| 000005e0 65 6d 70 6c 61 74 65 73 20 62 65 69 6e 67 20 65 |emplates being e| 000005f0 64 69 74 65 64 2e 0a 0a 51 75 69 74 20 2d 20 71 |dited...Quit - q| 00000600 75 69 74 20 46 6f 72 6d 45 64 2e 20 42 65 77 61 |uit FormEd. Bewa| 00000610 72 65 20 74 68 61 74 20 74 68 69 73 20 68 61 73 |re that this has| 00000620 20 6e 6f 20 22 63 6f 6e 66 69 72 6d 22 20 6f 70 | no "confirm" op| 00000630 74 69 6f 6e 2c 20 73 6f 20 61 6e 79 20 65 64 69 |tion, so any edi| 00000640 74 73 0a 77 69 6c 6c 20 62 65 20 64 69 73 63 61 |ts.will be disca| 00000650 72 64 65 64 20 69 6e 73 74 61 6e 74 6c 79 20 69 |rded instantly i| 00000660 66 20 79 6f 75 20 63 68 6f 6f 73 65 20 74 68 69 |f you choose thi| 00000670 73 20 6d 65 6e 75 20 65 6e 74 72 79 2e 0a 0a 54 |s menu entry...T| 00000680 68 65 20 74 65 6d 70 6c 61 74 65 20 77 69 6e 64 |he template wind| 00000690 6f 77 73 20 64 69 73 70 6c 61 79 65 64 20 62 79 |ows displayed by| 000006a0 20 46 6f 72 6d 45 64 20 6d 69 72 72 6f 72 20 70 | FormEd mirror p| 000006b0 72 65 63 69 73 65 6c 79 20 74 68 65 20 73 69 7a |recisely the siz| 000006c0 65 2c 20 70 6f 73 69 74 69 6f 6e 0a 61 6e 64 20 |e, position.and | 000006d0 70 72 6f 70 65 72 74 69 65 73 20 6f 66 20 74 68 |properties of th| 000006e0 65 20 77 69 6e 64 6f 77 73 20 69 6e 20 74 68 65 |e windows in the| 000006f0 20 54 65 6d 70 6c 61 74 65 20 66 69 6c 65 2e 20 | Template file. | 00000700 54 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 61 63 |The following ac| 00000710 74 69 6f 6e 73 0a 64 69 72 65 63 74 6c 79 20 61 |tions.directly a| 00000720 66 66 65 63 74 20 74 68 65 20 73 74 6f 72 65 64 |ffect the stored| 00000730 20 76 61 6c 75 65 73 3a 0a 0a 43 6c 6f 73 65 20 | values:..Close | 00000740 74 68 65 20 77 69 6e 64 6f 77 20 2d 20 64 65 6c |the window - del| 00000750 65 74 65 73 20 69 74 20 66 72 6f 6d 20 74 68 65 |etes it from the| 00000760 20 74 65 6d 70 6c 61 74 65 20 66 69 6c 65 2e 0a | template file..| 00000770 0a 4d 6f 76 65 2f 73 63 72 6f 6c 6c 2f 72 65 73 |.Move/scroll/res| 00000780 69 7a 65 20 74 68 65 20 77 69 6e 64 6f 77 20 2d |ize the window -| 00000790 20 6d 6f 76 65 73 20 74 68 65 20 64 65 66 61 75 | moves the defau| 000007a0 6c 74 20 73 65 74 75 70 20 6f 66 20 74 68 65 20 |lt setup of the | 000007b0 77 69 6e 64 6f 77 20 69 6e 20 74 68 65 0a 74 65 |window in the.te| 000007c0 6d 70 6c 61 74 65 20 66 69 6c 65 2e 0a 0a 43 6c |mplate file...Cl| 000007d0 69 63 6b 69 6e 67 20 4d 45 4e 55 20 6f 6e 20 61 |icking MENU on a| 000007e0 20 74 65 6d 70 6c 61 74 65 20 77 69 6e 64 6f 77 | template window| 000007f0 20 70 72 6f 64 75 63 65 73 20 61 20 6d 65 6e 75 | produces a menu| 00000800 20 74 72 65 65 20 74 68 61 74 20 61 6c 6c 6f 77 | tree that allow| 00000810 73 20 61 20 77 69 64 65 0a 76 61 72 69 65 74 79 |s a wide.variety| 00000820 20 6f 66 20 61 6c 74 65 72 61 74 69 6f 6e 73 20 | of alterations | 00000830 74 6f 20 74 68 65 20 6d 65 6e 75 20 73 74 72 75 |to the menu stru| 00000840 63 74 75 72 65 2c 20 62 61 73 65 64 20 6f 6e 20 |cture, based on | 00000850 74 68 65 20 76 61 72 69 6f 75 73 20 63 6f 6e 74 |the various cont| 00000860 72 6f 6c 0a 66 69 65 6c 64 73 20 6f 66 20 61 20 |rol.fields of a | 00000870 77 69 6e 64 6f 77 20 73 74 72 75 63 74 75 72 65 |window structure| 00000880 20 61 73 20 64 65 73 63 72 69 62 65 64 20 69 6e | as described in| 00000890 20 74 68 65 20 57 69 6d 70 20 64 6f 63 75 6d 65 | the Wimp docume| 000008a0 6e 74 61 74 69 6f 6e 2e 20 49 74 20 61 6c 73 6f |ntation. It also| 000008b0 0a 61 6c 6c 6f 77 73 20 79 6f 75 20 74 6f 20 63 |.allows you to c| 000008c0 72 65 61 74 65 20 69 63 6f 6e 73 20 69 6e 20 74 |reate icons in t| 000008d0 68 65 20 77 69 6e 64 6f 77 2e 20 41 6e 20 69 63 |he window. An ic| 000008e0 6f 6e 2c 20 6f 6e 63 65 20 63 72 65 61 74 65 64 |on, once created| 000008f0 2c 20 63 61 6e 20 62 65 0a 6d 6f 76 65 64 20 61 |, can be.moved a| 00000900 6e 64 20 72 65 73 69 7a 65 64 20 75 73 69 6e 67 |nd resized using| 00000910 20 64 72 61 67 2d 53 45 4c 45 43 54 20 61 6e 64 | drag-SELECT and| 00000920 20 64 72 61 67 2d 41 44 4a 55 53 54 2e 20 49 74 | drag-ADJUST. It| 00000930 20 63 61 6e 20 61 6c 73 6f 20 68 61 76 65 20 69 | can also have i| 00000940 74 73 0a 70 72 6f 70 65 72 74 69 65 73 20 61 64 |ts.properties ad| 00000950 6a 75 73 74 65 64 20 62 79 20 70 6f 69 6e 74 69 |justed by pointi| 00000960 6e 67 20 61 74 20 69 74 20 61 6e 64 20 74 68 65 |ng at it and the| 00000970 6e 20 63 6c 69 63 6b 69 6e 67 20 4d 45 4e 55 2c |n clicking MENU,| 00000980 20 61 6e 64 20 66 6f 6c 6c 6f 77 69 6e 67 0a 74 | and following.t| 00000990 68 65 20 22 61 6d 65 6e 64 20 69 63 6f 6e 22 20 |he "amend icon" | 000009a0 73 75 62 6d 65 6e 75 2e 0a 0a 54 68 65 20 62 65 |submenu...The be| 000009b0 73 74 20 77 61 79 20 74 6f 20 65 78 70 65 72 69 |st way to experi| 000009c0 6d 65 6e 74 20 69 73 20 74 6f 20 65 78 61 6d 69 |ment is to exami| 000009d0 6e 65 20 61 6e 64 20 75 70 64 61 74 65 20 74 68 |ne and update th| 000009e0 65 20 74 65 6d 70 6c 61 74 65 20 66 69 6c 65 73 |e template files| 000009f0 0a 62 65 6c 6f 6e 67 69 6e 67 20 74 6f 20 74 68 |.belonging to th| 00000a00 65 20 41 70 70 6c 69 63 61 74 69 6f 6e 73 20 53 |e Applications S| 00000a10 75 69 74 65 20 28 73 61 76 69 6e 67 20 74 68 65 |uite (saving the| 00000a20 20 6f 72 69 67 69 6e 61 6c 20 66 69 72 73 74 21 | original first!| 00000a30 29 2e 20 49 74 27 73 20 61 6c 73 6f 0a 70 6f 73 |). It's also.pos| 00000a40 73 69 62 6c 65 20 74 6f 20 75 70 64 61 74 65 20 |sible to update | 00000a50 74 68 65 20 74 65 6d 70 6c 61 74 65 20 66 69 6c |the template fil| 00000a60 65 73 20 75 73 65 64 20 62 79 20 52 4f 4d 20 75 |es used by ROM u| 00000a70 74 69 6c 69 74 69 65 73 2e 20 54 68 65 73 65 20 |tilities. These | 00000a80 72 65 73 69 64 65 20 69 6e 0a 74 68 65 20 64 65 |reside in.the de| 00000a90 73 6b 66 73 3a 20 66 69 6c 69 6e 67 20 73 79 73 |skfs: filing sys| 00000aa0 74 65 6d 20 69 6e 20 74 68 65 20 52 4f 4d 2e 20 |tem in the ROM. | 00000ab0 54 68 65 79 20 61 72 65 20 61 63 63 65 73 73 65 |They are accesse| 00000ac0 64 20 76 69 61 20 74 68 65 20 65 6e 76 69 72 6f |d via the enviro| 00000ad0 6e 6d 65 6e 74 0a 76 61 72 69 61 62 6c 65 20 57 |nment.variable W| 00000ae0 69 6d 70 24 50 61 74 68 2c 20 73 6f 20 62 79 20 |imp$Path, so by | 00000af0 75 70 64 61 74 69 6e 67 20 74 68 69 73 20 74 6f |updating this to| 00000b00 20 73 65 61 72 63 68 20 61 20 64 69 72 65 63 74 | search a direct| 00000b10 6f 72 79 20 6f 66 20 79 6f 75 72 20 6f 77 6e 0a |ory of your own.| 00000b20 66 69 72 73 74 20 77 68 65 72 65 20 79 6f 75 72 |first where your| 00000b30 20 75 70 64 61 74 65 64 20 74 65 6d 70 6c 61 74 | updated templat| 00000b40 65 20 66 69 6c 65 73 20 72 65 73 69 64 65 2c 20 |e files reside, | 00000b50 79 6f 75 20 63 61 6e 20 72 65 70 6c 61 63 65 20 |you can replace | 00000b60 74 68 65 20 77 69 6e 64 6f 77 0a 74 65 6d 70 6c |the window.templ| 00000b70 61 74 65 73 20 75 73 65 64 20 62 79 20 74 68 65 |ates used by the| 00000b80 20 75 74 69 6c 69 74 69 65 73 20 69 6e 20 74 68 | utilities in th| 00000b90 65 20 52 4f 4d 2e 0a 0a 59 6f 75 72 20 61 62 69 |e ROM...Your abi| 00000ba0 6c 69 74 79 20 74 6f 20 64 72 61 67 20 61 6e 64 |lity to drag and| 00000bb0 20 72 65 73 69 7a 65 20 69 63 6f 6e 73 20 6d 61 | resize icons ma| 00000bc0 79 20 62 65 20 61 66 66 65 63 74 65 64 20 62 79 |y be affected by| 00000bd0 20 61 20 62 75 74 74 6f 6e 20 74 79 70 65 0a 61 | a button type.a| 00000be0 66 66 69 78 65 64 20 74 6f 20 61 6e 20 69 63 6f |ffixed to an ico| 00000bf0 6e 3a 20 6f 6e 6c 79 20 74 68 6f 73 65 20 62 75 |n: only those bu| 00000c00 74 74 6f 6e 20 74 79 70 65 73 20 77 68 69 63 68 |tton types which| 00000c10 20 67 65 6e 65 72 61 74 65 20 74 68 65 20 61 70 | generate the ap| 00000c20 70 72 6f 70 72 69 61 74 65 0a 57 69 6d 70 20 65 |propriate.Wimp e| 00000c30 76 65 6e 74 73 20 63 61 6e 20 62 65 20 64 72 61 |vents can be dra| 00000c40 67 67 65 64 20 61 6e 64 20 72 65 73 69 7a 65 64 |gged and resized| 00000c50 20 64 69 72 65 63 74 6c 79 2e 20 49 74 27 73 20 | directly. It's | 00000c60 69 6e 74 65 72 65 73 74 69 6e 67 20 74 6f 20 6e |interesting to n| 00000c70 6f 74 65 0a 74 68 61 74 20 46 6f 72 6d 45 64 20 |ote.that FormEd | 00000c80 6b 65 65 70 73 20 6e 6f 20 64 61 74 61 20 73 74 |keeps no data st| 00000c90 72 75 63 74 75 72 65 73 20 64 65 73 63 72 69 62 |ructures describ| 00000ca0 69 6e 67 20 65 61 63 68 20 74 65 6d 70 6c 61 74 |ing each templat| 00000cb0 65 20 77 69 6e 64 6f 77 2c 0a 72 65 6c 79 69 6e |e window,.relyin| 00000cc0 67 20 6f 6e 20 74 68 65 20 57 69 6d 70 20 74 6f |g on the Wimp to| 00000cd0 20 6b 65 65 70 20 61 6e 64 20 6d 61 6e 69 70 75 | keep and manipu| 00000ce0 6c 61 74 65 20 65 61 63 68 20 73 74 72 75 63 74 |late each struct| 00000cf0 75 72 65 2e 0a 0a 46 6f 72 6d 45 64 20 6b 65 65 |ure...FormEd kee| 00000d00 70 73 20 61 20 66 69 6c 65 20 6f 66 20 73 70 72 |ps a file of spr| 00000d10 69 74 65 73 20 69 6e 20 6d 65 6d 6f 72 79 20 77 |ites in memory w| 00000d20 68 69 63 68 20 63 61 6e 20 62 65 20 75 73 65 64 |hich can be used| 00000d30 20 69 6e 20 69 63 6f 6e 73 20 69 6e 20 74 68 65 | in icons in the| 00000d40 0a 74 65 6d 70 6c 61 74 65 20 62 65 69 6e 67 20 |.template being | 00000d50 65 64 69 74 65 64 2e 20 54 68 65 20 64 65 66 61 |edited. The defa| 00000d60 75 6c 74 20 73 70 72 69 74 65 20 66 69 6c 65 20 |ult sprite file | 00000d70 75 73 65 64 20 69 73 20 74 68 65 20 66 69 6c 65 |used is the file| 00000d80 20 44 65 66 61 75 6c 74 0a 69 6e 73 69 64 65 20 | Default.inside | 00000d90 21 46 6f 72 6d 45 64 2c 20 77 68 69 63 68 20 69 |!FormEd, which i| 00000da0 73 20 69 6e 20 66 61 63 74 20 61 20 63 6f 70 79 |s in fact a copy| 00000db0 20 6f 66 20 74 68 65 20 73 70 72 69 74 65 73 20 | of the sprites | 00000dc0 66 6f 75 6e 64 20 69 6e 20 74 68 65 20 52 49 53 |found in the RIS| 00000dd0 43 20 4f 53 0a 52 4f 4d 2e 20 54 6f 20 6c 6f 61 |C OS.ROM. To loa| 00000de0 64 20 69 6e 20 61 20 73 65 70 61 72 61 74 65 20 |d in a separate | 00000df0 73 70 72 69 74 65 20 66 69 6c 65 20 74 6f 20 75 |sprite file to u| 00000e00 73 65 20 77 69 74 68 20 79 6f 75 72 20 74 65 6d |se with your tem| 00000e10 70 6c 61 74 65 20 66 69 6c 65 2c 20 64 72 61 67 |plate file, drag| 00000e20 0a 74 68 65 20 73 70 72 69 74 65 20 66 69 6c 65 |.the sprite file| 00000e30 20 6f 6e 74 6f 20 74 68 65 20 46 6f 72 6d 45 64 | onto the FormEd| 00000e40 20 69 63 6f 6e 2e 0a | icon..| 00000e47