I have a problem with the Progress Bar (4.19 - 4.25). When I add a progress bar in one widget, and place this widget in another widget, something strange happens when I change marquee style settings in the editor or At Runtime.
So when I change Marquee Style Settings, the whole Progress Bar suddenly turns into a white area.
Does anyone know how I can prevent this?
Thx for your reply and reproducing. Yes, I’m feeding it with the values which you see in the details panel in my screens 001 and 003. Thanks for the members tip, thats clever. It only happens when the progress bar is placed inside of a widget which is placed in another widget. Could this be a bug?
It only happens when the progress bar
is placed inside of a widget which is
placed in another widget.
Outer widgets (like a border) can override Content Color and Opacity, meaning that anything sitting inside will be affected by the parent’s settings. Here’s text in a border, notice how this does not affect the border itself but does affect the text:
Perhaps that’s what’s happening here. If in doubt, show us the hierarchy.
I removed my response, because I made a mistake in my screens and did not connect the “set members” output with the “set” struct. I tried to reproduce the issue with no success anymore, but I used your tip and set the struct members (so that worked).
And thanks to you, I got it working in my actual project by setting the struct members directly instead of getting and setting the other struct members.
It might be, that the issue can be reproduced when using the method I posted above (with getting and setting the structs).
But for me your solution worked. So, thank you SO much sir!