LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

blinking of border of a button

Hello
i am facing a problem at the moment that is
when i click a button i want its border blinking ,remaining button and text remain stationary 
awaiting a reply
0 Kudos
Message 1 of 3
(2,690 Views)

one way to fake this is to put a boolean indicator (a flat led for example) behind the button and make this indicator slightly larger than the button.  When needed set this indicator to have properties as visible and blinking else set the visibility to false.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 3
(2,678 Views)
If you set the background color of the boolean text, it will stay that color even if you change the color of the button.  Therefore, you can set the background color of the boolean text on the button and then change the color of the button in order to do what I think you are looking for.

Hope that this helps,
Bob Young
0 Kudos
Message 3 of 3
(2,665 Views)