Search found 8 matches
- Fri Jan 14, 2011 11:18 am
- Forum: VCL
- Topic: Compiletime error with debug dcu's
- Replies: 1
- Views: 2511
Compiletime error with debug dcu's
My application compiles silently with the Debug Build Configuration, when the checkmark for debug dcu's is off. When I turn it on, I get the error F2051 : Unit TeeGDIPlus was compiled with a different version of GDIPOBJ.TGPGraphics. Compiler Delphi XE Update 1 TeeChart 2010 latest version Please not...
- Sat Aug 21, 2010 10:24 am
- Forum: VCL
- Topic: Start angle of donut series.
- Replies: 1
- Views: 2516
Start angle of donut series.
In a donut series with 12 equally sized segments, I have to ensure that segment 1..12 is exactly located at clock positions 1..12. It is easy to rotate the series to achieve correct positioning. But I have to use different rotation angles on the official TeeChart 2010 release and the latest sources ...
- Wed Aug 18, 2010 5:16 pm
- Forum: VCL
- Topic: Donut Series omits last pie from drawing
- Replies: 3
- Views: 3703
Re: Donut Series omits last pie from drawing
Hi Yeray, yes, it works now. I installed the version with the "Tee 3D" checked and it installed silently both in Delphi2006 and 2010. I tested D2010 only, since all new projects are developed with it. At the same time, another problem has vanished. I often had the problem, that on opening an existin...
- Tue Aug 17, 2010 4:58 pm
- Forum: VCL
- Topic: Donut Series omits last pie from drawing
- Replies: 3
- Views: 3703
Donut Series omits last pie from drawing
The Donut Series displays slice colors differently when transparency is on. I have a donut series that has 12 slices of equal width. Color each is turned off, all slices are added with the same color. When transpareny is off, all 12 slices gets the same color. When transpareny is on, the last slice ...
- Mon Jun 28, 2010 3:26 pm
- Forum: VCL
- Topic: TeeTools on form not available
- Replies: 6
- Views: 5326
Re: TeeTools on form not available
Hello Yeray,
it seems you were right.
I deleted the .res file, Delphi created a new one automatically and now the problem is gone.
The original project was created with Delphi2006, then copied and opended with Delphi2010.
Thank you very much for the help.
Gerhard Sachs
it seems you were right.
I deleted the .res file, Delphi created a new one automatically and now the problem is gone.
The original project was created with Delphi2006, then copied and opended with Delphi2010.
Thank you very much for the help.
Gerhard Sachs
- Sat Jun 26, 2010 10:38 am
- Forum: VCL
- Topic: TeeTools on form not available
- Replies: 6
- Views: 5326
Re: TeeTools on form not available
Sorry, I typed too fast.
The last block must read
It seems that just the tools that are already added to the chart make problems.
When I clicked away the error messages by 'ignore all', the chart contains no tools.
But the tool pallette contains all the tools including the axis scroll tool.
The last block must read
It seems that just the tools that are already added to the chart make problems.
When I clicked away the error messages by 'ignore all', the chart contains no tools.
But the tool pallette contains all the tools including the axis scroll tool.
- Sat Jun 26, 2010 10:34 am
- Forum: VCL
- Topic: TeeTools on form not available
- Replies: 6
- Views: 5326
Re: TeeTools on form not available
Hello Narcis, sorry, it did not help. TeeCharts Lib and Bin folder are both in the search path and the library path. The entries are : c:\compiler\AddOns\TeeChart Pro 2010\TeeTree\compiled\Delphi14\lib c:\compiler\AddOns\TeeChart Pro 2010\TeeTrtee\compiled\Delphi14\bin c:\compiler\AddOns\TeeChart Pr...
- Mon Jun 21, 2010 4:29 pm
- Forum: VCL
- Topic: TeeTools on form not available
- Replies: 6
- Views: 5326
TeeTools on form not available
Hello, on my project, a form contains a TeeChart, which contains a ScrollTool. When I open the form, I get an error message, that the scroll tool is not available. I found two ways to make it available. 1. When I add a TeeChart on the main form, then add a ScroolTool, then delete that chart immediat...