Hello Marius,
This issue has now been moved to the top of the list and will be dealt with as swiftly as possible. We hope to be able to deliver a resolution with a maintenance release within the next two to three weeks.
Regards,
Marc Meumann
ColorGrid - Data adding problem
Re: ColorGrid - Data adding problem
Hola. Any progress on this one? How will it work wrt sorting of input data, format etc?
Thanks in advance
Marius
Thanks in advance
Marius
Re: ColorGrid - Data adding problem
Hello Marius,
Apologies for the delay, we're still not quite ready with the resolution to this issue but expect to be able to make the changes available shortly.
Re. sorting of input data, format
No major changes for sorting/format are included with the update.
Regards,
Marc
Apologies for the delay, we're still not quite ready with the resolution to this issue but expect to be able to make the changes available shortly.
Re. sorting of input data, format
No major changes for sorting/format are included with the update.
Regards,
Marc
Steema Support
Re: ColorGrid - Data adding problem
Soon = good
But the reason why I asked for sorting/formatting of the data is that today I do not know what this is like, as it didnt work. For instance I know that previously a lot of the data series had a bug not allowing you to add x-values as an arraylist (I had to use ser.getXValues().value = someArray[]), so as this series seemingly had some extra demands on sorting of the input I was wondering if you are going to write the formatting needed to plot. Basically I'd like to be able to add 3 arraylists with corresponding indexes, and have those values displayed as X, Y and the final value Z used to indicate/calculate color.
But the reason why I asked for sorting/formatting of the data is that today I do not know what this is like, as it didnt work. For instance I know that previously a lot of the data series had a bug not allowing you to add x-values as an arraylist (I had to use ser.getXValues().value = someArray[]), so as this series seemingly had some extra demands on sorting of the input I was wondering if you are going to write the formatting needed to plot. Basically I'd like to be able to add 3 arraylists with corresponding indexes, and have those values displayed as X, Y and the final value Z used to indicate/calculate color.
Re: ColorGrid - Data adding problem
Hello,
Re sorting.
I couldn't say for sure whether the sorting will meet your requirements. We'll email you the modified ColorGrid units for your tests. Modifications have been made and some final tests will be made before they are included with a maintenance release. If you are able to run your own tests and send us some feedback it would be appreciated.
Regards,
Marc
Re sorting.
I couldn't say for sure whether the sorting will meet your requirements. We'll email you the modified ColorGrid units for your tests. Modifications have been made and some final tests will be made before they are included with a maintenance release. If you are able to run your own tests and send us some feedback it would be appreciated.
Regards,
Marc
Steema Support
Re: ColorGrid - Data adding problem
Thanks alot for the reply and service. I have not yet had time to test the fix, but will do so maybe today. By the way, I notice that in Java version 2 the MathUtils are gone. Have they been replaced, or are we supposed to use java.lang.Math instead?
Thanks in advance and for the help so far
Marius
Thanks in advance and for the help so far
Marius
Re: ColorGrid - Data adding problem
Hello Marius,
Yes there was some redundancy between Utils, MathUtils and Java's own Maths. That's been rationalised for v2. You'll find some items in java.lang.Math and others moved to TeeChart's misc.Utils.
Regards,
Marc
Yes there was some redundancy between Utils, MathUtils and Java's own Maths. That's been rationalised for v2. You'll find some items in java.lang.Math and others moved to TeeChart's misc.Utils.
Regards,
Marc
Steema Support