User Activity

I'm trying to create a screen positioning screen, to adjust the location of the screen using the LTDC registers. I've used the BPRC registers, and the HAL_LTDC_SetWindowPosition() function methods.My screen has 4 buttons for adjusting all directions ...
The current Z-Order of widgets is based on the order of the "Add(widget)".I want to create a number of widgets at the same location as an existing widget, but want this widget to under other widgets.Currently, the only way this seems possible is to m...
When I have a custom container for a button which is the following. (Shown in order) TextAre - which is update able. Image - which is transparent in the middle under the Text. Background - dark background.When the custom contain for a button...
When I add my second FlexButton to any screen, and click "Can trigger another interaction", for that FlexButton I get the error in the "Run Simulator" build of the project. error: 'FlexButton' is not a member of 'touchgfx'By unchecking, the "Can trig...