From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

Assign a number to all cells in the front panel

I have several rows arranged like a table:

Screen Shot 2018-03-07 at 4.43.14 PM.png

The leftmost column displays the scroll number for each row. I want to allow the user to assign a number to all the cells in this column (so that all rows are scrolled to the same position) by entering this number only once, while leaving the option to scroll an individual row independently. What kind of item can I add to the front panel to accomplish this? Thank you.

0 Kudos
Message 1 of 2
(2,120 Views)

There is no front panel item that does this out-of-the-box.

 

You need to handle value change events of e.g. a numeric control. If it changes, set the array's Index Values with a property node.

 

This will effectively set the indices of all arrays when the numeric changes. It will still allow changing the Index Values manually of each individual array.

 

Note that the numeric can also be a scrollbar.

Message 2 of 2
(2,103 Views)