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 588 - scrollpager
Summary: scrollpager
Status: RESOLVED FIXED
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Chart Tools (show other bugs)
Version: unspecified
Hardware: PC Windows
: High enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 04:08 EST by yeray alonso
Modified: 2014-12-16 06:47 EST (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2014-02-20 04:08:33 EST
The ScrollPager tool inherited from VCL works fine through the editor but can't be used by code.
We have to implement the necessary properties for it.
Comment 1 akshayb 2014-11-25 01:31:26 EST
This is one of the Important fix which we required ASAP. Since the tool is visible in Tool Tab.
Comment 2 pep jorge 2014-12-16 06:47:23 EST
The ScrollPager tool was implemented into the actual maintenance release, but due to a bug it could not been added via code. The user can add it throught editor and then use it via code, I mean for example :
TChart1.Tools.Items(0).asSCrollPager.XXX = XX

Now the bug has been fixed, and this tool can be added also via code.