2021-03-30 03:45 AM
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?
2021-03-30 05:49 AM
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
2021-03-30 05:53 AM
I discovered that It also affect the other progress widgets.
/Romain