home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / desktop / director / !Director / Menus / !ReadMe next >
Text File  |  1996-01-08  |  5KB  |  128 lines

  1. Menus
  2. =====
  3.  
  4. This directory provides some example menus. These are the menus used day to
  5. day by the above people.  They are provided as examples of more advanced
  6. Director menus.  You can try them out by double clicking on them.  Feel free
  7. to copy bits out of them.
  8.  
  9. You can choose which of these menus Director will load by setting the system
  10. variable Director$Init to the name of the menu in your boot sequence.  This
  11. is not required if your menu is called Default.
  12.  
  13.     NCW        - Nick Craig-Wood’s menu
  14.     dL        - Dave Lawrence’s Menu
  15.     Default        - The default menu for Director
  16.     
  17. Library - directory holding (non-dynamic) menus
  18.  
  19.     !Core        - Holds a common set of useful menus and definitions
  20.     DDE        - A menu for the Acorn C/C++ environment
  21.     iXpandCD    - Jon Wright's CD player bits
  22.     CDIcons        -  " (see later)
  23.  
  24. System    - directory holding menus for system bits
  25.  
  26.     Variables    - for making system variable menus
  27.     Time        - for making a time menu
  28.     FindDrives    - for making a menu of all filecore drives
  29.     FindDrivez    - an alternative to the above from M Boura
  30.     Drive        - sub menu for the above
  31.     Chars        - for making a menu with functionality like !Chars
  32.     CharsSub    - sub menu for the above
  33.     Modules        - for making a menu of all the modules
  34.     ModulesSub    - sub menu for the above
  35.     ModulesCom    - sub menu for the above to show *commands (R Thickings)
  36.     ModulesSWI    - sub menu for the above to show SWIs (R Thickings)
  37.     Openfiles    - for showing all open files
  38.     OpenSub        - submenu for the above
  39.     Tasks        - for showing all active wimp tasks
  40.     Close        - a menu for showing over a close icon
  41.     DoClose        - does the commands for the above
  42.     Fontmenu    - enables setting of the dektop font
  43.     Factor        - for displaying factors of a number
  44.     ExpPath        - expands a path into a series of menu entries
  45.             - thanks to Simon Middleton for this
  46.     FrontBack    - moves windows up and down the stack
  47.             - thanks to Bernhard Ege for this
  48.     Switch        - Russel Thickings' task switch menu
  49.     CDLib        - Jon Wright's CD player bits (see later)
  50.     ShareFS        - Dynamic menu to show all ShareFS discs and hosts
  51.     DynamcArea    - Makes a list of dynamic areas
  52.     DynAreaSub    - sub menu for the above
  53.  
  54. Files    - directory holding menus for files
  55.  
  56.     MenuMenu    - a full featured MenuMenu
  57.     Filemenu    - filer like menu for the above
  58.     Filetypes    - a utility from Paul Clifford for making a list of
  59.             - all file types (s.FileTypes is the the source)
  60.     TaskArgs    - a sub menu for starting off a task for MenuMenu
  61.     CDFS        - for adding more functionality to the CDFS icon
  62.     CDFS2        - as CDFS but for more than one drive
  63.     TreePick    - makes menus of files of the given type and command
  64.     ExplodeDir    - makes a menu of all files in a given director and subs
  65.     PCDirMenu    - make a directory menu in PC style xxxxxxxx.yyy
  66.     ScrapDir    - submenu for the scrap menu
  67.     ScrapPurge    - ditto
  68.  
  69. Modes    - directory holding menus for modes
  70.  
  71.     XxYsub        - menu of all modes for RiscPC
  72.     ByXxY        - as above
  73.     ByColour    - as above
  74.     
  75. Internal- holds menus for director's own use
  76.  
  77.     Enumerate    - Makes lists of director's things eg
  78.     IconsSub    -   Icons
  79.     FiltersSub    -   Filters
  80.     MenusSub    -   Menus
  81.     Memory        - Shows director's current memory useage
  82.  
  83.  
  84. FileTypes from Paul Clifford
  85. ============================
  86.  
  87. *FileTypes [types to be included]
  88. eg...
  89.     *FileTypes 0        : types &000-&0FF
  90.     *FileTypes 321        : types &100-&3FF
  91.     *FileTypes DCB987654    : types &400-&9FF and &B00-&DFF
  92.     *FileTypes A        : types &A00-&AFF
  93.     *FileTypes FE        : types &E00-&FFF
  94.     *FileTypes        : all types
  95.  
  96. I've included a replacement Filemenu, with the SetType menu altered to
  97. offer a list of filetypes divided in the same way as in the PRM's
  98. (page 4-557), so it now looks like this:
  99.  
  100.   I
  101.   ---------------
  102.   User          > (000-0FF)
  103.   Public domain > (100-3FF)
  104.   Commercial    > (B00-DFF and 400-9FF)
  105.   Acorn         > (A00-AFF)
  106.   Generic       > (E00-FFF)
  107.   ---------------
  108.   Full list     > (all filetypes)
  109.  
  110.  
  111. iXpandCD © Jon Wright, iX Software a CD Player extension for Director
  112. =====================================================================
  113.  
  114. Add the following to the line after 'DirectorObey Director:Menus.Library.!Core':
  115.  
  116.        DirectorObey Director:Menus.Library.iXpandCD
  117.  
  118. After this adjustment, reload your menu structure and iXpandCD should be
  119. ready for use.
  120.  
  121. Now, after clicking on the CDFS icon, you will be presented with a different
  122. menu structure.  To play a CD, follow the 'Audio Options' sub-menu and then
  123. follow either the 'Play Tracks' sub-menu or 'Control Panel' menu.  Both of
  124. these will let you play a CD.
  125.  
  126. I hope that this filter will make playing CDs easier without having to load
  127. memory-hungry, dedicated CD players.
  128.