Modal redraw question
Hi community!
I'm using Touchgfx 4.24.1 with a STM32H753ZIT6, integrated to a 1024x600 (RGB565) display. We use double frame buffer in an external SDRAM (parallel) with DMA2D enabled. This is a OEM custom board design for us, so the hardware is already validated.
Application is running with FreeRTOS.
My question to this thread is about the Modal Window.
We design a pop up question in our application that have been a weird behaiviour.
Always I call the popup.show() or popup.hide(), the entire screen is redraw. I believe it's true, specially if we apply a shade color with shade alpha higher than 0, am I correct?
I do not use the popup.show() or popup.hide() frequently, it only are used after an button callback.
The weird behavior using Modal is when it show or hide, affect another widgets in my view, specially the TextArea. Sometimes the a character disappear or just swap to '?'.
About the '?', I double check the Typographies is everthing is OK, otherwise with/without the modal I always will be this behaivior.
All Texts and Images generated are save into a NOR Flash, loaded with an external loader.
Anyone have advice to help me how fix this behaviour?
Thanks in advance.
