cancel
Showing results for 
Search instead for 
Did you mean: 

CircleProgress FadeAnimation not working on version 4.16.1

Mvan .4
Associate

I recently updated my TouchGFX to version 4.16.1 (was working with 4.13) and it seems that the fade animator is not working anymore with the CircleProgress widget.

To be sure it was not a code mistake from my side I made a test project in Designer, fading in a CircleProgress from alpha 0 to 255 using transition entered as a trigger, but the fading doesn't happen. Same fading with a box widget works like a charm, so it seems to be CircleProgress related....

I did the same test in 4.13 and there the fading of the CircleProgress is working properly.

Does anyone have the same issue?

2 REPLIES 2
Romain DIELEMAN
ST Employee

Hi,

Thank you for reporting this, i did some tests and the fadeAnimation also works with 4.15. You can still set the alpha of the circle progress widget thorugh code with the function setAlpha(). So for now you can replicate the FadeAnimation through code for your project until fixed.

/Romain

Romain DIELEMAN
ST Employee

I discovered that It also affect the other progress widgets.

/Romain