Hello
I want to get the parent node in the selected item in a tree.
(1) The HMG Extended Library used in HarbourPWCT doesn't support getting the parent node directly
The parent property/attribute is related to the Control Parent (Window), not the Parent node
(2) Create a List to store the Tree data (Node ID, Parent ID, Value) then use this list for node processing
(3) Check the next samples
*
https://sourceforge.net/projects/double ... p/download*
https://sourceforge.net/projects/double ... p/download*
https://sourceforge.net/projects/double ... p/download(4) In PWCT 2.0 we are using the Ring programming language (
http://ring-lang.net) and the Qt GUI Framework which contains huge number of classes and more features for easy development.
Greetings,
Mahmoud