Set fill color and opacity of the progress Doesn't work at runtime (it only works in OnCreate event)

I changed a few times the fill color and opacity of the progress bar.
It worked fine at first.
And suddenly it stopped working.
In the PIE window I don’t have any error message in the Log.
In the standalone window I have this warning message.

I don’t know if it has something to do with it, or how to fix it.
I rebooted the editor/engine.
The problem is not fixed.

I have no idea what’s going on.

This is the code I was using:

progress bar:

function to change the color:
8

The change condition:

The trigger

The creation

Everything else works correctly.
I can modify the text.
Bar percentage works fine.

The only thing that is broken is the fill color.

It can be fixed?
Thank you very much!!

I changed the way to change the fill color.

And I found out that the function only works at the time of the widget creation.

I bound a function to said property.

And the function does this.

So I change the value of the variable

And the trigger is the same as my previous post

Is it normal to not be able to change the color at runtime?

So if I want to change the color I have to destroy the widget and create a new one?

Or is there something that is working wrong?

Thank you very much!!

I removed the progress bar and am using a border as background instead… now everything works perfectly at runtime… I can change the color without any problem… definitely keep the fill color of the progress bar progress just doesn’t work at runtime… it’s checked!! Dead the dog, the rabies is gone!!

1 Like