LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically adjusting the font size of a string array

Solved!
Go to solution

I can't find the correct property to programmatically adjust the font size of a string array.  For a string it's easy enough with a property node and the text.Fontsize property.  There must be a similar property for a string array, but I can't find it.  Can anyone help?

0 Kudos
Message 1 of 5
(3,340 Views)
Solution
Accepted by topic author ScottDobbins1

Grab the array element ref and type to more specific class (string) and then you can set the font size with a property node.

0 Kudos
Message 2 of 5
(3,332 Views)

Inertia:

 

Your solution was perfect, thanks.

 

Too bad that there is not a more direct way to access this property from the array property node...

0 Kudos
Message 3 of 5
(3,297 Views)

ScottDobbins1 wrote:

Too bad that there is not a more direct way to access this property from the array property node...


You can right-click the array element directly (not the array container!) and create a property node for it.

No need to jump through flaming hoops! 😄

 

 

 

 

0 Kudos
Message 4 of 5
(3,262 Views)

Altenbach:

 

Thanks sir.  Much appreciated.

0 Kudos
Message 5 of 5
(3,230 Views)