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 1619

Summary: 'List index out of bounds (1)' exception when selecting a TChartShape series in the editor
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: EditorsAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: 18.160504   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: test project

Description yeray alonso 2016-09-02 06:39:06 EDT
Created attachment 638 [details]
test project

If the TChartShape series has two lines of text, the first time you select the series in the editor everything is ok.
But the second time you open the series editor (without closing the editor), you get an 'List index out of bounds (1)' exception.

In the attached example:
- Click on the "Two Lines" button
- Click on the "Editor..." button
- Select "Series1" in the tree to open the series editor.
- Select "Series" in the tree to open the series list again.
- Select "Series1" in the tree to open the series editor for a second time. And you get the 'List index out of bounds (1)' exception.