07-25-2017 05:46 AM
Hello LabView Community,
I am doing this VI to populate a Tree control from a configuration File. I want the sections of the file to be my parents and the key values of the sections to be my children. I've managed to do this so far but I get error 1088 when creating the tree.
What I am missing?
Another question: Can I put a checkbox next to the children tag?
Thanks in advance for your help
07-25-2017 09:07 AM
Hello Community,
I've managed to create my tree in the proper way and to put checkboxes next to the items. Could someone tell me how do I put those checkboxes only for the children and not for the parents? Thanks you very much in advance. Attached to the post you will find screenshot of my VI.
07-25-2017 12:03 PM
Move the ActiveItemTag into the inner For Loop.
See my attached code that does something similar.