I called registerAnimatedInternal() in initComponent() yes (and it is correctly called as I have 'Animated' print into my console output). I don't know why it is cleared. Seems like a bug. For now I fix it by removing the super.animate() line (as my ancestor Component do not have any animation anyway) but I will investigate a bit more when I have some time.
On Thursday, May 3, 2018 at 6:54:17 AM UTC+2, Shai Almog wrote: > > Did you explicitly invoke registerAnimated? > If you did it shouldn't be cleared. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/0cda9c6b-b7bd-4ab7-9375-51cb56c328d1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
