Hi Pep,
it's a bit late, I know
But I just wanted to say thank you - the workaround you describe works perfect. As you say you didn't test this by yourself I thought it would be a good idea to let you know that I can confirm it works.
Best regards, Claus
Search found 2 matches
- Sun Oct 09, 2005 6:53 pm
- Forum: VCL
- Topic: exception error: GIF export
- Replies: 3
- Views: 4459
- Fri Aug 26, 2005 8:11 pm
- Forum: VCL
- Topic: exception error: GIF export
- Replies: 3
- Views: 4459
exception error: GIF export
Hi, I've revitalized an old project and I'm having a problem: I'm running TeeChart Pro VCL v5.02 with Delphi 6 (yes, since 2001!). In my code there's the following statement: uses ... TeeProcs, Chart, TeeFunci, TeeGIF, TeEngine, ... var GIF : TGifExportFormat; begin ... GIF:= TGifExportFormat.Create...