Skip to main content
JHarding
Senior
July 22, 2020
Question

MoveAnimator setMoveAnimationEndedAction issues

  • July 22, 2020
  • 1 reply
  • 612 views

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.

This topic has been closed for replies.

1 reply

Alexandre RENOUX
Visitor II
July 23, 2020

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