Page 1 of 1

Problem with legend and 2015 version

Posted: Sun Feb 01, 2015 8:34 am
by 16570614
Hello,

I am having problem with a legend not displaying correctly all the items, please find attached a test project. If you run the project and resize the form horizontally you will see that some times all the items appear or hide...

Also in my actual application there is a glitch that the test application cannot reproduce so I included a screenshot, at some point (while resizing horizontally) an axis label appears on the far left of the plot, it appears to be a bottom axis label.

I am using the latest 2015 TChart version under Delphi XE7.

Regards

Re: Problem with legend and 2015 version

Posted: Mon Feb 02, 2015 3:10 pm
by yeray
Hi,

Thanks for reporting it.
I could reproduce the problem, I've added it to the public tracker and already found a fix for it.
http://bugs.teechart.net/show_bug.cgi?id=1110

I'll send you a mail with the modified unit so you can check if it fits your requirements.

Re: Problem with legend and 2015 version

Posted: Mon Feb 02, 2015 4:56 pm
by 16570614
Hello Yeray,

Thank you very much for your prompt reply, copied the new file in the sources directory, run TeeRecompile, got an error when trying to install the packages (again I closed the dialog before I note down the message but is is something about a GDIOBJ missing? :) ) and compiled my app, seems to be working fine!

Regards

John

Re: Problem with legend and 2015 version

Posted: Tue Feb 03, 2015 8:23 am
by yeray
Hi John,
johnnix wrote:got an error when trying to install the packages (again I closed the dialog before I note down the message but is is something about a GDIOBJ missing? :) )
It may be this?
johnnix wrote:compiled my app, seems to be working fine!
Good! :D

Re: Problem with legend and 2015 version

Posted: Tue Feb 03, 2015 7:51 pm
by 16570614
Yes, that was it, copied the files missing and everything works ok :)

Regards