Page 1 of 1

Access Violation in Graph Control

Posted: Fri Dec 15, 2006 10:55 pm
by 9237792
Hello,

I've hooked up graph control and most things are looking good. I do have a small problem though. By default no series' have been created. If the user first enters graph control and selects the "Series" tab next the "Chart" tab on the topmost tabsheet it results in an access violation. I can understand why (no series have been created at this point) but is this something that I should test for or is this a bug? If I should test, what would I override?

Thanks

Posted: Mon Dec 18, 2006 9:21 am
by narcis
Hi neo,

This was a bug that was fixed for v7.07/v7.08. Which TeeChart version are you using? Could you please try with the latest maintenance release available at the client area?

Posted: Mon Dec 18, 2006 2:36 pm
by 9237792
Hi Narcis,

I'm using version 7.08. If I look at the installed packages in Delphi it is using "DclTeePro710.bpl" and "DclTree2D10Tee7.bpl". Is this correct?

Thanks

Posted: Mon Dec 18, 2006 2:38 pm
by narcis
Hi neo,

Yes, that's correct. Have you check that those packages correspond to v7.08 and that the Search Path list at Project\Options\Directories/Conditionals has v7.08's Bin and Lib folders on TOP of the list?

Posted: Mon Dec 18, 2006 3:17 pm
by 9237792
Excellent. I didn't realize that I wasn't using the correct version.

Thanks!