richview show gif speed Not normal!

General TRichView support forum. Please post your questions here
Post Reply
vbz007
Posts: 2
Joined: Mon Oct 12, 2015 10:00 am

richview show gif speed Not normal!

Post by vbz007 »

Code: Select all

var
  gif: TGIFImage;
  //gr: TGraphic;
begin
  gif:= TGIFImage.Create;
  gif.LoadFromFile('.\111.gif');
  RichView1.AddPictureExTag('1',gif,0,rvvaBaseLine,'11');
  RichView1.Format;
end;
111.gif url= http://d.hiphotos.baidu.com/zhidao/wh%3 ... 0200f9.jpg
vbz007
Posts: 2
Joined: Mon Oct 12, 2015 10:00 am

Re: richview show gif speed Not normal!

Post by vbz007 »

111.gif
url=http://pan.baidu.com/s/1c0x4dri
pw: iwyh
Post Reply