User Activity

Hello,I have moved an .rodata portion of a file onto the QPSI. This happens to be a TouchGFX file that has a lot of rodata. It is FrontendApplicationBase.oWhen I change code else where in my project (unrelated to TGFX or the FrontendApplicationBase),...
Hello,TouchGFX version: 4.15.0STMCubeIDE: 1.4.2I need some help, I am seeing some strange behavior from a custom module I am creating. Basically, when I am forced to use a PainterRGB888 to color a circle, TouchGFX will halt when calling showBaseModal...
Hello,I'm back with some new questions! Thanks for always being helpful... here we go.From within a class that I have extended the Container object, I am unable to simply use my object as such:application().getCurrentScreen()->getRootContainer().add(...
I have a lot of TextAreaWithOneWildcard objects on screens, and more recently started using them in an item template for a scroll list. Some of the list items have text defined as a resource, and other I am using the fromUTF8 function on the fly to a...
Hello, I am having some difficulty implementing a screen transition. I have followed along this thread, but it seems there are some underlying issues with MVPApplication that are not allowing a template arguments to deduced/substituted.Versions:Touch...