Page 1 of 1

Anchors not published (Version 2012.06.120613)

Posted: Wed Jun 20, 2012 2:57 pm
by 16562173
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

Re: Anchors not published (Version 2012.06.120613)

Posted: Tue Jun 26, 2012 7:53 am
by yeray
Hi Michael,
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?
Isn't it? I see it declared in the TCustomChart public section and the following seems to work fine for me here:

Code: Select all

  Chart1.Anchors:=[akBottom, akRight];
Could you please check it again?

Re: Anchors not published (Version 2012.06.120613)

Posted: Tue Jun 26, 2012 9:29 am
by 16561194
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

Re: Anchors not published (Version 2012.06.120613)

Posted: Tue Jun 26, 2012 10:11 am
by yeray
Hi Bert,

I see what you mean now. Thanks for the clarification. We'll investigate if it was a mistake.

Re: Anchors not published (Version 2012.06.120613)

Posted: Mon Jul 02, 2012 11:12 am
by yeray
Hi Bert,

Confirmed. It was a mistake at our side. Excuse us for the inconvenience. We'll fix it for the next maintenance release.

Re: Anchors not published (Version 2012.06.120613)

Posted: Fri Sep 14, 2012 9:50 am
by 10553945
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

Re: Anchors not published (Version 2012.06.120613)

Posted: Fri Sep 14, 2012 11:31 am
by yeray
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.

Re: Anchors not published (Version 2012.06.120613)

Posted: Fri Sep 14, 2012 1:41 pm
by 10553945
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