User Activity

I am using TGX v4.16.1 and CubeIDE v1.8.0. My hardware platform is the STM32429 Eval board.The code for the hardware backend was autogenerated from either TGX Designer or CubeMx (I do not recall which one at this point).My issue is that the applicati...
I have an application where there is a potential for lots of text. It would be nice to break up the next into a bulleted list or a numbered list. Is there a clever way to do this with the Touchgfx framework? I think making typed text values for ea...
I am using TGX v4.16 on F4 hardware.In the first version of my application, to give all of my views the same basic look, I created a template view to be inherited by the view classes. The template created a "header" and "footer" on each view. A use...
I am using Touchgfx v4.16. I recently purchased a STM32429I-Eval kit directly from ST. I ported an existing Touchgfx project to use the 429I-Eval drivers and flashed the board using the Stm32 Cube Programmer and the external flash loader that matc...
I am using TGX v4.16.1 with a STM469 Discovery board.I have several text area with one wildcard widgets. The widgets are updated using native C++ strings. (BoxWithText is a custom container I created.)void BoxWithText::SetText(std::string text) { ...