Search found 7 matches
- Fri Jun 26, 2015 8:33 am
- Forum: VCL
- Topic: What is the fast way to show TChart in Intraweb
- Replies: 8
- Views: 13643
Re: What is the fast way to show TChart in Intraweb
Hello, sorry for the late of my response but I was involved in a FMX project that has taken more time than expected. The FMX TChart component works like a charm! Following your request attached you can find a sample of the code I'm using to show a chart on Intraweb pages. Now I'm working with XE8 an...
- Sun May 17, 2015 9:27 am
- Forum: VCL
- Topic: TeeChart 2015.15.150420 VCL/FMX release available
- Replies: 11
- Views: 25510
Re: TeeChart 2015.15.150420 VCL/FMX release available
Hello, I'm trying to install TeeChart 2015.15.150420 Std on my Win7 64bit Pc. Cause I'm using XE7 and XE8 I checked both libraries in the installer. On XE7 everything went fine and TeeChart was correctly installed. On XE8 when I run the IDE I get an error which reports that TEE9220.bpl is not presen...
- Mon Feb 23, 2015 11:20 am
- Forum: VCL
- Topic: Error after 2015 TeeChart Std
- Replies: 1
- Views: 4540
Error after 2015 TeeChart Std
Hello,
I'm using Delphi XE7 on Windows 7 64bit.
After installing the last available in the download section version (2015) of TeeChart I get the attached error when I run Delphi.
How can I solve it ?
Thank you,
Davide
I'm using Delphi XE7 on Windows 7 64bit.
After installing the last available in the download section version (2015) of TeeChart I get the attached error when I run Delphi.
How can I solve it ?
Thank you,
Davide
- Sat Feb 14, 2015 11:23 am
- Forum: VCL
- Topic: What is the fast way to show TChart in Intraweb
- Replies: 8
- Views: 13643
Re: What is the fast way to show TChart in Intraweb
Hi Yeray,
I'm working on Intraweb 14.0.37 version.
Best regards,
Davide
I'm working on Intraweb 14.0.37 version.
Best regards,
Davide
- Sat Feb 14, 2015 11:22 am
- Forum: VCL
- Topic: What is the fast way to show TChart in Intraweb
- Replies: 8
- Views: 13643
Re: What is the fast way to show TChart in Intraweb
Hi Yeray,
sorry for the delay of my reply but I was ill...
I'm using Delphi XE7 and now (after reading your post) Teechart 2015 on Windows 7 64bit.
PS.
Is there a way to be informed on new TeeChart release ? (something like a newsletter...)
Thank you,
Davide
sorry for the delay of my reply but I was ill...
I'm using Delphi XE7 and now (after reading your post) Teechart 2015 on Windows 7 64bit.
PS.
Is there a way to be informed on new TeeChart release ? (something like a newsletter...)
Thank you,
Davide
- Tue Feb 03, 2015 5:24 pm
- Forum: VCL
- Topic: What is the fast way to show TChart in Intraweb
- Replies: 8
- Views: 13643
Re: What is the fast way to show TChart in Intraweb
Hello, Thank you for your response. I saw the post you indicate me and in fact the initialization code I'm using is derived from that post. In the post is written that in the subsequent release TChart can automatically swith to GDI if GDI+ is not initialize. I try to omit the GDI+ initialization cod...
- Sun Feb 01, 2015 4:57 pm
- Forum: VCL
- Topic: What is the fast way to show TChart in Intraweb
- Replies: 8
- Views: 13643
What is the fast way to show TChart in Intraweb
Hello, I'm using the following code (thanks to Alexandre Machado) to show some charts in my Intraweb application : procedure CopyChartToImage(const aChart: TChart; const aImage: TIWCGJQImage); var xMetaFile: TMetafile; xBitmap: TBitmap; xRect: TRect; begin xBitmap := aImage.Picture.Picture.Bitmap; x...