ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Text ring initial selection

How do I programmatically change the initial selection of a text ring (the one with the check mark)?

Which property would I need to set?

 

Thanks

0 Kudos
Message 1 of 5
(2,781 Views)
I think I found the answer, by setting the Value property.
0 Kudos
Message 2 of 5
(2,773 Views)
Or just use a local variable. That's a faster way.
0 Kudos
Message 3 of 5
(2,767 Views)

How would you use a local variable?

 

0 Kudos
Message 4 of 5
(2,764 Views)

Same way you would use a property node. Wire a value to it. Just right click and select 'Create Constant'.

0 Kudos
Message 5 of 5
(2,753 Views)