09-17-2011 03:00 PM
Hello
I have a button in my VI that triggers a function. I would like to know how do I keep the focus on the button after click with the mouse on it? I am asking that because I want that after the first click the focus is kept on the button then I can activate the button with spacebar.
I know that I can reach the button by using "tab key" and then use spacebar, or I can set another key to toggle that button. But the behavior that I am trying to get is: "after first click on the button for the first time, the focus will be kept on it and then I can use spacebar to activate the button".
Ideas?
Thanks.
Dan07.
Solved! Go to Solution.
09-17-2011 03:43 PM
I found the solution. Using a property node, set KeyFocus to True.
Thanks.
Dan07.