Hi,
I’ve tested the animation functionality on the controls within a page and it’s really wonderful. Now I want to use the animation on userpopu when it is shown with the “ShowPopup” method. My idea is to apply the animation name “SlideLeftIn” to the “Appear” event. I have tried several ways without success. The userpopu is always shown without animation.
Can you suggest me how to do it?
Another question is how to apply animation if I have the userpopup control created by code and not at design time.
Tankhs,
Angelo,
issue #2574 is fixed in Wisej release 2.2.39
Best regards
Frank
Hi Angelo,
Thanks for finding this.
It looks like a bug in the UserPopup! We logged the issue as #2574 (wisej.com/issues) and have a fix in place for the next build.
As a workaround, you can also add the attached mixin as an Embedded Resource to your project.
To add a mixin to your project:
You can apply the animation in the designer using the appear or disappear event or use:
this.animation1.GetAnimation();
in the Appear event of the UserPopup.
Please let me know if you have any questions!
Best,
Levie
Hi Levie
Thanks for reply.
For the moment I use your solution waiting the new release.
Best
Angelo
Please login first to submit.