User Activity

Hi all,I am developing a GUI interface and for a certain screen I get an error at the following function:touchgfx::Drawable::getCachedVisibleRect(void)It tries to read from a memory region that dows not exist and the application freezes there.Thank y...
Hi all,I am developing a project in touchgfx using STM32F429. As the complexity of the project has grown, I have started to see anomalies in the touchgfx.Until now I have 15 screens and all the screens work fine separately. When I put them all togeth...
Hello,I have built a scroll list, where each item is a custom container that has an image and a textArea. I want to be able to call a callback from the item when the respective item is clicked. For example, I want to change the color of the custom co...