LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tree Control

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 

0 Kudos
Message 1 of 3
(2,762 Views)

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.

0 Kudos
Message 2 of 3
(2,722 Views)

Move the ActiveItemTag into the inner For Loop.

See my attached code that does something similar.

—Ben
Prevent your computer from sleeping programmatically!
Use Power Requests
Download from GitHub

Message 3 of 3
(2,710 Views)