home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / varie / popupmenuuser / pmuser.readme < prev    next >
Text File  |  2000-01-07  |  2KB  |  75 lines

  1. Short:    PopupMenu.library V9.00
  2. Version:  9.00
  3. Uploader: henrik@boing.nu (Henrik Isaksson)
  4. Author:   henrik@boing.nu (Henrik Isaksson)
  5. Type:     util/libs
  6.  
  7. _ What is it? ____________________________________,,,^..^,,,________________
  8.  
  9.  It's the one and only shared popup menu library for AmigaOS!
  10.  (User archive)
  11.  
  12. _ What's New? ______________________________________________________________
  13.  
  14.  Changes since last AmiNet release:
  15.  
  16.  - Added new layout options through the tags PM_Members and PM_LayoutMode.
  17.    With theese tags items can be laid out in a way similar to how MUI works.
  18.  
  19.  - Added PM_LocaleHook and PM_StringID which simplifies localization of the
  20.    menus.
  21.  
  22.  - Added PM_AbortHook(), a function to help speed up the responce of
  23.    dynamic menus.
  24.  
  25.  - Added PM_GetVersion() and PM_ReloadPrefs(), mainly intended for use
  26.    by the prefernces program.
  27.  
  28.  - Submenus now 'walk' across the screen in a different way. When you reach
  29.    the right side of the screen, they will start popping up to the left of
  30.    the parent menu, until you reach the left side again.
  31.  
  32.  - Added maximum depth for the shadows.
  33.  
  34.  - "Old Style" separator bars used to be drawn with the wrong pen, now
  35.    they're drawn with shadowpen.
  36.  
  37.  - "Old Style/Intuition" borders where incorrectly laid out as being 1
  38.    pixel wide, while their actual with is 2 pixels. This caused them to be
  39.    overwritten sometimes.
  40.  
  41.  - Changed the PopupMenu structure. It is now sized dynamically, and
  42.    requires less memory than before.
  43.  
  44.  - Fixed a bug with ColourBoxes appearing under AmigaKey images in check
  45.    items.
  46.  
  47.  - Fixed keyboard shortcuts that didn't work with check items.
  48.  
  49.  - Added PM_HintBox, which makes the menu disappear when the mouse is
  50.    moved. Intended for showing short hints when the mousepointer stops over
  51.    a GUI element. Also known as "ToolTips".
  52.  
  53. _ Features _________________________________________________________________
  54.  
  55.  * User configurable.
  56.  
  57.  * Items can be laid out vertically and horizontally.
  58.  
  59.  * Virtually unlimited number of submenus.
  60.  
  61.  * Virtually unlimited number of mutually excluded items.
  62.  
  63.  * Support for pulldown menus.
  64.  
  65.  * Supports MultiSelect.
  66.  
  67.  * Supports images and icons.
  68.  
  69.  * MagicMenu images by Mario Cattaneo.
  70.  
  71.  * Bold, italic, underlined and shadowed text.
  72.  
  73.  * Coloured text.
  74. ____________________________________________________________________________
  75.