Search found 27 matches

by X-ray
Fri May 19, 2023 1:54 pm
Forum: FMX
Topic: Pinch zoom and panning for 1Dim charts
Replies: 3
Views: 13256

Re: Pinch zoom and panning for 1Dim charts

Thank you, that works nicely!
by X-ray
Fri May 05, 2023 6:54 am
Forum: FMX
Topic: Pinch zoom and panning for 1Dim charts
Replies: 3
Views: 13256

Pinch zoom and panning for 1Dim charts

Hello, there is a nice example available how to use gestures for a 3 Dimensional chart: http://steema.com/wp/narcis/category/vcl/ Could please someone show/explain how to implement: procedure TForm1.handleZoom(EventInfo: TGestureEventInfo); and procedure TForm1.handlePan(eventInfo: TGestureEventInfo...
by X-ray
Thu Oct 14, 2010 7:50 am
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Narcis,

congratulations !

As far as I can see, after a while of testing, all the bugs that I reported are solved and no new bugs were introduced.

Many thanks for this last minute fix, I can see that quite some code changes were applied, good work!

best regards,

X-Ray
by X-ray
Wed Oct 13, 2010 3:14 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Narcis, now I get this: =============================================== TeeChart Pro Compilation started: 10/13/2010 5:07:59 PM RAD 2007.Win32 v11 (BDS v5 Enterprise) Tee911 CodeGear Delphi for Win32 compiler version 18.5 Copyright (c) 1983,2007 CodeGear 82214 lines, 0.61 seconds, 567252 bytes co...
by X-ray
Wed Oct 13, 2010 2:52 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Narcis, now I get: =============================================== TeeChart Pro Compilation started: 10/13/2010 4:47:47 PM RAD 2007.Win32 v11 (BDS v5 Enterprise) Tee911 Cannot recompile Delphi package: Tee911.dpk CodeGear Delphi for Win32 compiler version 18.5 Copyright (c) 1983,2007 CodeGear TeE...
by X-ray
Wed Oct 13, 2010 2:24 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Narcis, when I try to compile this I get the following error message (both by TeeRecompile tool as well as in the Delphi UI): TeeGL911 Cannot recompile Delphi package: TeeGL911.dpk CodeGear Delphi for Win32 compiler version 18.5 Copyright (c) 1983,2007 CodeGear TeeGLCanvas.pas(2959) Error: E2250 ...
by X-ray
Wed Oct 13, 2010 1:26 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Narcis,

do you have any news concerning TV52014983?
I would be glad to betatest even an experimental first fix.

best regards,

X-Ray
by X-ray
Fri Oct 08, 2010 1:48 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Narcis,

yes, I can definitely confirm that bug TV52015159 is solved in release v2010.01.11004!
That helps already a lot!

Thanks and best regards,

X-Ray
by X-ray
Fri Oct 08, 2010 12:34 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Narcis,

I didn't download and test version v2010.01.11004, because both bugs (TV52015159 and TV52014983) were
not mentioned in the current Release Notes. I will immediately download/integrate this version and test it today or more probably monday.

best regards,

Thomas
by X-ray
Thu Oct 07, 2010 1:19 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Marc, Thank you very much for your kind answer; that gives me some hope! And please don’t misunderstand me, TChart is a great product, I am using it since years and I don’t know of any other charting tool that comes close when it is about plotting quality and amount of features. Unfortunately we ...
by X-ray
Thu Oct 07, 2010 6:42 am
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi, I have to say I am a bit disappointed by this kind of "Support". When I report these kind of bugs for example to Developer Express, then most of the time I have an useful answer within one or two days. And if it is an urgent problem I can immediately download the fixed sources. Here waiting for ...
by X-ray
Wed Oct 06, 2010 9:32 am
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi,

do I see this right, both bugs TV52014983 and TV52015159 are not fixed in the
new maintenance release TeeChart v2010.01.11004 VCL and there is no workarround
for bug: TV52014983 ?

This means we can not use version 9.0 in our product.

best regards,

X-ray
by X-ray
Fri Sep 17, 2010 9:22 am
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Narcis, >TV52014983 hasn't been fixed yet and I can't think of a workaround for now. This is a big problem, we going to release a new version of our SW package soon. And now it seems like I have to redo all modifications and go back to a previous (working) TChart Version (8.06)..... Another quest...
by X-ray
Wed Sep 15, 2010 12:40 pm
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Yeray, for your convenience I have modidied the example application to show the problem. Just press the button on the bottom that will switch the OpenGL component to active and the graphics dissapears (why anyway, is this another bug? ). Then press the button again which switches the OpenGL compo...
by X-ray
Wed Sep 15, 2010 11:13 am
Forum: VCL
Topic: PieChart 3D alignment
Replies: 32
Views: 25632

Re: PieChart 3D alignment

Hi Yeray, I think I have found the cause for the painting problem. For different series I am using different painters, for 3D surfaces I am using OpenGL and for the ColorGrid I am using GDI. When I am switching to the ColorGrid plot I am switching the Active property of TTeeOpenGL component to False...