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?
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
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.