LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fixing table size in V6.1

HI all,

Using LabVIEW V6.1 I have placed on a front panel a table and a slider.

I have linked the slider to the number of rows property of the table so that I can choose my table size between 20 and 300 rows.

I can't work out how to fix the table size on the panel to always show only 20 rows at a time (even if there are 300 rows) and allow a vertical scrollbar to select which 20 rows I am currently looking at.

At the moment, a 300 row table shoots off the bottom of the screen and makes all 300 rows visible which doesn't look real professional !

Help!!!!

Adam
0 Kudos
Message 1 of 3
(2,248 Views)
you should use the indexes property node to define the index of the top left table cell.
See the attached vi. Hope it works in LV 6.1...

CC
Chilly Charly    (aka CC)

         E-List Master - Kudos glutton - Press the yellow button on the left...
        
0 Kudos
Message 2 of 3
(2,245 Views)
Of course, you have to define the max extend of the scroll on the slide. It's simply number of rows in the table minus the number of rows displayed.
See the attached vi
Please, except in very specific situations, use the LVforum to discuss programming issues 🙂

CC
Chilly Charly    (aka CC)

         E-List Master - Kudos glutton - Press the yellow button on the left...
        
0 Kudos
Message 3 of 3
(2,241 Views)