Page 1 of 1

Access Violation Steema Active x V8

Posted: Mon Jan 21, 2008 1:47 pm
by 15047324
Forgive the code example. its quick and dirty but shows the problem

TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.AddSeries (scFastLine)
TChart1.Legend.MaxNumRows = 2
TChart1.Legend.Alignment = laBottom
TChart1.Tools.Add (tcLegendScrollBar)

This will draw a simple graph with a legend max rows of 2. The problem occurs when you try and scroll the legend scrollbar. when you reach the right hand side the OCX crashes with an access Violation.

Is this a known problem ? or am I being daft ?

Posted: Mon Jan 21, 2008 3:20 pm
by narcis
Hi ar,

Thanks for reporting. I've been able to reproduce the issue here and it's certainly a bug which I've already added to our defect list as a high priority issue (TV52012755) to be fixed for next releases.

Posted: Mon Jan 21, 2008 3:34 pm
by 15047324
Narcis,

Thanks for the reply. Is there any timescale for the fix as the functionality is critical for this part of our product ?

Without a fix I am going to have to revert to 7.0 and I would rather stay with version 8.0.

Posted: Mon Jan 21, 2008 3:52 pm
by narcis
Hi ar,

I'm sorry to hear that but at the moment I can't give you an estimate date for this fix. As I already told you, it's a high priority item in the bug list but that's all I can say at the present moment.

Posted: Thu Jan 24, 2008 10:30 am
by 15047324
The same bug appears to be present in the latest version of TeeChart 7 Active X as well.

Reverting to 7.0.0.4 clears the problem. I dont have any OCX versions beyond this revision to test when the problem was introduced.

Posted: Thu Jan 24, 2008 10:57 am
by narcis
Hi ar,

Thanks for the information. This may help us finding where the problem was introduced.

Posted: Fri Jan 25, 2008 11:52 am
by 15047324
Is there an archive of Version 7 Installers anywhere. I would like to use the latest version 7 that I can, however on the customer download area I can only seem to download the latest version.

Posted: Fri Jan 25, 2008 3:35 pm
by narcis
Hello ar,

I've sent you an e-mail with previous ActiveX versions.

BTW: Have you tried using v8.0.0.3 which was posted by the end of last week?

Posted: Fri Feb 08, 2008 3:54 pm
by 15047324
8.0.0.3 exhibits the same bug. I just tried it.