home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 1 / CD_Magazyn_EXEC_nr_1.iso / eXec / Voyager3 / Programy / MCC_NList0.89.lha / MCC_NList / MCC_NList.readme < prev    next >
Text File  |  1998-11-30  |  3KB  |  65 lines

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