2020-07-22 11:22 AM
I am trying to set a callback function for a container in motion using setMoveAnimationEndedAction . Can I only use this functionality from within a container?
I have created a custom object that has a member variable Container which is utilizing the MoveAnimator<touchgfx::Container> mixin. When I create the necessary callback and callback handler and try to pass the callback to the setMoveAnimationEndedAction the compiler barfs saying that there is no conversion for my custom object.
2020-07-23 02:00 AM
Hello,
Hard to understand like this. Could you enclose the code of your GUI (this way I can try it out myself and find the issue quickly) or post some code parts ?
/Alexandre