Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1082 - an error with DemoProjectVB
Summary: an error with DemoProjectVB
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Examples Demos (show other bugs)
Version: TeeChart.NET 2014 4.1.2014.12154
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 23:15 EST by Shinobu Nagai
Modified: 2015-01-14 07:45 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments
an error regarding AllowScrollEventArgs (53.62 KB, image/png)
2015-01-12 23:15 EST, Shinobu Nagai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shinobu Nagai 2015-01-12 23:15:56 EST
Created attachment 383 [details]
an error regarding AllowScrollEventArgs

If compiling DemoProjectVB for VS2005, an error occurs (see the attached image) and can't run it. 
The error message says...
Type 'TChart.AllowScrollEventArgs' isn't defined.

How can I avoid it?
Comment 1 sandra pazos 2015-01-14 07:45:14 EST
Hello Nagai, 
The bug is already fixed for next maintenance release.  Meantime to solve the problem in RSI_Function.vb example you can change the TChart1_AllowScroll header below:
     Private Sub tChart1_AllowScroll(ByVal a As Steema.TeeChart.Axis, ByVal e As Steema.TeeChart.TChart.AllowScrollEventArgs) Handles tChart1.AllowScroll
for next: 
    Private Sub tChart1_AllowScroll(ByVal a As Steema.TeeChart.Axis, ByVal e As Steema.TeeChart.AllowScrollEventArgs) Handles tChart1.AllowScroll

Thanks in advance,
Regards