zamboni128 Posted July 13, 2014 Share Posted July 13, 2014 (edited) I started with a really good TreeView example from this forum and I'm incorporating it into my program. I've run into a problem correctly creating the items in the tree. I've tried several loops to achieve the desired outcome without success. I've attached a zip file containing the .au3 files and images of the incorrect/correct output. The Data array in the script is just for testing. The Treeview items need to be created dynamically. Thanks in advance for the help TreeviewEX1.zip Edited July 13, 2014 by zamboni128 Link to comment Share on other sites More sharing options...
Solution zamboni128 Posted July 13, 2014 Author Solution Share Posted July 13, 2014 I figured out the problem. I've attached the new code to help anyone else that might have similar issues. My FolderList TristateTreeview-sample 2.au3 Link to comment Share on other sites More sharing options...
kylomas Posted July 13, 2014 Share Posted July 13, 2014 zamboni128, Please note... _GUICtrlTreeView_FindItem is NOT case sensitive and will return the first matching item found. kylomas Forum Rules Procedure for posting code "I like pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals." - Sir Winston Churchill Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now