Selecting a menuconfig from Preferences. ----------------------------------------------------------------------------- Select "Prefs" from the "PROJ" menu. The default is HTML.menuconfig, this can be changed from the "Menu Config" menu. You can also re-load the current .menuconfig by selecting the one already checked (usefull if you are editing a .menuconfig with EdHT) Then "SAVE" "USE" or "CANCEL". Editing or creating a menuconfig. ----------------------------------------------------------------------------- Menu commands are not numbered, but are simply placed in the order you want them created. To create a new menu title- MENUTITLE 'menu title name here' To create a menu item- MENUITEM 'item name here' To add the print out command for the selected item MENUITEM 'item name here' CMD 'print tag data here' To add a menubar to the menu- MENUBAR To add a subitem to the MENUITEM- SUBITEM 'subitem name here' CMD 'print tag data here' To add a menubar to a submenu SUBBAR To add a cursor location in the CMD using * as the cursor position- MENUITEM 'item name here' CMD 'data' * 'data' To add carriage returns using CR or CR2 for 2 returns, CR3 for 3 etc- MENUITEM 'item name here' CMD 'data' CR 'data' To add other ascii characters to MENUITEM SUBITEM or CMD data. Examples here are CHR32=spacebar character and CHR169=copyright character- MENUITEM 'item name' CHR32 'here' CMD 'data' CHR169 'data' To add comments to your data use a semicolon (;)- MENUITEM 'data' CMD 'data' ;everything after semicolon here will be ignored SUBITEM 'Align Left' CMD ' ALIGN=LEFT' ;SUBITEM 'Align Left' CMD '