LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Don't want control highlight

Hi. I don't want the highlight around the control as you can see in the attached screenshot. Is there a way to disable it ??
0 Kudos
Message 1 of 3
(3,357 Views)
Here's a clumsy way to make it go away:
 
That box is only drawn when the control doesn't have a label. So, create a label and position it at a top coordinate of -10000, or something. The label won't be visible, but the highlight box is drawn around it, and not around the control. So you don't see the highlight box either.
 
As an FYI, there's a custom control that you can use as a radio button group (in the UI editor, select Create>>Custom Controls>>Toolslib Controls>>Radio Group). It's essentially a modified tree control that's been customized to operate as a radio button group and already takes care of some of these highlighting, selection and focus issues.
 
Luis
Message 2 of 3
(3,326 Views)
Thank you !!!!
0 Kudos
Message 3 of 3
(3,289 Views)