• Hi Julian,

    i have been trying to insert an animated gif image into WPRichText1

    i am using the code

    WPRichText1.TextObjects.InsertCopy(image1.Picture.Graphic);

    this works fine except the gif dose not animate unless i click on WPRichText1 and keep clicing or i use a timer with WPRichText1.RePaint;

    is there another way to make the gif animate by itself?

    thanks again Julian

    using V5.202

    Scott