2019-05-15 02:17 AM
I made some Customer Containers. In these containers I want with mouse-click to a button that the screen should change to another screen. (see picture below).
This code works fine until I have the designer open. I can also see the code in the file ".../generated/.../containers/....base.cpp" (see code below).
But when I close the designer and open it again, then the code is deleted.
2019-05-15 02:25 AM
Hi @MHase
this is a known issue in TouchGFX Designer 4.10
For now as a workaround, you can call virtual functions in your custom containers, those are not lost upon closing the Designer.
Best regards,
Alex
2019-05-16 04:45 AM
Hi @MHase,
As @AK.12. mentions this is a known bug. It's already been fixed and is ready in 4.11 - I'm unsure when we'll be able to release. We've been held up by internal deadlines and we may even see 4.12 released end june.
Stay tuned!
/Martin