Animated GIF ?

General TRichView support forum. Please post your questions here
Post Reply
skydiablo
Posts: 16
Joined: Wed Feb 14, 2007 1:31 pm

Animated GIF ?

Post by skydiablo »

hi... (sorry for my bad english)

i want to insert a animatet GIF, but i have some problems.

i use a code like this:

Code: Select all

            GIF := SmilieManager.GetSmilie(ord(sl[i][1]));
            if not Gif.Empty then
            begin
               form1.RichView1.AddPictureEx('',GIF,-1,rvvaBaseline);
            end;
if i use:

Code: Select all

//JEDI "JvGIFImage"
var GIF :TjvGIFImage;
the GIF is shown bur NO animation, if i use:

Code: Select all

//Other "GIFImage"
var GIF : TGIFImage;
the GIF is shown too but only one-step animation on ever click on the RV.

Code: Select all

RV.AnimationMode := rvaniOnFormat;
all other variables are standard !!!! what is wrong ?

greez & thx, sky...
Post Reply