LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array Element Change Style

Solved!
Go to solution

Here I have one application where I need to change the font of first element in 1D array.Is that possible programmatically ?

0 Kudos
Message 1 of 2
(882 Views)
Solution
Accepted by topic author Dhruv1140

Hi Dhruv,

 


@Dhruv1140 wrote:

Here I have one application where I need to change the font of first element in 1D array.Is that possible programmatically ?


No. In an array all elements share the same properties!

 

Suggestion:

When you use a Table or Listbox indicator to display your array data then you can set individual properties for each item in the table/listbox…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(861 Views)