User Activity

For example Unicode::snprintfFloat 70000.700f with "8.2f" incorrectly prints "70000.71", while snprintfFloat 60000.700 with "8.2f" correctly prints "60000.70"Test code:Unicode::snprintfFloat(textArea1Buffer, TEXTAREA1_SIZE, "%8.2f", 70000.700f);   Un...
I updated to TouchGFX 4.19.0 -> 4.20.0 and get this linker error. I cannot figure out how to fix it. Everything compiles successfully, but linker fails.c:\st\stm32cubeide_1.2.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for...
Why touchgfx combines alignment and font with translations?We have same translation in many fonts and alignments, and we must create new Resource for each. Does not seem to make sense. Am I missing something?We end up with a lot of duplicates of the ...
If user wants to make object invisible, which method is the most efficient, e.g. in terms of performance or memory usage?Generally, in which cases should use setVisible true/false vs. add/remove?Is it so that the only difference is that remove/add mo...
TouchGFX does not recognize if changes have been made into this file externally.Reproduce: make changes in assets\texts\texts.xml file -> regenerate with Designer -> texts/src/LanguageXXX.cpp source files are not regenerated properly.Fix: make change...
Kudos from