Wrond legend display with 2015.14 update
Wrond legend display with 2015.14 update
Actually I get a wrong display when showing the legend at the bottom
Placing the legend at the right side gives a correct result
- Uli
Placing the legend at the right side gives a correct result
- Uli
Re: Wrond legend display with 2015.14 update
Hi Uli,
This is a known problem already detected and reported in the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1030
Feel free to add your mail to the CC list to be automatically notified when an update arrives.
This is a known problem already detected and reported in the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1030
Feel free to add your mail to the CC list to be automatically notified when an update arrives.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Wrond legend display with 2015.14 update
Hi Yeray,
the public tracker says RESOLVED FIXED.
And you are telling there that the file Chart.pas is updated. So where to get it?
- Uli
the public tracker says RESOLVED FIXED.
And you are telling there that the file Chart.pas is updated. So where to get it?
- Uli
Re: Wrond legend display with 2015.14 update
Hello,
I've just sent the modified unit to the mail account you have registered in this forum.
Don't hesitate to let us know if you still find any problem with it.
I've just sent the modified unit to the mail account you have registered in this forum.
Don't hesitate to let us know if you still find any problem with it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 3
- Joined: Thu Jun 05, 2014 12:00 am
Re: Wrond legend display with 2015.14 update
Hello Yeray,
could you please send me the modified unit also?
Thanks in advance.
could you please send me the modified unit also?
Thanks in advance.
Re: Wrond legend display with 2015.14 update
Hi,
Sure! Just done!Bert Kreisel wrote:could you please send me the modified unit also?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Wrond legend display with 2015.14 update
Hello Yeray,
I'm very sorry but the bottom legend is still wrong.
I need to use a legend with checkboxes.
In my own program I get now the legend displayed correctly but get a wrong behaviour. So a click on some checkboxes switches on/off the wrong series. To switch on/off a desired series I need to click beside a checkbox in the legend text. This means that the mouse position is not calculated correctly.
As it is difficult to send the full source code I have tried to make an example. The example also behaves wrongly but a bit different (some checkboxes are missed but you can click also on the text). Anyway you can see a malfunction and check what's wrong.
So simply drop a TChart component on a project form and run
As I like to deploy a correct version of my program a quick fixup would be very appreciated.
- Uli
I'm very sorry but the bottom legend is still wrong.
I need to use a legend with checkboxes.
In my own program I get now the legend displayed correctly but get a wrong behaviour. So a click on some checkboxes switches on/off the wrong series. To switch on/off a desired series I need to click beside a checkbox in the legend text. This means that the mouse position is not calculated correctly.
As it is difficult to send the full source code I have tried to make an example. The example also behaves wrongly but a bit different (some checkboxes are missed but you can click also on the text). Anyway you can see a malfunction and check what's wrong.
So simply drop a TChart component on a project form and run
Code: Select all
procedure TForm1.FormCreate(Sender: TObject);
var i: integer;
SeriesArray: array[0..5] of TChartSeries;
begin
Form1.Width := 800;
Form1.Height := 400;
Chart1.Legend.CheckBoxes := true;
for i := 0 to High(SeriesArray) do
begin
SeriesArray[i] := TLineSeries.Create(Chart1);
SeriesArray[i].FillSampleValues(100);
end;
Chart1.AddSeries(SeriesArray);
for i := 0 to 5 do
Chart1.Series[i].Title := 'this is long series title '+IntToStr(i);
end;
- Uli
Re: Wrond legend display with 2015.14 update
Hi Uli,
I've tried this with both v2015.14 and with the current internal sources we have here and it seems to work fine in both:
Here it is the project I used: Am I missing anything?
I've tried this with both v2015.14 and with the current internal sources we have here and it seems to work fine in both:
Here it is the project I used: Am I missing anything?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Wrond legend display with 2015.14 update
i just downloaded the TeeChart Pro v2012/14 VCL version today and also have this misaligned legend checkbox error.
can you please send me the modified unit as well?
also, is there a way to automatically update teechart without individually requesting each patch?
thank you,
Tracey
can you please send me the modified unit as well?
also, is there a way to automatically update teechart without individually requesting each patch?
thank you,
Tracey
Re: Wrond legend display with 2015.14 update
correction to the above: i have TeeChart Pro 2015 for XE7. the version number was incorrect in my order confirmation. sorry for any confusion!
Tracey
Tracey
Re: Wrond legend display with 2015.14 update
Hello Tracey,
I'll send the link to it as soon as possible.
I see you don't have the sources so I'm preparing a TeeChart Pro BETA installer for XE7.Tracey wrote:i just downloaded the TeeChart Pro v2012/14 VCL version today and also have this misaligned legend checkbox error.
can you please send me the modified unit as well?
I'll send the link to it as soon as possible.
Yes, with the regular maintenance releases. However, if we consider a fix is important enough, we are glad to prepare beta installers.Tracey wrote:also, is there a way to automatically update teechart without individually requesting each patch?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Wrond legend display with 2015.14 update
Hello Yeray,
I have downloaded your test project testBottomLegendCheckboxes.zip
Indeed it works with 3D display. BUT please switch 3D off and you get
Regards
Uli
I have downloaded your test project testBottomLegendCheckboxes.zip
Indeed it works with 3D display. BUT please switch 3D off and you get
Regards
Uli
Re: Wrond legend display with 2015.14 update
hi yeray:
thanks for the TeeChart Pro BETA installer for XE7. it fixed the misalignment problem.
however now on plots where the legend is more than one row, the checkboxes in all but the first column are not visible, similar to what was reported by uli above. i am also using 2D plots.
thanks!
Tracey
thanks for the TeeChart Pro BETA installer for XE7. it fixed the misalignment problem.
however now on plots where the legend is more than one row, the checkboxes in all but the first column are not visible, similar to what was reported by uli above. i am also using 2D plots.
thanks!
Tracey
Re: Wrond legend display with 2015.14 update
Hello Uli and Tracey,
You are right the change I proposed doesn't seem to fix this in some circumstances.
I've reopened the ticket so it can be reviewed:
http://bugs.teechart.net/show_bug.cgi?id=1030
You are right the change I proposed doesn't seem to fix this in some circumstances.
I've reopened the ticket so it can be reviewed:
http://bugs.teechart.net/show_bug.cgi?id=1030
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Wrond legend display with 2015.14 update
Hello Yeray,
now a month has passed but no solution up to now.
Ticketing a bug in the database, even with importance 'high major' does not solve anything. Someone must try to fix the bug.
So may I kindly ask you what's happening ? It's "just" 16 bugs reported for VCL TeeChart since then still open, only 2 bugs solved. So is no one dealing with them ?
I would be quite bad if I need to wait for the release of a next version.
Uli
now a month has passed but no solution up to now.
Ticketing a bug in the database, even with importance 'high major' does not solve anything. Someone must try to fix the bug.
So may I kindly ask you what's happening ? It's "just" 16 bugs reported for VCL TeeChart since then still open, only 2 bugs solved. So is no one dealing with them ?
I would be quite bad if I need to wait for the release of a next version.
Uli