trichview.com

trichview.support




Re: Gif problem with SetCurrentPictureInfo ?


Return to index


Author

Message

Sergey Tkachenko

Posted: 07/18/2002 14:26:36


Sorry for delay.


In this demo unit, find the line:

gr := TGraphic(frmProp.Image1.Picture.Graphic.ClassType.Create)

(it is inside TForm1.mitEditPropsClick)

Change it to

gr :=

RV_CreateGraphics(TGraphicClass(frmProp.Image1.Picture.Graphic.ClassType));


Also, add

RegisterClasses([TPNGObject, TGifImage]) in the initialization section.


> > Give me a code snippet, or send me a project reproducing this problem.

>

> Have you receved my email two days ago about that? I'm not sure due to

> probably problems with mailbox in same time! Thx

>





Powered by ABC Amber Outlook Express Converter