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 577 - VS designer generates code for Gantt series which causes compile errors
Summary: VS designer generates code for Gantt series which causes compile errors
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Design-Time (show other bugs)
Version: TeeChart.NET 2014 4.1.2014.02060
Hardware: PC Windows
: --- critical
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 06:35 EST by christian.naglhofer
Modified: 2014-02-19 06:39 EST (History)
2 users (show)

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


Attachments
Screenshot of comiple error (100.84 KB, image/jpeg)
2014-02-17 06:36 EST, christian.naglhofer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description christian.naglhofer 2014-02-17 06:35:29 EST
The code for Gantt series generated by VS designer is buggy.
Code can't be compiled!
The compile error is caused by setting a read only property of Gantt series:

this.gantt1.MultipleNextTasks = ((System.Collections.Generic.List<System.Collections.Generic.List<int>>)(resources.GetObject("gantt1.MultipleNextTasks")));
Comment 1 christian.naglhofer 2014-02-17 06:36:13 EST
Created attachment 88 [details]
Screenshot of comiple error