LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

the blinking button will show on every page of a tab control

Dear All:

When I place a BLINKING OK button on one page of a tab control, I should not see the button blinking on other pages. But in fact, the blinking effect will penetrate all pages. How can I delete this phenomenon?

Regards,

Frank S. P.
0 Kudos
Message 1 of 3
(2,721 Views)
Don't know anything about this phenomenon, but you could set an AND option to the blinking property node, verifying that it will stop blinking if the page is changed to another.
Hope this helps
0 Kudos
Message 2 of 3
(2,721 Views)
I was able to mask the problem by using the value property node from the tab control to read what page was active and turning off the blinking attribute whenever that page was not active. A little more forethought and code, but will work until the bug is fixed.
Message 3 of 3
(2,721 Views)