Android Question Disappearing Sliding Panels

swabygw

Active Member
Licensed User
Longtime User
I've been using the Sliding Panels pretty successfully in a few apps. In my new app, although I think I've set it up correctly, I'm getting strange behavior that, at the end of the animation, the panel disappears. I don't mean continues to slide out of the way, I mean just disappears. I tried commenting out the AnimationEnd code in the SlidingPanels.bas, but that code doesn't seem to be the cause. Any ideas?

Solved - there was a step missing in the setup: the AnimationEnd1 sub had an error.
 
Last edited:
Top