Issue with SetAlpha on images?
Hi, I am using Touch GFX 4.10.0 on a STM32F769 CPU.
I have been trying to make a fade animation on an image.
I tried on Image widgets as well as ScallableImage widgets. It just does not work.
You can set the alpha at startup in the ViewBase constructor where all the elements get defined, but after that if you try calling it from a View.cpp file at run time, it will not do anything even if you invalidate the widget after changing its alpha value.
I can do it just fine with a TextAera widget but not an image.
So I decided to try something really simple. In Touch GFX designer, I created a new project and added an image. I set an interaction to do a fade animation when the screen gets entered. Well, this does not do anything either, even in the simulator!
I tried to apply the same to a text area and it worked just fine (although it is not very clear what all the parameters do).
So seems to me that the setAlpha function of the image or scallable image is broken.
Unless I am missing an important detail preventing me to do what I want?
Please help me as I really tried everything I could think of.
Thanks in advance!
