LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
SteveP

Event for Array : Index Values change

Status: New
How about an event that fires when an Array's Index Values (shown at the top left of the array) changes ?  I use a arrays of clusters of controls to present configuration options to users and would like to know when they have selected a different index.
12 Comments
Dave_Thomson
Active Participant

I would find this feature useful as well.  There is also a thread in the forums suggesting this from back in 2007.

-------------------------------------------------------------
David Thomson Original Code Consulting
www.originalcode.com
National Instruments Alliance Program Member
Certified LabVIEW Architect
Certified Embedded Systems Developer
-------------------------------------------------------------
There are 10 kinds of people: those who understand binary, and those who don't.
X.
Trusted Enthusiast
Trusted Enthusiast

It is possible to figure out whether a user changed the index of an array with a combination of Mouse Down, Mouse Move and Mouse Up events

(which have do be dynamically registered). However this would be much easier to have this as built-in events.