Search found 5 matches
- Tue Nov 25, 2014 8:18 pm
- Forum: VCL
- Topic: Using Domain Objects with TeeChart
- Replies: 2
- Views: 4179
Using Domain Objects with TeeChart
We use TeeCharts extensively for the presentation of a graphical representation of real world objects. Creating Series with TChartValueLists leads to a duplication of data and issues with synchronization of data changes since there is no longer a single source of truth. Is it possible to use TeeChar...
- Thu Jul 18, 2013 4:14 pm
- Forum: VCL
- Topic: XE4 + TeeChart Build 2013.08.130521 Series.DataSource bug
- Replies: 6
- Views: 6971
Re: XE4 + TeeChart Build 2013.08.130521 Series.DataSource bug
I have resolved these two issues. 1) Fixed problem with assigning nil to DataSource. In DBChart.TCustomDBChart.RemovedDataSource Line 574 the following code was freeing the datasource at the list index: {$IFNDEF AUTOREFCOUNT} IDataSources[t].Free; {$ENDIF} this is not necessary in XE4 since the cond...
- Tue Jul 02, 2013 1:50 pm
- Forum: VCL
- Topic: XE4 + TeeChart Build 2013.08.130521 Series.DataSource bug
- Replies: 6
- Views: 6971
Re: XE4 + TeeChart Build 2013.08.130521 Series.DataSource bug
Thanks!
Any Idea when will be the next release with the fix?
Also I'm seeing different look and feel under XE4 for the charts. They look blurry and some of the lines are dotted lines now. Is this planned behaviour or it is side effect from the new XE4?
Any Idea when will be the next release with the fix?
Also I'm seeing different look and feel under XE4 for the charts. They look blurry and some of the lines are dotted lines now. Is this planned behaviour or it is side effect from the new XE4?
- Fri Jun 28, 2013 9:36 pm
- Forum: VCL
- Topic: XE4 + TeeChart Build 2013.08.130521 Series.DataSource bug
- Replies: 6
- Views: 6971
Re: XE4 + TeeChart Build 2013.08.130521 Series.DataSource bug
P.S. This is working fine under XE3. (TeeChart Build 2013.08.130521)
Obviously the problem is under XE4.
Obviously the problem is under XE4.
- Fri Jun 28, 2013 8:59 pm
- Forum: VCL
- Topic: XE4 + TeeChart Build 2013.08.130521 Series.DataSource bug
- Replies: 6
- Views: 6971
XE4 + TeeChart Build 2013.08.130521 Series.DataSource bug
Hi, After assigning nil to a datasource property of TPointSeries and then assigning existing DataSet FreeMM4 reports this error: --------------------------- Project1.exe: Memory Error Detected --------------------------- FastMM has detected an attempt to call a virtual method on a freed object. An a...