Page 1 of 1

Reaction written generic treebrowser requester

Posted: Wed Jan 07, 2015 9:54 am
by JosDuchIt
I was thinking , along the lines of the generic listbrowser requester (ReqList.c) described in other threads to wite a treebrowser requester,
that would allow
- to select some branches
- to select all leaves
- to select all leaves of some branch
& output them as a new tree or list (case of a set of leaves)

I did find only one example of listbrowser using the 'tree-possibilities' of listbrowser gadget.
Hierarchical.c
http://aminet.net/package.php?package=d ... ion_dn.lha
Not very encouraging. Do you know of other examples ?

Re: Reaction written generic treebrowser requester

Posted: Wed Jan 07, 2015 11:48 am
by thomasrapp

Re: Reaction written generic treebrowser requester

Posted: Thu Jan 08, 2015 9:59 am
by JosDuchIt
@thomas-rapp
many thanks.
This comes really close to what i am after.
And at least i seem to inderstand some of it.