Page 1 of 1

MDI and Teechart 9/15

Posted: Tue Mar 08, 2011 8:47 pm
by 16458601
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

Re: MDI and Teechart 9/15

Posted: Wed Mar 09, 2011 1:41 pm
by yeray
Hello,

I am afraid it looks the same problem described here

Re: MDI and Teechart 9/15

Posted: Tue Mar 15, 2011 5:18 pm
by 16458601
Hi, There some date to be fixed?
Thanks,

Re: MDI and Teechart 9/15

Posted: Wed Mar 16, 2011 1:05 pm
by yeray
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.