ParkerJonathan Posted May 25, 2018 Report Share Posted May 25, 2018 I want to get the string out of a specific cell of a tree control. Why is this so difficult? Quote Link to comment
ShaunR Posted May 25, 2018 Report Share Posted May 25, 2018 27 minutes ago, ParkerJonathan said: I want to get the string out of a specific cell of a tree control. Why is this so difficult? Difficult is a subjective term. I find anagrams difficult. Quote Link to comment
jcarmody Posted May 25, 2018 Report Share Posted May 25, 2018 5 hours ago, ShaunR said: I find anagrams difficult Infilict a diffusing drama. 1 Quote Link to comment
Neil Pate Posted May 25, 2018 Report Share Posted May 25, 2018 Because the native tree control API is terrible. Try something like this, it may make your life easier. Quote Link to comment
smithd Posted May 25, 2018 Report Share Posted May 25, 2018 Its not so bad, you just need to think of it as a hash table that gets displayed as a tree. I think people get into trouble when they try to think of the tree control as a tree. Quote Link to comment
Antoine Chalons Posted May 26, 2018 Report Share Posted May 26, 2018 I think the tree control is a powerfull tool, to be able to leverage this tool you need to spend a bit of time to understand how to use it. When I first used it I also though it was difficult, now I'd say it is a bit complex. I encourage you to invest some time to master it! One cool tool you can have a look to see the power of the Tree Control is Ton Plomp's variant probe available on the LAVA Code Repository Quote Link to comment
ParkerJonathan Posted May 29, 2018 Author Report Share Posted May 29, 2018 On 5/25/2018 at 9:15 PM, Neil Pate said: Because the native tree control API is terrible. Try something like this, it may make your life easier. Thanks! this helps me get a 1D array of values in the first column but how about the second? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.