Search found 10 matches

by Jack007
Wed Jun 23, 2004 9:55 am
Forum: ActiveX
Topic: addarray index out of bounds
Replies: 3
Views: 7249

Well, i tought this was the case.

Now, I read on some newsgroups where the same problems were discussed that it was possible to "change something" in the Delphi code in order to read the 1-based arrays.
Is this true (and if so, would this be an enhancement for TC)?

Jack
by Jack007
Fri Jun 18, 2004 9:31 am
Forum: ActiveX
Topic: addarray index out of bounds
Replies: 3
Views: 7249

addarray index out of bounds

To improve performance i'm experimenting with the addarray method. But nomatter what i do i allways get an "array index out of bounds" error. The (simple) experiment code looks something like local ax, ay as array (of usual) //dynamic arrays ax:={1,2,3) //create x-value array + data ay:={4,5,6} //cr...
by Jack007
Thu May 06, 2004 7:02 pm
Forum: ActiveX
Topic: Sort problem returned
Replies: 7
Views: 12668

Thanx,

That was the response i was looking for.

Jack
by Jack007
Tue May 04, 2004 10:41 am
Forum: ActiveX
Topic: Sort problem returned
Replies: 7
Views: 12668

Hi Pep, I purchased V6 as an upgrade on my V5 but I could never use V6 because of the sort problems. I guess you understand that i'm somewhat reluctant to purchase V7 (wil it work?; should i pay again for something i should have bought with V6). I presume that a fix for V6 would be the best solution...
by Jack007
Fri Apr 30, 2004 12:03 pm
Forum: ActiveX
Topic: Sort problem returned
Replies: 7
Views: 12668

Sort problem returned

Hi Chris,

Well a simular problem did arise when i wanted to upgrade fron V5 to V6 and i had to wait for 6.0.05. Now 6.0.05 arrived and i still can't use it. So when is the maintanance release due ?

Greetings,
Jack
by Jack007
Thu Apr 29, 2004 8:45 am
Forum: ActiveX
Topic: Sort problem returned
Replies: 7
Views: 12668

Sort problem returned

After migrating from AXV5 to AXV6 there was the problem that in a stored (V5) *.tee file which was read by AXV6 that not-sorted series were sorted. After installing the maintanance release V6.0.05 it looked like the problem diaspeared. And indeed reading a V5 *.tee was read correctly. But reading a ...
by Jack007
Tue Mar 16, 2004 8:43 am
Forum: Wishes and ideas
Topic: exceeding values
Replies: 0
Views: 7768

exceeding values

Sometime we have to deal with values which exceed a certain threshold. Above this threshold the data can not (exactly) be determined. As an example: We calculate density values from radiation measurements. Due to the statistical uncertainty of the radiation measurements it can happen that the calcul...
by Jack007
Tue Mar 16, 2004 8:27 am
Forum: Wishes and ideas
Topic: Missing values
Replies: 0
Views: 7602

Missing values

Sometimes there are missing values, corrupted values etc. which you don't want to present in your chart but make the user aware off. Normally they are replaced by a zero or a null_value. I would be an enhancement if these values could be presented on the chart using an marker like an "*" or any othe...
by Jack007
Wed Mar 10, 2004 11:55 am
Forum: ActiveX
Topic: Maintanance Release when ?
Replies: 3
Views: 8693

Maintanance Release when ?

Dear Support, I've run into some (minor) problems by migrating form AXV5 to AXV6. By reading the forum i saw that these problems were already reported and that they would be fixed in the next release. My questions is when is this maintanance release due (fixed date, within x weeks, Q2 2004....) ? Re...
by Jack007
Sat Feb 28, 2004 3:18 pm
Forum: ActiveX
Topic: Where are the labels stored
Replies: 1
Views: 6075

Where are the labels stored

I want to join two (or more) series to one. For each datapoint i can retrieve the x and y value but i can't seem to find how to retrieve the datapointlabel (added via addxy (x,y,label,color).

TIA

Jack