home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Exec 3
/
CD_Magazyn_EXEC_nr_3.iso
/
Recent
/
dev
/
mui
/
MCC_NListtree.readme
< prev
next >
Wrap
Text File
|
2000-07-26
|
2KB
|
60 lines
Short: NListtree.mcc V1.1 (18.2) MUI list tree class with multiselection
Author: cs@aphaso.de (Carsten Scholling)
Uploader: cs@aphaso.de (Carsten Scholling)
Version: 1.1
Type: dev/mui
Requires: OS2.x, MUI3.8
Description:
¯¯¯¯¯¯¯¯¯¯¯
This class provides you with an easy way to present a list with a tree
structure. That means that you can have branches in your list to combine
or split parts of your list in trees.
NListtree is easy to use for programmers, because changing from Listtree
to NListtree requires only some small changes. NListtree features easy
tree handling and multiselection.
Requirements:
¯¯¯¯¯¯¯¯¯¯¯¯
- OS2.x
- MUI3.8
Installation:
¯¯¯¯¯¯¯¯¯¯¯¯
- Simply use the supplied installer script.
History:
¯¯¯¯¯¯¯
V18.2 - Public release
- Added multiselection feature
- Fixed some small cosmetical problems
- Implemented arrows as MUI images
V18.1 - Internal release
- Completely rewritten graphics stuff. Now in all cases predefined and
precreated images where used. This fixes many graphic bugs occured
in the old 18.0.
- After deleting an entry, the old entry remains internally active.
Using this entry crashed the machine. Fixed!
- Moving marker with the cursor keys did not trigger
MUIA_NListtree_Active. Fixed!
- When deleting entries, MUIA_NListtree_Active was triggered two times.
Fixed
- Deleting an entry without entries in the list caused recursive
function calling and stack overflow ;-) Fixed!
- Insertion had some bugs which caused the machine to hang or crash.
Fixed!
V18.0 - Initial public beta release