LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Multicolumn Listbox Scrolling

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... 🙂 

0 Kudos
Message 1 of 6
(3,288 Views)

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

Message 2 of 6
(3,266 Views)
I have already sorted the data according to RPM... 🙂 I have 13 columns in multicolumn listbox.... What I need  to programatically jump from one row to another in given order.... I'm using LabVIEW 7.1... Can you please show me how to do it....?
0 Kudos
Message 3 of 6
(3,261 Views)
Hey.. Problem solved... But can I limit the scroll between row no 1 to row no 180....? Is it possible...?
0 Kudos
Message 4 of 6
(3,247 Views)
Can I limit the scroll between row no 1 to row no 180....? Is it possible...? Please reply... 🙂
0 Kudos
Message 5 of 6
(3,210 Views)

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

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 6 of 6
(3,196 Views)