Just a quick piece of code I put together to test some new listbrowser functionality I've been working on:
https://dl.dropboxusercontent.com/u/26599983/dir2lb-src.7z
and I thought it might be useful as an example.
It uses the OpenClass()/CloseClass() method of opening and closing class libraries and generates the GUI without using macros or nesting function calls.
The program generates a hierarchial list based on the contents of SYS: or a directory of your choice (must be run from CLI for this).
The "sort" button only works correctly with the latest beta version (that's one of the things I've used it for testing).
Included also is a rather rudimentary "icon.image" private class I wrote just to quickly get some images in there.
Sun, 2016-01-31 23:11
#1
Hierarchical listbrowser example