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,780 Views)
I think I found the answer, by setting the Value property.
0 Kudos
Message 2 of 5
(2,772 Views)
Or just use a local variable. That's a faster way.
0 Kudos
Message 3 of 5
(2,766 Views)

How would you use a local variable?

 

0 Kudos
Message 4 of 5
(2,763 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,752 Views)