2021-03-09 03:01 AM
I wrote a function in my own cpp file using touchgfx library. It sets and start a zoom animation. I want that when the button is clicked ,the function is called to ScreenView.cpp or ScreenViewBase.cpp and then the animation is set and started.Is it possible? If it is, then how?
2021-03-09 07:20 AM
When your cpp file is new class , then yes, but your explain show as you try create methods for screen class outside class, and this i mean C++ not support.
Why you dont do this inside existing files ?
2021-03-10 02:58 AM
I want to access ZoomAnimationImage class from outside. Is there a way to do it?