Question
FrontendApplication.cpp is overwritten when he code is generated by TouchGFX designer.
Hi ,
I'm using TouchGFX 4.21.4 version.
I added screen changes related code (2 functions mentioned below) in FrontendApplication.cpp
void FrontendApplication::gotoScreen1NoTransition()
{
}
void FrontendApplication::gotoScreen1NoTransitionImpl()
{
}
Every time I run the generate code in TouchGFX this FrontendApplication.cpp is overwritten.
The 2 functions which have added manually have been removed.
Is this a bug in TouchGFX 4.21.4?
