home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 68 / ac068b.adf / MagicMenu / ReadMe < prev   
Text File  |  1993-08-28  |  4KB  |  107 lines

  1. Short: Popup Menus (now also includes English docs)
  2. Uploader: maurer@informatik.tu-muenchen.de
  3. Type: os20/cdity
  4.  
  5.  **************************************************************************
  6.  
  7.                              M A G I C   M E N U
  8.  
  9.                                   V 1 . 2 7
  10.  
  11.  **************************************************************************
  12.  
  13.  
  14.                        © 1992 - 1993 Martin Korndörfer
  15.  
  16.  
  17. Magic Menu includes the following features:
  18.  
  19.   o  All Intuition menus are replaced by Magic Menu.  Therefore, all programs
  20.      using standard menus will appear in the new outfit.
  21.  
  22.   o  Magic Menu supports Pull-Down-Menus as well as Pop-Up-Menus.
  23.  
  24.   o  Menus  are  either  displayed  using the Standard Look,  or the modern
  25.      AmigaOS 2.0 style 3D-Look
  26.  
  27.   o  Menus  may  be  controlled exclusively using the keyboard,  there's no
  28.      need to grab the mouse anymore.
  29.  
  30.   o  There are three different types of using the menus:
  31.      Standard, Press Once and Select.
  32.  
  33.   o  Magic  Menu  can  be configured in different ways, you may for example
  34.      define handling and appearance of Pull-Down and Pop-Up menus seperately.
  35.  
  36.   o  Magic Menu  remembers every menu's last selected item, displaying Pop-Up
  37.      menus  the  next time at a position allowing quick selection of the same
  38.      or neighboring items.
  39.  
  40.   o  if  a menu is selected while the currently active screen is not visible,
  41.      the screen is popped to the front for the menu display.  After selecting
  42.      an item, it is returned to the back.
  43.  
  44.   o  if there is no input in a configurable time (moving the mouse, keypress)
  45.      the menu selection is canceled, avoiding the machine to be blocked too
  46.      long.
  47.  
  48.   and lots more...
  49.  
  50.  
  51. Changes since 1.23:
  52.  
  53. Revision V1.27
  54. --------------
  55. changed on Sunday, 01-Aug-93  16:27:00  by  --- Unknown ---.   LogMessage :
  56.     Following bugs are fixed:
  57.     - The shifting of the menus introduced in V 1.26 has been removed
  58.       again, because of trouble with the look of some menus. Instead,
  59.       Magic Menu uses smaller images if the standard ones don't fit.
  60.     - On some programs using their own checkimage it could happen that
  61.       some pixels of the menuitem were erased.
  62.  
  63. Revision V1.26
  64. --------------
  65. changed on Saturday, 31-Jul-93  20:45:00  by  Martin Korndörfer.   LogMessage :
  66.     Following bugs are fixed:
  67.     - Menu items with 0x0 pixels could crash MagicMenu. This was the
  68.       reason for the DOpus 4.1x crash. BTW, such menu items are NOT
  69.       valid!
  70.     - A mx menu item may now have the flag MENUTOGGLE set.
  71.     - MM could not display menus exceeding the right edge of the screen.
  72.       This has been fixed, now Term 3.4 has its "Dial" menu back.
  73.     - The checkmark is rendered AFTER the texts again. There was trouble
  74.       with some menus overwriting the checkmarks otherwise.
  75.     - With KS 3.x some menu texts were to close to the checkmark image,
  76.       because the system now scales the images. MM now shifts all texts
  77.       if necessary to get enough room for its images.
  78.  
  79. Revision V1.25
  80. --------------
  81. changed on Thursday, 24-Jul-93  19:51:00  by  Martin Korndörfer.   LogMessage :
  82.     Following bugs are fixed:
  83.     - In release 1.24, windows WITHOUT the NewLookMenu flag were not
  84.       been recognized properly.
  85.     Additions:
  86.     - WindowToFront() is patched now, too. Now there should be no
  87.       problem with programs which pop a window to the front.
  88.     - After completing a keyboard selection, the mouse is moved to its
  89.       previous position. (Suggestion by Garry Glendown).
  90.     - New Tool Types:
  91.       o USELAYER (Default: YES):
  92.          if set to YES, Magic Menu uses the layers.library to avoid
  93.          trashing memory as a result of improper menus or a bug in
  94.          Magic Menu itself. If you set this Tool Type to NO, the rendering
  95.          of all menus will be about 25% faster.
  96.       o KC_RALTRCOMMAND (Default: YES):
  97.          To disable the keyboard sequence "rcommand ralt" for the
  98.          keyboard menu selection, set this option to NO.
  99.  
  100. Revision V1.24
  101. --------------
  102. changed on Thursday, 22-Jul-93  22:50:00  by  Martin Korndörfer.   LogMessage :
  103.     Following bugs are fixed:
  104.     - Some programs try to implement a 3.0-ish look for their menus
  105.       manually. This has caused some problems with Magic Menu.
  106.       (Reported by Garry Glendown)
  107.