trichview.com

trichview.support




Re: Prolem with Insert Control


Return to index


Author

Message

shmp

Posted: 09/23/2004 15:52:34


The reason why the gif flash could be anything.

I am using the same component without any problem on a 1G processor.

Which OS are you using?


The code should be something like this

var gif : TJvGIFAnimator;


  begin

      gif := TJvGIFAnimator.Create(Self);


      gif.Image.LoadFromFile("The gif file");

      gif.Transparent := True;

      gif.JvxAnimate := True;

      RVE.InsertControl('',  gif,  rvvaBaseline);

      RVE.Invalidate;

   end;


Do NOT free the component.


If it is different than your, can you send me a sample?


Good luck.


Henry.


> Hi,

> I need some aniamted gifs for my document. After insert  TJvGIFAnimator

> component into RichviewEdit , I get some flash when they "play".

> How could I solve this problem?

>

> Thanks,

> C.C

>

>





Powered by ABC Amber Outlook Express Converter