Jay, sorry I didn't notice your post earlier, been trying to wrap up this latest update.
I admit that my animation class/methods can use a little work. I'm open to feedback/suggestions.
Edited: I do see something I had to track down. When you called that method, the control did not know it was in runtime and that is wrong. The real patch, I'll include in the next minor update. But to get past the problem for now, try this instead.
For all. NEW VERSION OF CONTROL UPLOADED to post #1Code:' in your form load... change to DoEvents ' should allow the control's internal Show event to trigger & set the flags appropriately AlphaControl.Animate lvicAniCmdStart AlphaControl.Animate lvicAniCmdSetLoopCount, 1 ' ^^ this sets the loop count, but must be called after animation starts. It think that is what you were trying to do?
Any previous version is no longer compatible; way too many modifications and changes




Reply With Quote
