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?
TRVAnimation
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.
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.