| View previous topic :: View next topic |
| Author |
Message |
Eddie Shipman Guest
|
Posted: Fri Oct 06, 2006 8:18 pm Post subject: TImage and Animated GIF files |
|
|
How would I know when the Animated GIF loaded in my TImage has reached
the end of it's animation?
-- |
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Sat Oct 07, 2006 12:02 am Post subject: Re: TImage and Animated GIF files |
|
|
Eddie Shipman wrote:
| Quote: | How would I know when the Animated GIF loaded in my TImage has reached
the end of it's animation?
|
You can't. TImage doesn't natively support gif nor animated gif.
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, BCC5.5.1 Web site:
http://www.leunen.com/
---------------------------------------- |
|
| Back to top |
|
 |
Eddie Shipman Guest
|
Posted: Sat Oct 07, 2006 12:32 am Post subject: Re: TImage and Animated GIF files |
|
|
Michel Leunen wrote:
| Quote: | Eddie Shipman wrote:
How would I know when the Animated GIF loaded in my TImage has
reached the end of it's animation?
You can't. TImage doesn't natively support gif nor animated gif.
Michel
|
In D7, an animated GIF WILL run, the file gifimagejf is added to the
uses clause when I selected a GIF file in the Load. I cannot find this
file anywhere on my system
-- |
|
| Back to top |
|
 |
Dennis Passmore Guest
|
Posted: Sat Oct 07, 2006 4:22 am Post subject: Re: TImage and Animated GIF files |
|
|
That sounds like it maybe coming from TGIFImage in a unit called
"gifimage.pas" in the source code that is available from Colin Wilson
in the imagetypes.zip archive.
http://www.wilsonc.demon.co.uk/delphi.htm |
|
| Back to top |
|
 |
|