home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / WebSites / IBrowse / MCC_NList.readme < prev    next >
Text File  |  1999-02-10  |  3KB  |  66 lines

  1. Short:    MUI List clone with horiz scroll and much more...
  2. Author:   masson@iutsoph.unice.fr (Gilles Masson)
  3. Uploader: jyb.tsk@rmcnet.fr (Jean-Yves Besserer)
  4. Type:     dev/mui
  5. Requires: MUI 3.6+ , OS 2.x (V37+), HotkeyString.mcc from Allan Odgaard
  6. Version:  0.89
  7. Replaces: dev/mui/MCC_NList0.87.lha
  8.  
  9. (30.11.98)
  10.  
  11. This is a MUI List/Listview/Floattext clone, named
  12. NList.mcc/NListview.mcc/NFloattext.mcc, which is a public
  13. mcc class for MUI.
  14.  
  15. Actually the horizontal scrolling is fully supported, there are
  16. smooth scrolling, word wrap support, built-in copy to clipboard,
  17. classic char selection possibility, drag and drop and many other
  18. features. The user can change the column width with mouse and
  19. column titles can act as buttons.
  20.  
  21. There is a pref class NListviews.mcp with it, which permit the
  22. user to choose all default backgrounds, pens and fonts, scrollbars
  23. mode, drag and drop mode, multiselect mode, keys and qualifiers and
  24. some others.
  25.  
  26.  
  27. Include is a Floattext.mui replacement which use NFloattext.mcc,
  28. permitting copy to clipboard and key moving.
  29.  
  30.  
  31. Current MCC_NList classes versions are :
  32.  
  33. NList.mcc         19.97     30.11.98
  34. NListview.mcc     19.62     02.11.98
  35. NFloattext.mcc    19.46     13.04.98
  36. NListviews.mcp    19.61     29.11.98
  37.  
  38.  
  39.  
  40. Changes since NList 0.87 (02.11.98)
  41. ***********************************
  42.  
  43. * NList.mcc         19.97     30.11.98
  44.   - fixed MUIA_NList_SortType default is now MUIV_NList_SortType_None.
  45.  
  46. * NList.mcc         19.96     29.11.98
  47.   - added Support of a secondary title mark with MUIA_NList_TitleMark2.
  48.   - added Support of qualified titleclick (the qualifier have to be set in the prefs)
  49.           with MUIA_NList_TitleClick2.
  50.   - added Support of a secondary sort type value with MUIA_NList_SortType2.
  51.           Test and look the demo to have an example.
  52.   - added MUIM_NList_Sort3 method permit to set/change MUIA_NList_SortType,
  53.           MUIA_NList_SortType2 or both before doing the sort.
  54.   - fixed Returning NULL in the construct hook just skip the insert of the entry.
  55.   - added MUIM_NList_GetPos give the entry number where is the (next) given entry ptr.
  56.  
  57. * NListviews.mcp    19.61     29.11.98
  58.   - fixed Some users had a crash bug when going in NListviews prefs.
  59.   - added A qualifier key for secondary title mark.
  60.   - added Update keys  button now permit to add the hotkey of functions
  61.           which are not in the keybinding list, so you can add new functions
  62.           hotkey without loosing previous changes.
  63.   - fixed miscs panels layout updated.
  64.   - fixed The Max Visible Drag Items value is now set to the good value.
  65.  
  66.