User Activity

Hello,Is there any workaround to the following problem- I am trying to get a icon's bitmap number from the src pointer in buttonPressedCallbackHandler after pressing the flexbutton which consists of IconButtonStyle. So I am doing following simple cas...
Well, hello, here I am again.Today I would like to ask you about OSWrappers::takeFrameBufferSemaphore() method. Unfortunetly in our device we get some random 'hangs' after minutes or even hours of working. Inside this method TGFX waits for a semaphor...
Hello,I want to run TouchGFX on STM32F413VGTX MCU. It Doesnt not have LTDC nor DMA2D so I want to make it run using FSMC without graphic accelerator with my ST7529 LCD controller. The problem is I can not make it run.I created a project with ToucGFX ...
Hello,I am working now on project where screens have many things in common (slide menus, content etc). Is it possible to make a screen which will be the base class for further screens? Or I should make it a custom container?
Hello,I am using slideMenu widget and it works fine. Now I am trying to open this widget by a gesture. Normally I would override gestureEventCallback in my View- and actually I did it but it does not work well. I have two slide menus on top and on th...