Page 1 of 1

Upgrade Problem Version 6 to Version7

Posted: Tue Apr 05, 2005 6:15 pm
by 9526543
We recently purchased the upgrade from 6 to 7. We have code that worked fine under version 6 (version 5 too)...that fails in version 7.

The error is
Error Reading Series0.CustomVertAxis: List index out of bounds (-1)

A saw another post about adding one to the array index....and I saw no explanation why they did that, but that did not solve it....same error.

Any help would be appreciated.

Posted: Mon Apr 11, 2005 2:14 pm
by 9526543
Anyone monitoring this forum?

I have been trying to debug this issue without success. The host asp page runs fine....it produces output that looks like the normal tee format. Then I get the client-side error I specified. Is something wrong with this version?????????

Posted: Mon Apr 11, 2005 10:06 pm
by Pep
Hi,

yes, you're correct, we're aware of this problem, it's a bug which has been fixed for the next release v7.01 (which will be available on our web site to download it, at the end of this week). In meantime a workaround is to use the index+1 where there's a reference to any custom axes.

Posted: Mon Apr 11, 2005 11:55 pm
by 9526543
Thank You.

I will try to make a temporary patch...or just wait for the release.

We did manage to bypass the code that seems to cause the problem, but then found another issue. After you select the Series Tab...and then click on Data Source...you get an out of bounds index (-1). After that you get nothing but access voilations...until it seems to give up and the browser closes.

Is this the same problem??????

Posted: Thu Apr 14, 2005 8:24 pm
by Pep
Hi scotth,

I cannot reproduce this one here. Does it happens having custom axes or just in anyway ? If so, could you please tell me the steps I must do to reproduce it ?

Posted: Fri Apr 15, 2005 12:56 pm
by 9526543
I will wait for the new version to see if this problem remains. When will it be ready for download???

Posted: Fri Apr 15, 2005 2:12 pm
by narcis
Hi scotth,

It will be ready in the upcoming days, at most at the beginning of the next week.

Posted: Thu Apr 21, 2005 5:20 pm
by 9526543
Waiting for version 7 maintenance release as above. Any idea when it will be ready?

Posted: Fri Apr 22, 2005 10:34 am
by narcis
Hi scotth,

We are just finishing some demos. It will be available shortly.

In the meantime, I can send you the compiled .ocx file, which is already finished, so that you can use that version immediately.

Posted: Fri Apr 22, 2005 1:04 pm
by 9526543
Thanks...but this is an ASP installation, so I need the CABS. Please let me know when they are ready.

Posted: Fri Apr 22, 2005 2:37 pm
by narcis
Hi Scotth,

Ok, I've already sent you the cabinets. I sent them to your customer contact e-mail address and the .zip files are password protected with your current v7 ActiveX license password.

Posted: Fri Apr 22, 2005 2:39 pm
by 9526543
Thank you very much.

Posted: Sat Apr 23, 2005 3:12 pm
by 9526543
We appreciate your sending the early cab and ocx. Thanks again.

The new code corrected the original problem that started this thread.

However, there still seems to be a problem with the editor control.
If we select the Series Tab...then Data Source, we get "List index out of bounds (-1)"

I don't think this is serious enough not to go to production with version 7, but any help in resolving would be appreciated.

Posted: Sat Apr 23, 2005 11:33 pm
by 9526543
Please ignore the problem reported in the post above. It is no longer happening....suspect a conflict between having the new ocx on the server and the old one cached by IE on the client.