Hello, Tuoman.> Is it so that the only difference is that remove/add modifies drawing order, but otherwise they are equal? No. It differs in several points. I will write my understanding.`setVisible()` is a function to show a instance based on `Dr...
I think it is not recommended way to change screen directly from Model.cpp, because classes generated by touchgfx are based on Model-View-Presenter design pattern. It will take a little more steps, but I think it is safer way using ModelListener.Usag...
Hello.In my understanding, there are no official test framework for TouchGFX. It may be helpful what written in the following thread.https://community.st.com/s/question/0D50X0000BQOcbw/is-there-unit-test-support-in-touchgfxIn my case, I'm using Goog...