LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I programmatically select a string control?

Solved!
Go to solution

I'm trying to programmatically select a string control on the front panel for use with a scanner. The scanner will scan a barcode, then write the data. It essentially acts like a keyboard. Is there a way to programmatically select a string control without having the user click the control on the front panel?

0 Kudos
Message 1 of 2
(3,046 Views)
Solution
Accepted by topic author geometrx

Just use a Key Focus property node. Right click, Create>Property Node>Key Focus. Change it to write and wire a true to it.

Message 2 of 2
(3,045 Views)