Greetings,
Announcing a maintenance release of TeeChart Java for Android, Build 3.2012.1120.
The update may be downloaded via the customer page.
Release notes may be viewed here.
For more information see TeeChart's Mobile pages.
Regards,
Marc Meumann
TeeChart Java for Android v3.2012.1120 maintenance release
TeeChart Java for Android v3.2012.1120 maintenance release
Steema Support
Re: TeeChart Java for Android v3.2012.1120 maintenance release
When can we expect a new maintenance release?
I'm ready to release my software but I need some outstanding issues to be solved first (I have reported all of them). I do have the source code so a list source code diffs would suffice.
I'm ready to release my software but I need some outstanding issues to be solved first (I have reported all of them). I do have the source code so a list source code diffs would suffice.
Re: TeeChart Java for Android v3.2012.1120 maintenance release
Hello,
Have you been provided with ticket numbers so I can tell you their status?
If they aren't closed, a new maintenance release published at this moment won't help you. And being a source code customer, if an issue is closed, we can directly tell you what changes to apply to your version of the sources so you can get the fix without having to wait for the next build.
Have you been provided with ticket numbers so I can tell you their status?
If they aren't closed, a new maintenance release published at this moment won't help you. And being a source code customer, if an issue is closed, we can directly tell you what changes to apply to your version of the sources so you can get the fix without having to wait for the next build.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Java for Android v3.2012.1120 maintenance release
Hi again,
Just found the following issues reported by you:
- TJ71016528: Fixed. If you are interested on the changes to apply to the sources, don't hesitate to ask for them in that thread.
- TJ71016479 ( same issue at StackOverflow): Fixed. I see you asked for the changes there. We'll reply you there.
I also see a new question here. We'll address it as soon as possible too.
Just found the following issues reported by you:
- TJ71016528: Fixed. If you are interested on the changes to apply to the sources, don't hesitate to ask for them in that thread.
- TJ71016479 ( same issue at StackOverflow): Fixed. I see you asked for the changes there. We'll reply you there.
I also see a new question here. We'll address it as soon as possible too.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Java for Android v3.2012.1120 maintenance release
Hello! To get my app up and running 100% I need these features fixed:
1) Most important: "Relative gradient" for area/bar chart, as described in the forum and here:
http://stackoverflow.com/questions/1401 ... a-gradient
http://stackoverflow.com/questions/1415 ... tchart-bar
2) Center the header title (with the same logic as the footer). http://stackoverflow.com/questions/1417 ... art-header
I did manage to work around this issue but I really believe the centering is erroneous as it is now.
3) Hiding the hand of the circular gauge. http://stackoverflow.com/questions/1400 ... and-cursor
4) Shadow color for header title. Fixed.
1) Most important: "Relative gradient" for area/bar chart, as described in the forum and here:
http://stackoverflow.com/questions/1401 ... a-gradient
http://stackoverflow.com/questions/1415 ... tchart-bar
2) Center the header title (with the same logic as the footer). http://stackoverflow.com/questions/1417 ... art-header
I did manage to work around this issue but I really believe the centering is erroneous as it is now.
3) Hiding the hand of the circular gauge. http://stackoverflow.com/questions/1400 ... and-cursor
4) Shadow color for header title. Fixed.
Re: TeeChart Java for Android v3.2012.1120 maintenance release
Hello Kristoffer,
In the meanwhile, what about the way around suggested here?
http://www.teechart.net/support/viewtop ... 022#p61022
We'll investigate if we can somehow integrate this gradient relative to "external" values (not the same series min and max values) (TJ71016540).znakeeye wrote: 1) Most important: "Relative gradient" for area/bar chart, as described in the forum and here:
http://stackoverflow.com/questions/1401 ... a-gradient
http://stackoverflow.com/questions/1415 ... tchart-bar
In the meanwhile, what about the way around suggested here?
http://www.teechart.net/support/viewtop ... 022#p61022
I think I missed your last comments there. Let me reply them at Stackoverflow.znakeeye wrote:2) Center the header title (with the same logic as the footer). http://stackoverflow.com/questions/1417 ... art-header
I did manage to work around this issue but I really believe the centering is erroneous as it is now.
This is already fixed as said at StackOverflow. The fix consists on adding a condition at resetTransform(), in Graphics3DAndroid.java, to prevent the error:znakeeye wrote:3) Hiding the hand of the circular gauge. http://stackoverflow.com/questions/1400 ... and-cursor
Code: Select all
public void resetTransform() {
if (restoreCount>0)
canvas.restoreToCount(restoreCount);
}
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |