I want to change the color of a custom button using an action
I want to assign 1 to x when x=0 and change the color of the custom button.
I want to assign 1 to x when x=0 and change the color of the custom button.
Posted Fri 06 Jun 25 @ 12:46 pm
custom_buttons don't have a colour attribute, they really only have on||off and the on colour is part the skin xml
If you mean display a ON logic
if you mean a pad button then they do have a colour attribute.
If you mean display a ON logic
( var X 0 ? off : on ) & var x 0 ? set x 1 :
if you mean a pad button then they do have a colour attribute.
Posted Fri 06 Jun 25 @ 1:28 pm
I was able to do what I wanted. Thank you very much.
Posted Fri 06 Jun 25 @ 1:42 pm
ZAN6121 wrote :
I was able to do what I wanted. Thank you very much.
Can provide some additional details about what you did and how you did it? Thanks.
Posted Fri 06 Jun 25 @ 2:16 pm