MDI and Teechart 9/15

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
JAUMEROGER
Newbie
Newbie
Posts: 2
Joined: Mon Feb 21, 2011 12:00 am

MDI and Teechart 9/15

Post by JAUMEROGER » Tue Mar 08, 2011 8:47 pm

i would like to know if there is a reported problem using teechart 9/15 vcl for c++XE, and MDI forms when
try to manipulate example titles as follow:


DBChart1->Title->Clear();
DBChart1->Title->Text->Add("Hello");
DBChart1->SubTitle->Text->Add("Hello");

give me the following exception:
Access violation at adress xxxxxxx in module yyyyy Read adress 0000005c
thanks for your advice

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

Re: MDI and Teechart 9/15

Post by Yeray » Wed Mar 09, 2011 1:41 pm

Hello,

I am afraid it looks the same problem described here
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

JAUMEROGER
Newbie
Newbie
Posts: 2
Joined: Mon Feb 21, 2011 12:00 am

Re: MDI and Teechart 9/15

Post by JAUMEROGER » Tue Mar 15, 2011 5:18 pm

Hi, There some date to be fixed?
Thanks,

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

Re: MDI and Teechart 9/15

Post by Yeray » Wed Mar 16, 2011 1:05 pm

Hello,

As Narcís said in the link above:
Narcís wrote:I'm afraid the only option is waiting for a C++ Builder update and following TeeChart update. Since this seems to be a random issue, with each TeeChart release you can try if properties affectation has changed.
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

Post Reply