Sign In:     


Forum: VirtualDJ Technical Support

Topic: custom buttan color change
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.
 

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
( var X 0 ? off : on ) & var x 0 ? set x 1 : 

if you mean a pad button then they do have a colour attribute.
 

I was able to do what I wanted. Thank you very much.
 

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.