Page 1 of 1

Problems with TSurfaceSeries in TeeChart V8 an Delphi 7

Posted: Wed Jan 23, 2008 6:38 pm
by 10547999
Hello,
today I installed your new TeeChart V8.02 with no problems. Then i tried to compile a project with TSurfaceSeries. There are the same problems Werner had with his TSurfaceSeries in December 2007. I have set Series2 IrregularGrid to true. With TeeChart 7.07 and delphi 7 there was no problem to display the chart.
But otherwise than Werner i can't use TeeChart 7.07 no more.
There must a solution in TeeChart 8.
Can you help me?

If you want i can send you pictures of both TSurfaceSeries.

Your sincerely
Willi

Posted: Thu Jan 24, 2008 10:43 am
by narcis
Hi Willi,

As I said in Werner's thread, this is a bug (TV52012645) and there's little that can be done until the bug is fixed.

Also, as you can read in that thread, we couldn't get Werner's application work fine in v7 either.

Posted: Thu Jan 24, 2008 11:19 am
by 10547999
Hello,
but if the bug is not fixed I can't use TeeChart v8. And if I knew that this bug exist I didn’t bought TeeChart V8. TSurfaceSeries is very important to us. Can I do anything that you can fix this bug? Or if you don’t fix this we have to give back TeeChart V8.

Your sincerely

Willi Ebert

Posted: Thu Jan 24, 2008 12:06 pm
by narcis
Hi Willi,

This is a high priority item in v8's bug list. However I can't give you an estimate date of when it will be fixed. I strongly recommend you to be aware at this forum or subscribe to our RSS feed for new release announcements and what's being fixed on them.

Posted: Sat Mar 15, 2008 3:29 pm
by 10547999
Hello,
this bug still exist in TeeChart Pro v8.03.11043. Can you tell when it will be possibly fixed ?

Your sincerely

Willi Ebert

Posted: Mon Mar 17, 2008 9:38 am
by narcis
Hi Willi,

Yes, this issue hasn't been fixed yet. I can't tell you when this will be fixed for now. I recommend you to be aware at this forum or our RSS feed for new release announcements and what's fixed on them.

Thanks in advance.

Posted: Tue Mar 31, 2009 9:50 am
by narcis
Hi Willi,

As I posted here it seems TV52012645 has been solved. I'll send you the sources I sent to Werner so that you can check them at your end.

Thanks in advance.

TeeChart bug TV52012645

Posted: Thu Apr 02, 2009 5:14 pm
by 10547999
Hello,
it seams that this bug is fixed with your new source. But there are still problems with TSurfaceSeries and OpenGl, the TVideotool still produce a access violation if the TeeOpenGl is active and TIsoSurfaceSeries paints still wrong it TeeOpenGl is active, too. In both cases there are now errors it TeeOpenGl is not active.

Your sincerely

Willi Ebert

Posted: Fri Apr 03, 2009 8:27 am
by narcis
Hi Willi,
it seams that this bug is fixed with your new source.


Thank you very much for testing!
But there are still problems with TSurfaceSeries and OpenGl
Which are the exact problems here?
the TVideotool still produce a access violation if the TeeOpenGl is active


We did some tests here and we think it's not a TVideoTool problem but an OpenGL problem. Code below fails when last line is commented out. Can you please confirm this one?

Code: Select all

procedure TForm1.FormCreate(Sender: TObject);
begin
  Chart1.AddSeries(TTriSurfaceSeries.Create(nil));
  Chart1[0].FillSampleValues();

  TeeOpenGL1 := TTeeOpenGL.Create(nil);
  TeeOpenGL1.TeePanel := Chart1;
  TeeOpenGL1.Active := true;

//  (Chart1[0] as TTriSurfaceSeries).Transparency := 1;
end;
TIsoSurfaceSeries paints still wrong it TeeOpenGl is active, too.


I'm not able to reproduce this one. Could you please send us a simple example project we can run "as-is" to reproduce the problem here? You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
In both cases there are now errors it TeeOpenGl is not active.
I'm not sure about what you mean here. Could you please give us some more details about this one?

Thanks in advance.

TSurfaceSeries and TIsoSurfaceSeries with OpenGl

Posted: Fri Apr 03, 2009 3:55 pm
by 10547999
Hello,
i don't use TTriSurfaceSeries and so I don't have the line (Chart1[0] as TTriSurfaceSeries).Transparency := 1; in my code. Sorry. For the difference between TSurfaceSeries and TIsoSurfaceSeries with OpenGl active I have uploaded two pictures for a TChart from the same data.

Your sincerely

Willi Ebert

Posted: Mon Apr 06, 2009 9:50 am
by yeray
Hi Willi,

Excuse us. Yes, this is still reproducible.

And about this, I still couldn't reproduce it:
Narcís wrote:
WilliEbert wrote:TIsoSurfaceSeries paints still wrong it TeeOpenGl is active, too.
I'm not able to reproduce this one. Could you please send us a simple example project we can run "as-is" to reproduce the problem here? You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.