User Activity

Question is about TouxhGFX environment (C:\TouchGFX\4.13.0\env\MinGW).We want to use our own build environment, outside TouchGFX MinGW shell and NOT using tools included at C:\TouchGFX\4.13.0\env (make, /bin/*, binutils, etc.).Are there any specifics...
Do you have any plans to rework text resources so that excel file would not longer be needed?The problem is that excel file cannot be binary compared.I bet all Git users will agree with me.Also, current excel file generator creates file, that MS Exce...
I want to use latest GCC toolchain and custom build environment (for CI and other reasons) for my project that uses TouchGFX. Could my GCC toolchain (or my GCC toolchain's version) create different memory layout (than it is compiled in TGFX library) ...
Hi,I have a slider added on View. Also, my view overriders handleGestureEvent to handle it globally. Do you have any idea how to discard gesture event, when I quickly move slider?Same problem when My FrontendApplication overrides handleGestureEvent.
I need to simulate some external data while running simulator. For example, our device reads temperatures and I need some way to pass those temperatures (simulate) to simulator. Is there any way that is ready for this? Or I must write WinAPI code for...