LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

System Button control has blue highlight

When I use the system button boolean control on my front panels, the first button that is placed is always higlighted in blue when the program enters run mode. I can change the tab order, but it always remains the first button that was placed. If I tab to another system button at runtime, the blue highlight moves to the new button, but as soon as that button is read (clicked or enter pressed) the blue border returns to the original button. How can I make this go away? I only want to see the blue border if I specifically click on or tab to a button.
 
I'm using LV 8.5 with Windows Vista.
0 Kudos
Message 1 of 3
(3,503 Views)
You have two options.

1.  Change the button's key navigation so it doesn't toggloe on the return key.  Right click on the control and select Advanced->Key Navigation.  Change the toggle key to None



2.  Change the VI's appearance to not highlight the Enter boolean.  Goto File->Vi Properties, go to Window Appearance, select the customize button.  Make sure the highlight <Enter >boolean is unchecked.




Message Edited by Matthew Kelton on 01-02-2008 05:28 PM
Download All
Message 2 of 3
(3,496 Views)
That did it. Thanks!
0 Kudos
Message 3 of 3
(3,491 Views)