Page 1 of 1

Animated GIF ?

Posted: Thu Feb 15, 2007 1:58 pm
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...

Posted: Thu Feb 15, 2007 2:40 pm
by Sergey Tkachenko