LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to the limit on table scrolling based on input

Hi guys!

 

I just have a small question. It's reagarding scrolling in a table. Attached is a small vi with a table. It contains 10 elements given by an array. The table consists of 9 rows, which means I have to scroll to see the last element. I usually just hover my muse over the table and use the mousewheel. The "problem" is that I can scroll down forever in that table. There is no limit. Just as with Excel. I can't find any property nodes that does the trick, even though I'm pretty sure this is the place to look. I've tried the number of rows property, but that one changes the size of the table.

 

If the array input has 9 or less elements there should be no scrolling at all. And if it's more than 9 elements, the scrolling should stop when the user hit the "bottom". I can't create any events since I don't got full version of LabVIEW. So there should be an other way.

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
0 Kudos
Message 1 of 4
(3,846 Views)

How about using boolean up/down buttons to scroll through the table?  This way, you can programmatically limit the table.

 

table.png

 

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
Message 2 of 4
(3,827 Views)

How about using boolean up/down buttons to scroll through the table?  This way, you can programmatically limit the table.

 

table.png

 

Sorry for the double post.  Not sure how that happened.

 

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 3 of 4
(3,826 Views)

Hi!

 

Thanks for the reply. I have to try it out:)

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
0 Kudos
Message 4 of 4
(3,800 Views)