LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get focus on the front panel automatically

We currently have several string inputs on the front panel, but we want the top left one to get focus when the program is started. Currently a user has to either click it with a mouse or use the tab key on the keyboard. The final station will not have either keyboard nor mouse, but just a scanner.
0 Kudos
Message 1 of 3
(2,680 Views)
.
Create a property node for the string and set "Key Focus" to True.


LabVIEW, C'est LabVIEW

0 Kudos
Message 2 of 3
(2,680 Views)
Create an attribute node (or property node in v6) for the control and
set the Key Focus property to True whenever it is desired to focus on
the control. Probably when the VI is started.
0 Kudos
Message 3 of 3
(2,680 Views)