To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example uses dynamic event registration to trigger an event for changing the index display of an array control.
Description
The value of the index display of an array control or indicator is available using a property node. However, property nodes use VI server and cannot be used to trigger an event in an event structure.
Requirements
Steps to Implement or Execute Code
1.Update the value of the Event Data control
Additional Information or References
Labview front panel
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
For those that find this I accomplised the same result without polling. Use a mouse down event on your array control. Then take the mouse coordinates and compare them to the IndexRect to see if it was in the index.