Hi Yeray,
thank's for that hint! That's indeed a better solution and avoids failing again after an update. Hope this will work for me and also I hope that I have now a stable version of TChart for my project.
Regards
Markus
Search found 12 matches
- Thu Oct 02, 2014 3:10 pm
- Forum: VCL
- Topic: Access Vialoation on Webserver
- Replies: 9
- Views: 10637
- Thu Oct 02, 2014 9:55 am
- Forum: VCL
- Topic: Access Vialoation on Webserver
- Replies: 9
- Views: 10637
Re: Access Vialoation on Webserver
Hi Yeray, thank you for your reply! The hint for the registry key was helpfull. But I cannot Change registry keys on webservers! So I searched the source code for the position where the DefaultCanvas was set. I found this entry in TeeProcs: // Setting TeeDefaultCanvas:='' will not look at registry, ...
- Wed Oct 01, 2014 10:22 am
- Forum: VCL
- Topic: Access Vialoation on Webserver
- Replies: 9
- Views: 10637
Re: Access Vialoation on Webserver
Hi Yerray! Well after everything was ok for me because I found a solution for the problem I downloaded the latest Version from September, 24th (v2014.12.140923). In an offline context everything went fine but now I compiled my project again in a webserver application and it again crashes! Now it cra...
- Thu Sep 25, 2014 7:40 am
- Forum: VCL
- Topic: OpenGL not available
- Replies: 2
- Views: 4333
Re: OpenGL not available
Hi Yerray!
Thank's for your quick Answer. As I said "may be a stupid question..."
Regards
Markus
Thank's for your quick Answer. As I said "may be a stupid question..."
Regards
Markus
- Tue Sep 23, 2014 8:52 am
- Forum: VCL
- Topic: OpenGL not available
- Replies: 2
- Views: 4333
OpenGL not available
IDE: Delpi XE5 TeeChart Pro v2014.11.140512 32bit VCL Hello! May be my question is a stupid one. But I can't see OpenGL Option at runtime. It meens when I am in design mode I definitley have the OpenGL Option (see Screen01.png) but when I start the application and call the editor I only can choose b...
- Mon Sep 22, 2014 10:47 am
- Forum: VCL
- Topic: Access Vialoation on Webserver
- Replies: 9
- Views: 10637
Re: Access Vialoation on Webserver
Hi Yeray! making an example project that behaves like mine schould be difficult and most of all too time expensive for me at that time. But I analysed the problem further and I found the reason why or better when the error occurs. If I do not load a tee file into my chart object the error occurs but...
- Fri Sep 19, 2014 4:03 pm
- Forum: VCL
- Topic: Access Vialoation on Webserver
- Replies: 9
- Views: 10637
Access Vialoation on Webserver
Delphi XE5 TChart Pro v2014.11.140512 32bit VCL Hi, I am facing a strange Problem. When I try to create a Chart in the context of a webserver application I receive an Access Violation in VCLTee.TeeProcs. The last line I followed the error is in that unit exactly at that line FChartBounds:=InternalCa...
- Fri Sep 19, 2014 6:36 am
- Forum: VCL
- Topic: 45 degree angled Labels overlap Bottom Axis
- Replies: 7
- Views: 8876
Re: 45 degree angled Labels overlap Bottom Axis
Hi Yeray,
the bug is still open and we also do need a solution for it because it's some kind of a blocker for us to deliver our solutions to our customers. Could you please intervene again so that the bug gets fixed as soon as possible.
Thank's for your Support!
Regards
Markus
the bug is still open and we also do need a solution for it because it's some kind of a blocker for us to deliver our solutions to our customers. Could you please intervene again so that the bug gets fixed as soon as possible.
Thank's for your Support!
Regards
Markus
- Fri Aug 15, 2014 3:25 pm
- Forum: VCL
- Topic: Error: List index exceeds maximum
- Replies: 1
- Views: 3727
Error: List index exceeds maximum
Delphi XE5 TChart Pro v2014.11.140512 32bit VCL Hello, I just updated my TChart Pro version to the latest available (see above). Now I am facing an error when ever I click the change button in the edit dialog (see screenshot). The error message in german and means "List index exceeds maximum". Can y...
- Wed May 14, 2014 10:01 am
- Forum: VCL
- Topic: Memory Leak with TPNGExportFormat
- Replies: 1
- Views: 3597
Memory Leak with TPNGExportFormat
TeeChart Pro v2014.10.140220 32Bit VCL Delphi XE5 Hi! I am currently scanning my project for Memory Leaks with FastMM4. I have some and among those is one that's related to TPNGExportFormat. My code that produces the leak is: procedure SaveChartToStream; var tmp: TPNGExportFormat; begin try tmp := T...
- Tue Apr 22, 2014 4:16 pm
- Forum: VCL
- Topic: element has no parent window
- Replies: 3
- Views: 4787
Re: element has no parent window
Hi Yeray! Well your right in principal your code works. So I scanned my project deeper and found that it has something to do with that statement: MyChart.TeeCreateBitmap; If I call that method before I call MyChart.SaveToMetafileEnh('C:\Temp\Test.emf'); the first call itself fails with "element has ...
- Fri Apr 18, 2014 1:17 pm
- Forum: VCL
- Topic: element has no parent window
- Replies: 3
- Views: 4787
element has no parent window
Hi! I am trying to migrate my project from TeeChart Pro 2012 to Tee Chart Pro 2014. But at a specific position I receive the error "element has no parent window". The Code that raises the exception is: MyChart.SaveToMetafileEnh('C:\Temp\Test.emf'); Prior to that I created the Chart with the followin...