home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Amiga Game Guide
/
AmigaGameGuide_CD.iso
/
Amiga
/
Tools
/
Browser
/
IBrowse2.2-020+
/
MCC_NList.readme
< prev
next >
Wrap
Text File
|
1977-12-31
|
3KB
|
66 lines
Short: MUI List clone with horiz scroll and much more...
Author: masson@iutsoph.unice.fr (Gilles Masson)
Uploader: jyb.tsk@rmcnet.fr (Jean-Yves Besserer)
Type: dev/mui
Requires: MUI 3.6+ , OS 2.x (V37+), HotkeyString.mcc from Allan Odgaard
Version: 0.89
Replaces: dev/mui/MCC_NList0.87.lha
(30.11.98)
This is a MUI List/Listview/Floattext clone, named
NList.mcc/NListview.mcc/NFloattext.mcc, which is a public
mcc class for MUI.
Actually the horizontal scrolling is fully supported, there are
smooth scrolling, word wrap support, built-in copy to clipboard,
classic char selection possibility, drag and drop and many other
features. The user can change the column width with mouse and
column titles can act as buttons.
There is a pref class NListviews.mcp with it, which permit the
user to choose all default backgrounds, pens and fonts, scrollbars
mode, drag and drop mode, multiselect mode, keys and qualifiers and
some others.
Include is a Floattext.mui replacement which use NFloattext.mcc,
permitting copy to clipboard and key moving.
Current MCC_NList classes versions are :
NList.mcc 19.97 30.11.98
NListview.mcc 19.62 02.11.98
NFloattext.mcc 19.46 13.04.98
NListviews.mcp 19.61 29.11.98
Changes since NList 0.87 (02.11.98)
***********************************
* NList.mcc 19.97 30.11.98
- fixed MUIA_NList_SortType default is now MUIV_NList_SortType_None.
* NList.mcc 19.96 29.11.98
- added Support of a secondary title mark with MUIA_NList_TitleMark2.
- added Support of qualified titleclick (the qualifier have to be set in the prefs)
with MUIA_NList_TitleClick2.
- added Support of a secondary sort type value with MUIA_NList_SortType2.
Test and look the demo to have an example.
- added MUIM_NList_Sort3 method permit to set/change MUIA_NList_SortType,
MUIA_NList_SortType2 or both before doing the sort.
- fixed Returning NULL in the construct hook just skip the insert of the entry.
- added MUIM_NList_GetPos give the entry number where is the (next) given entry ptr.
* NListviews.mcp 19.61 29.11.98
- fixed Some users had a crash bug when going in NListviews prefs.
- added A qualifier key for secondary title mark.
- added Update keys button now permit to add the hotkey of functions
which are not in the keybinding list, so you can add new functions
hotkey without loosing previous changes.
- fixed miscs panels layout updated.
- fixed The Max Visible Drag Items value is now set to the good value.