home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / dev / mui / MCC_NListtree.readme < prev    next >
Text File  |  2000-07-26  |  2KB  |  60 lines

  1. Short:    NListtree.mcc V1.1 (18.2) MUI list tree class with multiselection
  2. Author:   cs@aphaso.de (Carsten Scholling)
  3. Uploader: cs@aphaso.de (Carsten Scholling)
  4. Version:  1.1
  5. Type:     dev/mui
  6. Requires: OS2.x, MUI3.8
  7.  
  8.  
  9. Description:
  10. ¯¯¯¯¯¯¯¯¯¯¯
  11.   This  class  provides  you with an easy way to present a list with a tree
  12. structure.   That  means that you can have branches in your list to combine
  13. or split parts of your list in trees.
  14.  
  15.   NListtree  is easy to use for programmers, because changing from Listtree
  16. to  NListtree  requires  only  some small changes.  NListtree features easy
  17. tree handling and multiselection.
  18.  
  19.  
  20. Requirements:
  21. ¯¯¯¯¯¯¯¯¯¯¯¯
  22.  - OS2.x
  23.  - MUI3.8
  24.  
  25.  
  26. Installation:
  27. ¯¯¯¯¯¯¯¯¯¯¯¯
  28.  - Simply use the supplied installer script.
  29.  
  30.  
  31.  
  32. History:
  33. ¯¯¯¯¯¯¯
  34.  
  35.   V18.2 - Public release
  36.  
  37.      - Added multiselection feature
  38.      - Fixed some small cosmetical problems
  39.      - Implemented arrows as MUI images
  40.  
  41.  
  42.   V18.1 - Internal release
  43.  
  44.      - Completely rewritten graphics stuff. Now in all cases predefined and
  45.        precreated images  where used.  This fixes many graphic bugs occured
  46.        in the old 18.0.
  47.      - After deleting an entry,  the old entry  remains internally  active.
  48.        Using this entry crashed the machine. Fixed!
  49.      - Moving   marker   with    the   cursor   keys   did    not   trigger
  50.        MUIA_NListtree_Active. Fixed!
  51.      - When deleting entries, MUIA_NListtree_Active was triggered two times.
  52.        Fixed
  53.      - Deleting  an  entry without  entries  in  the list  caused recursive
  54.        function calling and stack overflow ;-) Fixed!
  55.      - Insertion  had some bugs which  caused the machine to hang or crash.
  56.        Fixed!
  57.  
  58.  
  59.   V18.0 - Initial public beta release
  60.