home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / Utils / AcornMenu.arc / !AcornMenu / !Help < prev    next >
Text File  |  1996-07-01  |  3KB  |  98 lines

  1.                  Acorn Menu     ⌐ Alan Trewartha 1996
  2.                 ============    v 0.01
  3.                 
  4. Å ÉAcorn Menuæ opens directories & runs applications
  5.  
  6.   Click the mouseæs menu button over the window and a
  7.   menu drops down with a list of files and a ÉQuitæ.
  8.   Simply select an item to run/open a file/directory.
  9.   Follow the submenus down the directory structure.
  10.   Drag an icon over the window to add it to the menu.
  11.   Hold ÉALTæ and select an item to remove it.
  12.   
  13.   
  14. Å ÉAcorn Menuæ organises messy windows
  15.  
  16.   Click the action button, É!æ, and all the windows
  17.   tile neatly into position. (It tries hard anyway.)
  18.   This is the PROCaction in the ÉUseræ library.
  19.   
  20.   
  21. Å ÉAcorn Menuæ gives quick information
  22.  
  23.   The window displays one of three different essential
  24.   facts at the touch of a radio button - no mucking
  25.   about with menus and configurations.
  26.   It is set up to show:
  27.   1. 12-hour time  2. Date  3. FreeRam
  28.  
  29.   These are set by the FNButtonOne, FNButtonTwo and
  30.   FNButtonThree in the ÉUseræ library.
  31.  
  32.  
  33. Å Installation
  34.  
  35.   Copy the application to wherever you want. Double
  36.   click on the icon to get it running as per usual.
  37.   Drag whatever application/directory/program icons you
  38.   want over the window. There you go.
  39.   
  40.  
  41. Å Window
  42.  
  43.   Hold down ÉCtrlæ and ÉAltæ to float the window to
  44.   the top of the stack of windows. This condition is
  45.   set by FNfloatkeys in the ÉUseræ library.
  46.  
  47.  
  48. Å The ÉUseræ library
  49.  
  50.   The idea of this short program is to make it relatively
  51.   easy to personalise for the simple BASIC buff. Please
  52.   feel free to do so. Mess around with it all you want.
  53.  
  54.   FNButtonOne, ButtonTwo, ButtonThree
  55.   These can pass back any string up to 40 characters long
  56.   without any problems, though only a maximum of 13 will
  57.   fit in the window.
  58.  
  59.  
  60. Å Other stuff
  61.  
  62.   Inside the application folder (hold down ÉSHIFTæ and
  63.   double click the icon to open it) is a further folder
  64.   called ÉCommandsæ. This contains some simple BASIC   
  65.   programs that I use. This folder is useful to have on
  66.   the menu.
  67.   You can of course edit ÉMenuDataæ in your text editor
  68.   if you so desire. You can get rid of submenus on an
  69.   application by removing the final É.æ and add the root
  70.   directory of your hard drive, e.g. ÉIDEFS::Alan.$.æ.
  71.   
  72.   This application is freeware, that is, it can be
  73.   distributed freely as long as only reasonable charges
  74.   are made for media and distribution. I retain
  75.   copyright on all program code and documentation.
  76.  
  77.   Acorn Menu is a much improved version of a similar
  78.   program called É!The Menuæ which I also wrote.
  79.   Please send any reports of bugs - I have no idea
  80.   how it runs on other versions of RISC OS, or on
  81.   a decent monitor!
  82.  
  83.   Have you tried my desktop game É!Clumpsæ? Itæs top!
  84.  
  85.   Alan Trewartha
  86.   16 Ebbsfleet Road
  87.   Cricklewood
  88.   London NW2 3NA   (telephone           0171 2095924)
  89.                    (e-mail   alant@alant.demon.co.uk)
  90.  
  91.  
  92.  
  93. To do list:
  94.  
  95. Load the correct sprite file depending on mode.
  96. Check that it works in other modes!
  97. Add icons to the menus (?) like TreeMenHD
  98. Anything else?