Hallo Sandra,
thank you for the workaround, it works the memory is still the same after 10 min
Thank you
Search found 8 matches
- Thu May 26, 2011 11:33 am
- Forum: .NET
- Topic: Memory Leak in Pocket PC Version
- Replies: 10
- Views: 7838
- Wed May 25, 2011 6:51 am
- Forum: .NET
- Topic: Memory Leak in Pocket PC Version
- Replies: 10
- Views: 7838
Re: Memory Leak in Pocket PC Version
Hallo Sandra,
the first project crushed after 9 min with OutofMemory. The second doesn´t run because I use the "Ger Windows Mobile 5.0 Pocekt PC R2 Emulator" and the compact framework can´t update.
I use the TeeChart version 4.1.2011.4192
with the runtime version v2.0.50727
Thanks,
the first project crushed after 9 min with OutofMemory. The second doesn´t run because I use the "Ger Windows Mobile 5.0 Pocekt PC R2 Emulator" and the compact framework can´t update.
I use the TeeChart version 4.1.2011.4192
with the runtime version v2.0.50727
Thanks,
- Tue May 24, 2011 10:51 am
- Forum: .NET
- Topic: Memory Leak in Pocket PC Version
- Replies: 10
- Views: 7838
Re: Memory Leak in Pocket PC Version
I have try to run the sample with the "GER Windows Mobile 5.0 Pocket PC Emulator" but after the synchronation with the PC. An error appears that the Version of Microsoft .Net Compact Framework not correct is. I don`t know why this emulator doesn´t work. The Emulator "Ger Windows Mobile 5.0 Smartphon...
- Mon May 23, 2011 6:59 am
- Forum: .NET
- Topic: Memory Leak in Pocket PC Version
- Replies: 10
- Views: 7838
Re: Memory Leak in Pocket PC Version
PS: I run the program alone (only I open the window "properties => storage" to see the RAM status.
I measured the 9 min with my watch and the error is reproduceable.
I measured the 9 min with my watch and the error is reproduceable.
- Mon May 23, 2011 6:53 am
- Forum: .NET
- Topic: Memory Leak in Pocket PC Version
- Replies: 10
- Views: 7838
Re: Memory Leak in Pocket PC Version
Hallo Narcis, I use the Visual Studio 2008 Professional Edition, with the Pocket PC 2003 SE-Emulator, with 64 MB RAM. I modified the Emulator that the video output are 640 x 480 Pixel, the same as my device. After 9 min the program has an OutOfMemory Exception in the line “tChart1.Clear()” the first...
- Fri May 20, 2011 9:25 am
- Forum: .NET
- Topic: Memory Leak in Pocket PC Version
- Replies: 10
- Views: 7838
Memory Leak in Pocket PC Version
Hallo everybody, I have a problem with the memory in the pocket Pc Version. Every second i update the chart, eventually with another chart typ (line, bar, ...): private Timer timer = new Timer(); public Form1() { InitializeComponent(); InitializeChart(); } Steema.TeeChart.Styles.Line line1; private ...
- Thu May 19, 2011 1:06 pm
- Forum: .NET
- Topic: Refresh of Pocket PC Version
- Replies: 3
- Views: 3507
Re: Refresh of Pocket PC Version
Hallo, I find the wrong code. Steema.TeeChart.Styles.Line line1; private void InitializeChart() { tChart1.Legend.Visible = false; tChart1.Aspect.View3D = false; line1 = new Steema.TeeChart.Styles.Line(tChart1.Chart); line1.FillSampleValues(); tChart1.DoubleClick += new EventHandler(tChart1_DoubleCli...
- Tue May 17, 2011 7:24 am
- Forum: .NET
- Topic: Refresh of Pocket PC Version
- Replies: 3
- Views: 3507
Refresh of Pocket PC Version
Hallo, I have a problem with the refresh of an chart. After I fill the chart with new data the old one are still visible. The operator chart.Refresh() doesn`t work. The only workaround is to minimize the chart, original Size => chart Size(0, 0) => original Size, to draw the new one correctly. I foun...