Hi,
I am using C++Builder XE and the latest version of TeeChart pro VCL 2010. Trying to clear the title and write an expression forces the error message "Access violation". The lines that cause the message are:
Chart1->Title->Text->Clear();
Chart1->Title->Text->Append(Edit1->Text);
However, when I try to access the subtitle in the same way it works without any problem.
Chart1->SubTitle->Text->Clear();
Chart1->SubTitle->Text->Append(Edit1->Text);
Any idea what's going on?
Free
Cannot access the TChart title
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Cannot access the TChart title
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Cannot access the TChart title
Hi Narcís,
Looks like the same problem. I had an updated project with this problem. But, I did create a new example project (C++Builder XE & TChart 2010), which showed the same error.
What can I do? Do I have to wait for an update? And, update of what? C++Builder or TChart or both?
Best regards,
Free
Looks like the same problem. I had an updated project with this problem. But, I did create a new example project (C++Builder XE & TChart 2010), which showed the same error.
What can I do? Do I have to wait for an update? And, update of what? C++Builder or TChart or both?
Best regards,
Free
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Cannot access the TChart title
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,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |