Hi all, I have a Tab panel using UIToggle (basically the same as NGUI Example 13), and I have several UIButtons inside each tab. I want to disable the button after I click on it, so I have written a function using isEnabled = false and put it in onClick event of the buttons.
It looks cool when I click on the buttons, they turn grey, but when I switch to another tab and switch back. The buttons become blue color again, though I cannot hover them or click them. But they are in blue color. How to fix this? Thanks.