Buttons staying 'highlighted' #2415
-
As you can see in the picture, I have a Wizard view, that contains a Frameview. and then inside there are four buttons. When I click one of the buttons it highlights to show you have clicked it (by default), but in this case, when I click another button, sometimes the button i clicked previously will stay highlighted along with the new button that gets highlighted. Sometimes all 4 buttons stay highlighted, and sometimes it behaves normally and only the clicked 1 will highlight, other times the one I click doesn't highlight until I click it a second time (but the button still functions as expected on the first click). But yeah, the buttons still function correctly, despite the 'highlighting', but how would I go fixing / preventing this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I can't reproduce this. It's seems you have set the |
Beta Was this translation helpful? Give feedback.
-
Just managed to have a proper look into my issue again after re-structuring a lot of my code (some of my specifications were changed) and found the issue. It was to do with me basically "refreshing" the list of buttons in a frameview when that button was clicked. Thankyou for trying to help, I'm slowly getting better |
Beta Was this translation helpful? Give feedback.
Just managed to have a proper look into my issue again after re-structuring a lot of my code (some of my specifications were changed) and found the issue.
It was to do with me basically "refreshing" the list of buttons in a frameview when that button was clicked.
Thankyou for trying to help, I'm slowly getting better