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

Summary: scrollpager
Product: ActiveX TeeChart Reporter: yeray alonso <yeray>
Component: Chart ToolsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: akshayb, pep
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=1&t=14676&p=64825#p64825
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

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.