Hi,
How can I change the color of the button when it is pressed or cancelled? I cant find it. Thanks for the helpers !
I am attaching a picture :
Hi,
How can I change the color of the button when it is pressed or cancelled? I cant find it. Thanks for the helpers !
I am attaching a picture :
someone?
Buttons have styles, each style can use Tint
:
In addition to that, the entire button has Color and Opacity
and a Background Color
(bottom of the pic). Is this what youâre looking for?
Thank you very much for the reply.
I know this but for some reason nothing from this changes the color of the button when pressed. I mean not in the click itself if you know what I mean.
Try this:
It doesnât help either. I just want to change the color to darker when the button cannot be clicked.
Do you actually disable the button using âDisabledâ ? If so, the âDisabledâ render state in the properties should work.
If you use some other method, then you need to register a binding (âBind To âŠâ) for the button color property, and calculate the appropriate color each frame in that binding callback.
You could try to change âDraw Asâ to image and see if that helpsâŠ
Thank you!!!
thank u a lot, love u.