cancel
Showing results for 
Search instead for 
Did you mean: 

MoveAnimator setMoveAnimationEndedAction issues

JHarding
Senior

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.

1 REPLY 1
Alexandre RENOUX
Principal

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