10-05-2008 11:29 PM
Hello... 🙂
Can anybody please tell me how to scroll according to row no. in multicolumn listbox?
I'm working on a VI where I have to test some conditions which are depending upon RPMs... For testing ease I have sorted the conditions according to the similar RPM... But the conditions are scattered in the multicolumn listbox ie they are not in sequence... Suppose the conditions are on row no. 1, 7,15,38,56,82,100,139,180 something like that....
Is it possible to scroll down according to row no. While running the VI...? So that the viewer can see which condition is in progress & it's results...
Thanks in advance for any help... 🙂
10-06-2008 03:07 AM
can you please explaing your problem in more detail.
Do you want to Sort your data according to RPM
Or Do you programatically jump from one row to another in given order
both things are possible.
if you want to sort data then you can use Sort2D array function in OpenG
if you want programatically scroll the list then you can use top left visible cell property of multicolumn list box
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
10-06-2008 03:56 AM
10-06-2008 05:31 AM
10-11-2008 03:23 AM
10-11-2008 11:38 AM
I have seen a property in a scrollbar that limits the scrolling range to it's maximum.
I'm not sure the same property is available in 7.1.
You might need to remove the listbox's own scrollbar and use a seperate one.
Ton