Search found 11 matches
- Mon Feb 28, 2005 3:33 pm
- Forum: .NET
- Topic: m_tchart.Series.Clear(); // Garbage collections issues.
- Replies: 6
- Views: 9837
Thanks
Thank you for your help.
- Mon Feb 28, 2005 3:14 pm
- Forum: .NET
- Topic: m_tchart.Series.Clear(); // Garbage collections issues.
- Replies: 6
- Views: 9837
obsolete?
m_tchart.Series.RemoveAllSeries(); // This is not obsolete?
or is it that m_tchart.RemoveAllSeries(); is obsolete.
or is it that m_tchart.RemoveAllSeries(); is obsolete.
- Mon Feb 28, 2005 3:13 pm
- Forum: .NET
- Topic: fastline.Add(x, y) // x is uint[] and y is double[] Exceptio
- Replies: 4
- Views: 7759
Thanks
Ok thank you for you help.
- Mon Feb 28, 2005 2:48 pm
- Forum: .NET
- Topic: Deployment Errors from 1.0.1189.31308 to 1.1.1864.22788
- Replies: 7
- Views: 12143
Confirm
- license.licx is an "Embedded resource" - ComponentXYZ is work correctly. I have never had a problem with it. - "The duplicate TeeChart.TChart line can be removed" Ok I'll do that. - "Be sure to do a full rebuild of the project after any license.licx file modification" I did do a rebuild. - "Is the...
- Mon Feb 28, 2005 2:33 pm
- Forum: .NET
- Topic: m_tchart.Series.Clear(); // Garbage collections issues.
- Replies: 6
- Views: 9837
m_tchart.Series.Clear(); // alone is the problem
m_tchart.Series.Clear(); alone is the problem. If I call only this line the memory does not seem to be reclaimed. I thought this method is supposed to clear and dispose of all series the then remove them from the chart. I does remove them from the chart but memory seems to hang around unless I manal...
- Mon Feb 28, 2005 2:27 pm
- Forum: .NET
- Topic: fastline.Add(x, y) // x is uint[] and y is double[] Exceptio
- Replies: 4
- Views: 7759
Future Plans
Do have any plans to support long[] in the future? Do you have any plans for a Generic Version of this method when the .Net 2.0 Framework is released.
- Sat Feb 26, 2005 12:15 am
- Forum: .NET
- Topic: Deployment Errors from 1.0.1189.31308 to 1.1.1864.22788
- Replies: 7
- Views: 12143
Tried the new version but no luck
I tried the suggestions you made and the new version but I keep getting the same errors. Following is what my license file looked like after adding. Note that there is already another componet listed in the file before TChart and TChart is listed twice for some reason. ComponentXYZ, ComponentXYZ.Net...
- Fri Feb 25, 2005 8:03 pm
- Forum: .NET
- Topic: fastline.Add(x, y) // x is uint[] and y is double[] Exceptio
- Replies: 4
- Views: 7759
fastline.Add(x, y) // x is uint[] and y is double[] Exceptio
I am using a FastLine Series to plot arrays of data. When I try to do fastline.Add(x, y) (where x is uint[] and y is double[]) I get the following: System.NullReferenceException: Object reference not set to an instance of an object. at Steema.TeeChart.Styles.ValueList.CalcStats() at Steema.TeeChart....
- Fri Feb 25, 2005 7:38 pm
- Forum: .NET
- Topic: m_tchart.Series.Clear(); // Garbage collections issues.
- Replies: 6
- Views: 9837
m_tchart.Series.Clear(); // Garbage collections issues.
I am loading very large amounts of data (well over 5MB per array of data) to be displayed. I have a button that I use to clear the chart. When I monitor my App's memory usage it does not seem to be reclaiming all the memory when I clear the chart. Inside my ClearChart() function I call m_tchart.Seri...
- Thu Feb 24, 2005 3:47 pm
- Forum: .NET
- Topic: Deployment Errors from 1.0.1189.31308 to 1.1.1864.22788
- Replies: 7
- Views: 12143
Still having troubles
The registry key you mentioned is present. The license file has the correct information based on Tutorial 17. I have no problems at all compiling and running my app on my devepment machine. I am using Visual Studio .Net 2003, C#, WinXP SP2, English Language for development. I only get the exception ...
- Wed Feb 23, 2005 9:15 pm
- Forum: .NET
- Topic: Deployment Errors from 1.0.1189.31308 to 1.1.1864.22788
- Replies: 7
- Views: 12143
Deployment Errors from 1.0.1189.31308 to 1.1.1864.22788
I upgraded to Version 1.1.1864.22788 from Version 1.0.1189.31308. I have no problems on my development machine but when I deploy my App I get the following exception. Does anyone have any ideas? System.NullReferenceException: Object reference not set to an instance of an object. at Steema.TeeChart.F...