User Activity

I've implemented a scroll list, following the documentation at https://touchgfx.zendesk.com/hc/en-us/sections/201785662-Tutorial-4-Creating-a-Scroll-Wheel-with-custom-behavior. Generally, it works. I have a function to update non-center items, and on...
When I change the name of a screen or container, I get compile errors. I believe this is because TouchGFX won't delete code under the "gui" directory to keep from wiping out user changes. I can deleted these manually and build under Visual Studio, bu...