TRVAnimation

General TRichView support forum. Please post your questions here
Post Reply
ss
Posts: 1
Joined: Fri Nov 10, 2006 8:06 am

TRVAnimation

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply