LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

When I click on Item 1 of the text Pict Ring that Item 1 of the listbox is also clicked automatically

Solved!
Go to solution

I have a listbox and a text & Pict Ring that both have 3 Items.
I would like when I click on Item 1 of the text & Pict Ring that Item 1 of the listbox is also clicked automatically and so on for Item 2 and Item 3.
Is it possible to do this? How can I do it?
Thanks in advance

0 Kudos
Message 1 of 3
(734 Views)
Solution
Accepted by topic author ZOE_23

In the value change event of the ring (already there), set the 'new value' to a local of the listbox.

 

In a value change event of the listbox (new), set the 'new value' to a local of the ring.

0 Kudos
Message 2 of 3
(730 Views)

Hi wiebe@CARYA,

Thanks you for your reply, its work done.

Message 3 of 3
(706 Views)