LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i set mouse cursor location in a vi at a particular control button

Solved!
Go to solution

If there are many string controls on a vi front panel,I want to set my cursor at a particular string control.

Whenever i will give an input ,It should be typed in that string control only.

How can I do that ?

0 Kudos
Message 1 of 5
(2,850 Views)

use key focus property of the required control.......Smiley Happy

 

LV 8.0, 8.6, 2011,2012,2013 WinXP
0 Kudos
Message 2 of 5
(2,846 Views)
Solution
Accepted by topic author Kaku

Hi,

 

there is a property node which called Key focus, you can use it for the string you want to be enabled.

 

when you run the vi, the curser goes to the selected string control

 

check the attached vi.

 

 

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

Thank You !!!!!

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

nice to help you,

 

if you like my reply, please add Kudos.

Message 5 of 5
(2,824 Views)