Page 1 of 1

TRVAnimation

Posted: Fri Nov 10, 2006 9:54 am
by ss
I want to add more than 300 animated images to RichView (actually only 10-50 original images with repeats), but RV_MakeAnimator animates only first 300 images.
How i can resolve it?

Posted: Fri Nov 10, 2006 10:29 pm
by Sergey Tkachenko
Increase RVMaxAnimations variable from RVAnimate unit.

Notes:
1) Number of animated images were limited to save system resources.
2) In the latest version (available for registered users), resource and memory usage for animations (using TGifImage) was reduced dramatically. Now animated TGifImage item uses less resources than the same item with disabled animation! So, in the last version, the default value of this variable is 100000, not 300.