home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Programming / MCC_NListtree / MCC_NListtree.readme < prev    next >
Text File  |  2000-08-01  |  3KB  |  83 lines

  1. Short:      NListtree.mcc V1.1 (18.2) MUI list tree class with multiselection
  2. Uploader:   cs@aphaso.de (Carsten Scholling)
  3. Author:     cs@aphaso.de (Carsten Scholling)
  4. Type:       dev/mui
  5. Requires:   OS2.x, MUI3.8
  6. Version:    1.1
  7.  
  8.  
  9. Description:
  10. ¯¯¯¯¯¯¯¯¯¯¯
  11.   This  MUI  custom  class provides you with an easy way of displaying list
  12. entries  in  a  sorted  form, a so called tree-structure.  A Tree-structure
  13. will be selected, when data should be optical seperated from each other.
  14.  
  15.   NListtree is intresting for programmers and the end-user also and easy to
  16. use.   So  far  as  implemented  by  the  programmer  and  needfull  in the
  17. application environment, this class allows the fully free recreation of the
  18. list using drag&drop (short d&d) with support of multiselection.
  19.  
  20.   First  time  in  a  list  tree  class  it  is  possible  to move complete
  21. structures.  That means, that the complete tree of the moved entry, back to
  22. the  root-list,  is  recreated  at the destination if the programmer allows
  23. this.  The same for copying entries, which is also implemented.
  24.  
  25.  
  26.  
  27. Requirements:
  28. ¯¯¯¯¯¯¯¯¯¯¯¯
  29.  - OS2.x
  30.  - MUI3.8
  31.  
  32.  
  33. Installation:
  34. ¯¯¯¯¯¯¯¯¯¯¯¯
  35.  - Simply use the supplied installer script.
  36.  
  37.  
  38.  
  39. History:
  40. ¯¯¯¯¯¯¯
  41.  
  42.   V18.3 - Public release
  43.  
  44.      - MUA_NListtree_Quiet  does not work as  expected  (reported by Thomas
  45.        Igracki, Thx!)
  46.      - User defined compare- and findname-hooks crash! Fixed!  (reported by
  47.        Thomas Igracki, Thx!)
  48.      - Now, NListtree is really quiet if MUIA_NListtree_Quiet is set!
  49.      - Reactivation of copied, moved and exchanged entries works better now.
  50.      - OpenAutoScroll now  works as expected,  added  new config  item Open
  51.        scroll (Thx to Matthias Bethke).
  52.  
  53.  
  54.   V18.2 - Public release
  55.  
  56.      - Added multiselection feature
  57.      - Fixed some small cosmetical problems
  58.      - Implemented arrows as MUI images
  59.      - Implemented Copy method
  60.      - Implemented KeepStructure flag for recreation of the complete
  61.        structure in Move and Copy
  62.  
  63.  
  64.   V18.1 - Internal release
  65.  
  66.      - Completely rewritten graphics stuff. Now in all cases predefined and
  67.        precreated images  where used.  This fixes many graphic bugs occured
  68.        in the old 18.0.
  69.      - After deleting an entry,  the old entry  remains internally  active.
  70.        Using this entry crashed the machine. Fixed!
  71.      - Moving   marker   with    the   cursor   keys   did    not   trigger
  72.        MUIA_NListtree_Active. Fixed!
  73.      - When deleting entries, MUIA_NListtree_Active was triggered two times.
  74.        Fixed
  75.      - Deleting  an  entry without  entries  in  the list  caused recursive
  76.        function calling and stack overflow ;-) Fixed!
  77.      - Insertion  had some bugs which  caused the machine to hang or crash.
  78.        Fixed!
  79.  
  80.  
  81.   V18.0 - Initial public beta release
  82.  
  83.