It is other case.narcis wrote:this thread
Search found 3 matches
- Tue Feb 12, 2008 11:57 am
- Forum: VCL
- Topic: TChart 8.02 and BCB6, help!!!
- Replies: 3
- Views: 2534
- Tue Feb 12, 2008 11:50 am
- Forum: VCL
- Topic: TChart 8.02 and BCB6, help!!!
- Replies: 3
- Views: 2534
Hi avnalobin, It could be possible that your BCB is trying to use TeeChart's GifImage unit instead of BCB's. BCB don't support gif-file by default. VCL Source code of Graphics.pas module where supported graphic types are: constructor TFileFormatsList.Create; begin inherited Create; Add('wmf', SVMet...
- Fri Feb 08, 2008 5:32 pm
- Forum: VCL
- Topic: TChart 8.02 and BCB6, help!!!
- Replies: 3
- Views: 2534
TChart 8.02 and BCB6, help!!!
Gif-files are not display in load picture master in BCB6 Professional IDE. TGIFImage class register from teechart8 component so this module is used for gif images. Application crash due to incorrect work GIFImage.pas module (only animated gif?)! Application is simply breaked by Windows in Runtume. I...