LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

accessing List box

Hi,

 

I need to access the particular column of the MultiColumn Listbox whenever i double click the cell of that column.

I was able to get the row of the particulat cell. But i need the column of the cell. Please help me to identify that.

 

Thanks

Alagar

0 Kudos
Message 1 of 3
(2,123 Views)

I think it is not trivial.

You should make active one cell, each time, in 1st column, then 2nd column, then 3rd....

Each time you should compare the coordinates of double click event, with the coordinates of each cell "Active cell" >> "Position".

When the coordinates of the mouse is smaller than the "Position" , you have a match.

 

I can notthink of an easier way.

 

Maybe you should try a search in the forum, for something ready

 

0 Kudos
Message 2 of 3
(2,086 Views)

Hi...

 

          I have attached a vi where you can select any particular column. Hope this may help you.

0 Kudos
Message 3 of 3
(2,085 Views)