2021-01-22 09:05 AM
Typically text Single Use Ids are removed when the element is removed. I have also found that they are removed when I change the text area to use a Resource ID.
However, I have a few that refuse to disappear.
I am attempting to go to a text resource with wildcards only in my application. When I select the wildcard, I am not placing a default value to prevent these Single Use Ids.
They are showing up in the following files as well as Touchgfx project file and texts.xlsx but NO WHERE ELSE in my project (including any base screen files):
Any ideas?
Solved! Go to Solution.
2021-01-26 02:11 PM
@Romain DIELEMAN
Thank you for the reply. I am using Stm32CubeIDE.
I did find a way to get them removed out of the project. Here is what I did (for anyone else that runs into this):
You're welcome!
2021-01-25 08:12 AM
Hi,
What toolchain are you using ? If STM32CubeIDE, could you add it as a topic tag in order for this post to have more visibility ? Could you share a screenshot with more of the path ? I believe you could fix this issue by cleaning the project and manually deleting the no longer used files.
/Romain
2021-01-26 02:11 PM
@Romain DIELEMAN
Thank you for the reply. I am using Stm32CubeIDE.
I did find a way to get them removed out of the project. Here is what I did (for anyone else that runs into this):
You're welcome!
2021-01-27 01:23 AM
Perfect. Thank you very much for describing the steps to follow.
/Romain