LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

click on list box indexes and display respective information during run time.

Hi,
 
I have a list box on the front panel. Each list box index has some data that is stored in a cluster array. I am trying to make my front panel list box interactive, so that the user can click on an index to view the data, sort the list box or remove index(s).
My problem is that i cannot make all this work at runtime. A user will have to run the app every time they want to search, sort or view something and i'm sure they'll will fuss at me for doing that Smiley Sad I'm currently using LV 6.0 and do not have the event capturing capability. Is there a way of doing this with LV 6.0 ?
 
Thanks
vik.  
0 Kudos
Message 1 of 2
(2,045 Views)

Hi vik

Use a shift register to compare the current index with the previous index. If they are different, you can execute some code.

Hope this helps.

Thomas

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 2
(2,032 Views)