Forum Discussion
SteveLydon
3 years agoCommunity Member
Dial operation incorrect
Hello knowledgeable community.
I am attempting to use a dial to change the state of 5 buttons from normal to visited when the dial points at the button. While I thought this would be easy and loo...
MichaelHinze
3 years agoCommunity Member
I think the issue was that you used the built-in Visited state to display the text AND that same text is already there in the Normal state. Built-in states like Normal and Visited are displayed in an additive way, and with both states having the same content, it looked like the additional text did not show up but in fact is displayed below the Normal state content. To avoid that, I created a custom state Completed for each element that that works as expected.