Joe,
It works like magic! Thanks, all problems disappeared.
Free
Search found 5 matches
- Sun Nov 07, 2010 8:23 pm
- Forum: VCL
- Topic: Trouble with CBuilder XE and TeeChart VCL 2010
- Replies: 9
- Views: 8272
- Sun Nov 07, 2010 10:48 am
- Forum: VCL
- Topic: Trouble with CBuilder XE and TeeChart VCL 2010
- Replies: 9
- Views: 8272
Re: Trouble with CBuilder XE and TeeChart VCL 2010
Joe, I have a similar history using TChart and also had non of these effects before. In my opinion there is something seriously wrong with the latest update of TChart. It goes even further. I tried to draw a simple line graph without success. There is no access violation but it does not draw a line ...
- Sat Nov 06, 2010 10:49 pm
- Forum: VCL
- Topic: Trouble with CBuilder XE and TeeChart VCL 2010
- Replies: 9
- Views: 8272
Re: Trouble with CBuilder XE and TeeChart VCL 2010
Dear Joe,
I have the same problem. The answer I got is not very promising. You find the discussion at http://www.teechart.net/support/viewtop ... =3&t=11749.
Free
I have the same problem. The answer I got is not very promising. You find the discussion at http://www.teechart.net/support/viewtop ... =3&t=11749.
Free
- Mon Oct 25, 2010 11:55 am
- Forum: VCL
- Topic: Cannot access the TChart title
- Replies: 3
- Views: 3441
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
- Sun Oct 24, 2010 12:53 pm
- Forum: VCL
- Topic: Cannot access the TChart title
- Replies: 3
- Views: 3441
Cannot access the TChart title
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 t...