TSeriesBandTool issues VCL 2017

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Thomas
Newbie
Newbie
Posts: 4
Joined: Mon Mar 13, 2017 12:00 am

TSeriesBandTool issues VCL 2017

Post by Thomas » Tue Apr 04, 2017 12:35 pm

Hi, i am currently migrating projects from Delphi 2009 / TeeChart VCL 8 to Delphi 10.1 Berlin / TeeChart VCL 2017 (OS Seven 64bit).

I have noticed "changes" on series band tool, i use them with multiple TLineSeries and a common one as baseline:

- Some of them (seems the first 2) are correctly drawn but the others are not painted until i do, for instance, a zoom and unzoom (already tried to add a chart.Repaint after series filling with no success).
- the second issue, by unchecking on the legend serie checkbox, the serie band remain visible (on TeeChart VCL 8 it is synchronized, both serie and its band are visible or not driven by legend click)

I have attached a project showing these issues.

Could you please help.
Regards
Thomas
Attachments
SeriesBandTest.zip
Series band test program
(7.33 KiB) Downloaded 534 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TSeriesBandTool issues VCL 2017

Post by Yeray » Fri Apr 07, 2017 6:46 am

Hello Thomas,
Thomas wrote: - Some of them (seems the first 2) are correctly drawn but the others are not painted until i do, for instance, a zoom and unzoom (already tried to add a chart.Repaint after series filling with no success).
I see calling Draw twice corrects the problem. I've added it to the public tracker here:
http://bugs.teechart.net/show_bug.cgi?id=1838
Thomas wrote: - the second issue, by unchecking on the legend serie checkbox, the serie band remain visible (on TeeChart VCL 8 it is synchronized, both serie and its band are visible or not driven by legend click)
With v8.08 I get a band still drawn, even if all the series are disabled:
Project1_2017-04-07_08-44-37.png
Project1_2017-04-07_08-44-37.png (30.73 KiB) Viewed 6781 times
I could reproduce and identify the problem here:
http://bugs.teechart.net/show_bug.cgi?id=1836
I've also fixed it for the next maintenance release.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Thomas
Newbie
Newbie
Posts: 4
Joined: Mon Mar 13, 2017 12:00 am

Re: TSeriesBandTool issues VCL 2017

Post by Thomas » Mon Apr 10, 2017 10:30 am

Hello Yeray,

calling Draw twice works perfect, thanks.

Do you have a planned date for the release of the next version?

Kind regards
Thomas

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TSeriesBandTool issues VCL 2017

Post by Yeray » Mon Apr 10, 2017 11:00 am

Hello Thomas,

We don't work with closed deadlines, but we try to publish new TeeChart VCL/FMX releases quarterly; and we just published v2017.21 so the next one should be around July
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply