2024-04-17 12:03 AM
Hi,
I am trying to copy the TouchGFXDemo1 in TouchGFX Designer.
When I add a "text progress", there is a property of Image for the background.
This property always has an initial image, and I do not know how to delete it.
Could someone tell me how to do it?
I want it like this:
Thanks
Solved! Go to Solution.
2024-04-18 10:25 PM
Thanks @GaetanGodart
What I mean is that in the TouchGFX demo, the Text progress can be without the image property.
But I can't delete it, so I want to know how the demo does it.
Finally, I found an abnormal solution: delete the property in the .touchgfx file by opening it in text format:
2024-04-17 03:08 AM
Hello @Junde ,
Your TouchGFX version seems to be quite old.
In the more recent versions we have removed that feature.
Therefore, the simplest way to solve your problem is to update to a more recent version.
It is always recommended to use the latest version publicly available.
If this solved your issue, I invite you to select this message as "best answer".
Regards,
2024-04-17 06:30 PM
2024-04-18 01:21 AM
Hello @Junde ,
Sorry, I thought it was a text area.
Text progress inherit from AbstractProgressIndicator (documentation here).
So it need an image as background.
If you do not want any image as background, you could simply use a fully transparent image.
Regards,
2024-04-18 10:25 PM
Thanks @GaetanGodart
What I mean is that in the TouchGFX demo, the Text progress can be without the image property.
But I can't delete it, so I want to know how the demo does it.
Finally, I found an abnormal solution: delete the property in the .touchgfx file by opening it in text format:
2024-04-19 06:49 AM
Hello @Junde ,
I am glad you found a solution!
Regards,