Animated GIF ?
Posted: Thu Feb 15, 2007 1:58 pm
hi... (sorry for my bad english)
i want to insert a animatet GIF, but i have some problems.
i use a code like this:
if i use:
the GIF is shown bur NO animation, if i use:
the GIF is shown too but only one-step animation on ever click on the RV.
all other variables are standard !!!! what is wrong ?
greez & thx, sky...
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;
Code: Select all
//JEDI "JvGIFImage"
var GIF :TjvGIFImage;
Code: Select all
//Other "GIFImage"
var GIF : TGIFImage;
Code: Select all
RV.AnimationMode := rvaniOnFormat;
greez & thx, sky...