Error report on test version 7,0,1,0

TeeChart for ActiveX, COM and ASP
Post Reply
Seth
Newbie
Newbie
Posts: 92
Joined: Tue Aug 17, 2004 4:00 am

Error report on test version 7,0,1,0

Post by Seth » Mon Aug 21, 2006 5:26 am

Hello,

as you requested, I would like to report some errors on the test version.

Please, download a VB sample project first.
http://www.m2soft.co.kr/report/sjs/VBSample(7010).zip

1. Series -> Marks -> Style
- An error occurs when it's set with 'Label and Value' or 'Label and Percent'.
- Running the sample would bring up the following error.
Image

2. GetPointLabel() function error
- Private Sub TChart1_OnClickSeries(ByVal SeriesIndex As Long, ByVal ValueIndex As Long, ByVal Button As TeeChart.EMouseButton, ByVal Shift As TeeChart.EShiftState, ByVal X As Long, ByVal Y As Long)
Dim tmpStr As String

tmpStr = TChart1.Series(0).PointLabel(0)

End Sub
- Some code value ("@61 61 61 ") is passed on a tmpStr variable instead of string value.

I see the final maintenance version is 7.0.0.8 where as the test version is 7.0.1.0. Does this mean when the next official version which includes all the functions of the test version comes out, it will be higher than 7.0.1.0?

Regards,
Seth

Marc
Site Admin
Site Admin
Posts: 1258
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Mon Aug 28, 2006 2:51 pm

Hello Seth,

Thanks for the feedback. We'll take a look at the issues and make a new update available with any modifications.

The latest version of TeeChart AX7, posted very recently, is 7.0.1.1. It has not yet been decided how to incorporate extended Unicode support into AX versioning so 7.0.1.1 remains without the Unicode test functionility.

Regards,
Marc
Steema Support

Post Reply