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 - 'List index out of bounds (1)' exception when selecting a TChartShape series in the editor
Summary: 'List index out of bounds (1)' exception when selecting a TChartShape series ...
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Editors (show other bugs)
Version: 18.160504
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-02 06:39 EDT by yeray alonso
Modified: 2016-09-02 06:39 EDT (History)
0 users

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


Attachments
test project (1.68 KB, application/x-zip-compressed)
2016-09-02 06:39 EDT, yeray alonso
Details

Note You need to log in before you can comment on or make changes to this bug.
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.