From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array element blinking property

I have been attempting to use the array element blinking property to have one element in an array blink.
Utilizing the SelectionStart[] and SelectionSize[], I can select the array elements, but only the last one that has been "edited" by the user is the active element. The attached sample is what I have been playing with. I am using Labview7.0. Is it possible to use the ArrayElement.Blinking property in this way?
0 Kudos
Message 1 of 2
(2,708 Views)
Hello,

Unfortunately the SelStart[] and SelSize[] properties of arrays do not work well with Blinking properties. However, instead of an array, you can use Multicolumn Listbox control with ActiveCell and Blinking properties to make multiple cells blink.

Best regards,
Shakhina Pulatova
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,679 Views)