home *** CD-ROM | disk | FTP | other *** search
- FinalCalc User Menus:
- ---------------------
-
- This file contains User defined menus that are attached to the end of the
- FinalCalc menus.
-
- To use this file, set the User Menus File entry in the Settings Globals Paths
- requester from FinalCalc.
-
-
- Format:
- -------
-
- You can define menus, items and subitems. Each of those takes a single line
- entry that consists of the following details:
-
-
- Menu ID: 4 digit number. This must be a unique number that defines the menu.
- It also defines whether it is a menu, item, or subitem.
-
- Menus always end in 00, items always end in 0, subitems never have
- a 0 as the end number. e.g.
-
- 1000 menu1
- 1010 item1.1
- 1020 item1.2
- 1021 subitem1.2.1
- 1022 subitem1.2.2
- 1023 subitem1.2.3
- 1030 item1.3
- 2000 menu2
- 2010 item2.1
-
- Name: Name of the menu. This can be of any length. If it has spaces
- then you must surround it with single quotes, e.g. 'My menu'.
-
- Amiga Key: Optional single letter. If defined, then an Amiga-hotkey is
- assigned to the menu.
-
- Hotkey: The number of the letter to use as the underlined hotkey when using
- keyboard menus. Defaults to 0. If you don't want a hotkey, use
- 255.
-
- Command: The command to execute when this menu is selected. This can be a
- single FinalCalc command, multiple FinalCalc commands (seperated by
- semi-colons), or ARexx scripts. You must surround the entry with
- single-quotes if it contains spaces.
-
- Comment: (Optional) The help line to show up when using keyboard menus. It
- must start with a ~ character and can be as long as you like. No
- quotes are needed to separate it, as anything after the ~ sign on
- the line is considered to be the comment.
-
-
-
- User Menus start here.......
-
- 1000 User ~User menus.
- 1010 'Load Demos' ~Load demo projects.
- 1011 'Simple Project' 'load "finalcalc:projects/Demo.sheet"' ~Load Demo.sheet.
- 1012 'Graphs & Anims' 'load "finalcalc:projects/Demo Graphs.sheet"' ~Load Demo Graphs.sheet.
- 1013 'Fonts Test' 'load "finalcalc:projects/Fonts Test.sheet"' ~Load Fonts Test.sheet.
- 1014 'Database' 'load "finalcalc:projects/Demo Database.sheet"' ~Load Demo Database.sheet.
- 1015 'Jogger Log' 'load "finalcalc:projects/Jogger Log.sheet"' ~Load Jogger Log.sheet.
- 1016 'Macros' 'load "finalcalc:projects/Macros Test.sheet"' ~Load Macros Test.sheet.
- 1017 'Custom Requester' 'load "finalcalc:projects/Custom Requester.sheet"' ~Load Custom Requester.sheet.
-