From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to highlight tree item ?

Solved!
Go to solution

Hello everybody !

 

I have a question : how to highlight a tree item on a condition ? (please see the attached vi and the pictures for a clearer explanation of the problem)

 

I am using LabView 2014.

 

Thank you very much !

 

Block_diagram.jpg

 

Front_panel.jpg

Desired_behaviour.jpg

 

0 Kudos
Message 1 of 4
(3,598 Views)

Any ideas ? Anybody ?

0 Kudos
Message 2 of 4
(3,586 Views)
Solution
Accepted by topic author AndreiN2014

Have patience.  You only aske the question about 40 minutes earlier.

 

You highlight rows like you want by writing values to the tree control.  Don't mess with cell background color.

 

Are you trying to highlight multiple items?  If so, then right click on the control and allow it to select 0 or more items.  As soon as you select a mode with the possibility of more than one item, the tree values become an array of strings rather than just a string.  You will need to build an array of strings that you will write to the control's local variable to highlight the multiple items.

Message 3 of 4
(3,564 Views)

OK ! Thank you very much for the answer !

 

It's just that the problem has been bugging me for a while now ! 😉

0 Kudos
Message 4 of 4
(3,557 Views)