home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / addmenu < prev    next >
Text File  |  1995-07-10  |  1KB  |  37 lines

  1.  
  2.    9.2 OPEN MENU
  3.  
  4.  
  5. The OPEN MENU command is used to add a screen menu, automenu or a Dynamic
  6. Menu system to the display.  
  7.  
  8.  
  9.    MODIFIERS
  10.  
  11. SCREENMENU     Takes a list of screen menus ( previously created by
  12.                the MODMENU CLI command ), and will add the menus to
  13.                the current display.
  14.  
  15. AUTOMENU       This modifier is used to create a new automenu
  16.                similar to the automenus issued by the X-CAD command
  17.                processor. A menu name should follow this modifier,
  18.                the menu keys are then defined using the KEYS
  19.                modifier.
  20.  
  21. .KEYS          Takes a list of up to 32 strings each of which will
  22.                become a menu key:
  23.  
  24.                #OPEN MENU AUTOMENU PSYMBOLS KEYS !!TAP!JOINT!BEND!!
  25.  
  26.                will create an automenu with the keys TAP, JOINT and
  27.                BEND.
  28.  
  29. DYNAMICMENU    The name of the Dunamic Menu system directory. All files in
  30.                this directory must be screen menus created using the MODMENU
  31.                command. A menu name "directory/root" must exist as this is
  32.                used as the root menu activated at the start of any new
  33.                command.
  34.  
  35.                To close a Dynamic Menu system, use the close gadget on the
  36.                root menu at any time.
  37.