I wonder why TChart.Anchors is not published in the latest VCL release? (Version 2012.06.120613, Delphi XE).
Is it a bug or an intentional change?
Regards, Michael
Anchors not published (Version 2012.06.120613)
Re: Anchors not published (Version 2012.06.120613)
Hi Michael,
Could you please check it again?
Isn't it? I see it declared in the TCustomChart public section and the following seems to work fine for me here:Miket wrote:I wonder why TChart.Anchors is not published in the latest VCL release? (Version 2012.06.120613, Delphi XE).
Is it a bug or an intentional change?
Code: Select all
Chart1.Anchors:=[akBottom, akRight];
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 19
- Joined: Thu Jan 01, 1970 12:00 am
Re: Anchors not published (Version 2012.06.120613)
Hi Yeray,
in v_2012.05.120327 TChart.Anchors was published {$IFNDEF FMX} and therefore it was persistent. In VCL v_2012.06.120613 TChart.Anchors is not published {$IFDEF FMX} and {$IFDEF D17} so it is no longer persistent. I think it is a bug?
Best Regards
Bert Kreisel
in v_2012.05.120327 TChart.Anchors was published {$IFNDEF FMX} and therefore it was persistent. In VCL v_2012.06.120613 TChart.Anchors is not published {$IFDEF FMX} and {$IFDEF D17} so it is no longer persistent. I think it is a bug?
Best Regards
Bert Kreisel
Re: Anchors not published (Version 2012.06.120613)
Hi Bert,
I see what you mean now. Thanks for the clarification. We'll investigate if it was a mistake.
I see what you mean now. Thanks for the clarification. We'll investigate if it was a mistake.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Anchors not published (Version 2012.06.120613)
Hi Bert,
Confirmed. It was a mistake at our side. Excuse us for the inconvenience. We'll fix it for the next maintenance release.
Confirmed. It was a mistake at our side. Excuse us for the inconvenience. We'll fix it for the next maintenance release.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Anchors not published (Version 2012.06.120613)
Hi Yeray,
when can I expect a next maintenance release?
Or how to get the anchors back? What are the correct steps to modify the source?
Best regards
Uli
when can I expect a next maintenance release?
Or how to get the anchors back? What are the correct steps to modify the source?
Best regards
Uli
Re: Anchors not published (Version 2012.06.120613)
Hi Uli,
The Source Code installer just released includes the fix.
http://www.teechart.net/support/viewtop ... =3&t=13555
Since you have a just expired source code version, I'll send the units that were modified to the mail account you have registered into this forum.
Please, use the TeeRecompile tool to compile and install the packages.
The Source Code installer just released includes the fix.
http://www.teechart.net/support/viewtop ... =3&t=13555
Since you have a just expired source code version, I'll send the units that were modified to the mail account you have registered into this forum.
Please, use the TeeRecompile tool to compile and install the packages.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Anchors not published (Version 2012.06.120613)
Hello Yeray,
thanks, it works well.
Yep, I know that the license has expired. I will renew it, I'm just simply waiting for a next maintenance release.
ATB
Uli
thanks, it works well.
Yep, I know that the license has expired. I will renew it, I'm just simply waiting for a next maintenance release.
ATB
Uli