LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

highlighted row of the list box reflected in another listbox possible? reg events? example?

Hi i would like to know if it is possible to  implement evets such that, highlighted row of the multicolumn-listbox by selection, is also reflected in another multicolumn listbox by same index. Is it necessary to use register events?
I have tried every methods but could not find it.
 
If possible, may i have a demo as I am not familiar with advancements in the use of events, other than event case.
 
Would be appreciated with a simple demo.
Clement


Message Edited by astroboy on 03-27-2008 10:05 PM
Message 1 of 7
(2,961 Views)
And i noticed that it is only possible in LV8, not LV7? Is it?
Is there a way?
Clement
 
0 Kudos
Message 2 of 7
(2,954 Views)

Unless n until the items in both the Multicolumn Listboxes remain the same, you just need to pass the value of the first MLBox to the value of the second MLBox to highlight the corresponding selected row.

Of course, you had to have enabled the "Highlight Entire Row" property already, on rt-click --> Selection Mode short-cut menu.

- Partha ( CLD until Oct 2027 🙂 )
Message 3 of 7
(2,952 Views)

Maybe you can try this itself.

I forgot whether it was unavailable in LV 7.1...Smiley Sad

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 4 of 7
(2,951 Views)
Is this option not available in LV 7.1?
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 5 of 7
(2,950 Views)

Hi Partha, Thanks alot.

I am using LV7.1. By default, all I see is multicolumn by cloning it to a control, instead of a value, till I discovered it.

Any way thanks

 Clement

0 Kudos
Message 6 of 7
(2,947 Views)

Hi Clement,

I ve also been confused in the past by the MLBox not having the Index Values property after the Edit Position property, like that of a Table. Smiley Wink

But since its datatype itself is a Numeric, it does the job of giving the corresponding Index Value also, I mean the selected/highlighted row. Smiley Happy

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 7 of 7
(2,940 Views)