Anchors not published (Version 2012.06.120613)

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Miket
Newbie
Newbie
Posts: 1
Joined: Thu Apr 12, 2012 12:00 am

Anchors not published (Version 2012.06.120613)

Post by Miket » Wed Jun 20, 2012 2:57 pm

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

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

Re: Anchors not published (Version 2012.06.120613)

Post by Yeray » Tue Jun 26, 2012 7:53 am

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?
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

Bert Kreisel
Newbie
Newbie
Posts: 19
Joined: Thu Jan 01, 1970 12:00 am

Re: Anchors not published (Version 2012.06.120613)

Post by Bert Kreisel » Tue Jun 26, 2012 9:29 am

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

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

Re: Anchors not published (Version 2012.06.120613)

Post by Yeray » Tue Jun 26, 2012 10:11 am

Hi Bert,

I see what you mean now. Thanks for the clarification. We'll investigate if it was a mistake.
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

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

Re: Anchors not published (Version 2012.06.120613)

Post by Yeray » Mon Jul 02, 2012 11:12 am

Hi Bert,

Confirmed. It was a mistake at our side. Excuse us for the inconvenience. We'll fix 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

ulibru
Newbie
Newbie
Posts: 53
Joined: Tue Jul 21, 2009 12:00 am

Re: Anchors not published (Version 2012.06.120613)

Post by ulibru » Fri Sep 14, 2012 9:50 am

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

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

Re: Anchors not published (Version 2012.06.120613)

Post by Yeray » Fri Sep 14, 2012 11:31 am

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.
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

ulibru
Newbie
Newbie
Posts: 53
Joined: Tue Jul 21, 2009 12:00 am

Re: Anchors not published (Version 2012.06.120613)

Post by ulibru » Fri Sep 14, 2012 1:41 pm

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

Post Reply