Search found 27 matches

by X-ray
Wed Sep 15, 2010 10:28 am
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25762

Re: PieChart 3D alignment

Hi Yeray, you are right concerning the example application. This is the problem there but the real problem in my applcation which occured after installing the maintenance release persists as you can see on the previous sceen shot where the axes are both visible but the data is invisible. So still le...
by X-ray
Mon Sep 13, 2010 12:06 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25762

Re: PieChart 3D alignment

Somehow the zip file was not attached/accepted. Now I have added a ZIP file containing just the sources of the example project and no executable.
by X-ray
Mon Sep 13, 2010 10:50 am
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25762

Re: PieChart 3D alignment

Hi TChart Team, I created an example application to show the Colorgrid bug. Design time in Delphi 2007 the cologrid displays fine but the executable shows nothing (Of course after populating the the color grid series with random data!) Capture.JPG Attached you find the example project and the compil...
by X-ray
Mon Sep 13, 2010 8:58 am
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25762

Re: PieChart 3D alignment

Hi TChart Team, I just tested the new TChart 2010 maintenance release and I was really disappointed by the fact that this serious bug is still not solved! Furthermore more serious bugs were introduced for example now a TColorGridSeries that used to work nicely under all previous versions doesn't sho...
by X-ray
Fri Jun 18, 2010 12:03 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25762

Re: PieChart 3D alignment

Hi Narcis,

thanks for the analysis.
Do you think this bug will be fixed in the next maintenance release?
Otherwise can you give me a hint in which unit and procedure I have to look (approximately) to fix it?

best regards,

X-ray
by X-ray
Wed Jun 16, 2010 9:10 am
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25762

PieChart 3D alignment

Hi, based on some 3 dimensional information I draw a plate and on top of it pie charts in certain X.Y postions. The X,y postions for the Pie charts are enforced/aligned using TChart.ChartRect. In previous versions of TChart (like V8.06) the Pie charts were aligned along the X, Y plane now the pie ch...
by X-ray
Tue Jun 15, 2010 7:09 am
Forum: VCL
Topic: Transparency problem
Replies: 3
Views: 3563

Re: Transparency problem

Hi Yeray,

yes setting the Antialias property of TTeeOpenGL to False solved the problem or is at least a work around.
Still I don't understand why a CopyToClipboard (or Print out) action changes the layout/display
of the graphics?

Thanks and best regards,

X-ray
by X-ray
Fri Jun 11, 2010 8:53 am
Forum: VCL
Topic: Transparency problem
Replies: 3
Views: 3563

Transparency problem

Hi, I have created my own series based on TPoint3DSeries to show some sort of transparent bubbles with different sizes and positions in OpenGL mode. Everything worked fine with previous versions of TChart (for example V8.06). After the upgrade to version 9 (2010) I see some buggy behaviour. Whenever...
by X-ray
Wed Jun 02, 2010 6:52 am
Forum: VCL
Topic: TTeeGDIPlus component not installed in Delphi2010
Replies: 5
Views: 5121

Re: TTeeGDIPlus component not installed in Delphi2010

Hi Narcis, thank you, that solved the problem! I had copied the TChart sources folde to the directory structure of our build system and I was not aware that TeeMaker was not included in this sources folder (it is located next to the sources folder). When I specify the original position of the source...
by X-ray
Tue Jun 01, 2010 2:48 pm
Forum: VCL
Topic: TTeeGDIPlus component not installed in Delphi2010
Replies: 5
Views: 5121

Re: TTeeGDIPlus component not installed in Delphi2010

Hi Narcis,

I have attached the full logfile of the TeeRecompile tool, the I/O error 123 was just the last (but most important)
statement of this logfile.

I should add that I am using english Windows7 Professional 32bit as operating system.

best regards,

X-ray
by X-ray
Mon May 31, 2010 1:25 pm
Forum: VCL
Topic: TTeeGDIPlus component not installed in Delphi2010
Replies: 5
Views: 5121

TTeeGDIPlus component not installed in Delphi2010

Hi, I am currently upgrading a big project from Delphi2007 to Delphi2010 and I am already using TeeChart2010 in the Delphi2007 project. I had to do a full binary Install of TeeChart2010 because the TeeReCompile tool failed to install TeeChart2010 into Delphi2010. The attached text file contains the ...
by X-ray
Mon May 03, 2010 8:18 am
Forum: VCL
Topic: RotateInertia
Replies: 1
Views: 2206

RotateInertia

Hi, I just tried to make use of the RotateInertia property ofTTeeCommander in TChart 2010. I had expected that setting a value greater than zero has a certain effect when rotating a chart but I can't see any effect. Do I miss something? Unfortunately this isn't descibed in the TeeChart help file and...