Changing screen view when using TouchGFX
Hi,
I need to change a screen's look at run time. For example, upon command, change background color of screen1 to a specific color. My problem is that after moving to screen2 and then back to screen1 the new background color is lost since TouchGFX calls the base class that uses the original color. Any idea how to keep new setting also after switching between screens? I wouldn't like to change the base code that is generated and not meant to be updated by user.
Thank you,
Ari
