home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / FINCAL2.DMS / in.adf / FCmisc.lha / user.menus < prev   
Encoding:
Text File  |  1995-03-09  |  2.6 KB  |  67 lines

  1. FinalCalc User Menus:
  2. ---------------------
  3.  
  4. This file contains User defined menus that are attached to the end of the
  5. FinalCalc menus.
  6.  
  7. To use this file, set the User Menus File entry in the Settings Globals Paths
  8. requester from FinalCalc.
  9.  
  10.  
  11. Format:
  12. -------
  13.  
  14. You can define menus, items and subitems.  Each of those takes a single line
  15. entry that consists of the following details:
  16.  
  17.  
  18. Menu ID:    4 digit number.  This must be a unique number that defines the menu.
  19.             It also defines whether it is a menu, item, or subitem.
  20.  
  21.             Menus always end in 00, items always end in 0, subitems never have
  22.             a 0 as the end number.  e.g.
  23.  
  24.               1000    menu1
  25.               1010    item1.1
  26.               1020    item1.2
  27.               1021    subitem1.2.1
  28.               1022    subitem1.2.2
  29.               1023    subitem1.2.3
  30.               1030    item1.3
  31.               2000    menu2
  32.               2010    item2.1
  33.  
  34. Name:       Name of the menu.  This can be of any length.  If it has spaces
  35.             then you must surround it with single quotes, e.g. 'My menu'.
  36.  
  37. Amiga Key:  Optional single letter.  If defined, then an Amiga-hotkey is
  38.             assigned to the menu.
  39.  
  40. Hotkey:     The number of the letter to use as the underlined hotkey when using
  41.             keyboard menus.  Defaults to 0.  If you don't want a hotkey, use
  42.             255.
  43.  
  44. Command:    The command to execute when this menu is selected.  This can be a
  45.             single FinalCalc command, multiple FinalCalc commands (seperated by
  46.             semi-colons), or ARexx scripts.  You must surround the entry with
  47.             single-quotes if it contains spaces.
  48.  
  49. Comment:    (Optional)  The help line to show up when using keyboard menus.  It
  50.             must start with a ~ character and can be as long as you like.  No
  51.             quotes are needed to separate it, as anything after the ~ sign on
  52.             the line is considered to be the comment.
  53.  
  54.  
  55.  
  56. User Menus start here.......
  57.  
  58. 1000 User                    ~User menus.
  59. 1010  'Load Demos'            ~Load demo projects.
  60. 1011       'Simple Project'    'load "finalcalc:projects/Demo.sheet"'    ~Load Demo.sheet.
  61. 1012       'Graphs & Anims'    'load "finalcalc:projects/Demo Graphs.sheet"'    ~Load Demo Graphs.sheet.
  62. 1013       'Fonts Test'        'load "finalcalc:projects/Fonts Test.sheet"'    ~Load Fonts Test.sheet.
  63. 1014       'Database'            'load "finalcalc:projects/Demo Database.sheet"'    ~Load Demo Database.sheet.
  64. 1015       'Jogger Log'        'load "finalcalc:projects/Jogger Log.sheet"'    ~Load Jogger Log.sheet.
  65. 1016       'Macros'            'load "finalcalc:projects/Macros Test.sheet"'    ~Load Macros Test.sheet.
  66. 1017       'Custom Requester'    'load "finalcalc:projects/Custom Requester.sheet"'    ~Load Custom Requester.sheet.
  67.