Search found 11 matches

by VESCON
Wed Mar 07, 2007 10:56 am
Forum: .NET
Topic: Memory Leak in TeeChart Pocket OnPaint !
Replies: 11
Views: 17591

Hi,
You should use LinePen.Width as done in your example project but this doesn't work. It is a bug and I've added it to our defect list (TF02011400) to be fixed for future releases.
When will this Bug be fixed :roll:

ciao Thomas
by VESCON
Fri Dec 08, 2006 9:15 am
Forum: .NET
Topic: TeeChart for Compact Framework: JPEG export
Replies: 5
Views: 6787

It doesen't work, because the classes 'ImageCodecInfo', 'EncoderParameters' etc. does not exist in CompactFramework :(
by VESCON
Thu Nov 16, 2006 8:23 am
Forum: .NET
Topic: TeeChart for Compact Framework: JPEG export
Replies: 5
Views: 6787

Hi,

many Thanks, i will try it ;)
by VESCON
Wed Nov 15, 2006 11:39 am
Forum: .NET
Topic: TeeChart for Compact Framework: JPEG export
Replies: 5
Views: 6787

TeeChart for Compact Framework: JPEG export

Hi,

it is possible to export the current TeeChart as a JPEG file (for TeeChart.Pocket)?
We want to display the current Chart in a WebPage!

The bitmap function have i found...
by VESCON
Mon Jul 17, 2006 12:01 pm
Forum: .NET
Topic: Memory Leak in TeeChart Pocket OnPaint !
Replies: 11
Views: 17591

Hi,

i have now istalled the DebugBuild from 9. June (v2.0.50727). Now it seems that the memory bug is fixed!
But the 'LinePen.Width' remained not working.


ciao Thomas
by VESCON
Fri May 12, 2006 7:43 am
Forum: .NET
Topic: Memory Leak in TeeChart Pocket OnPaint !
Replies: 11
Views: 17591

Hi Narcís, You should use LinePen.Width as done in your example project Yes, that's what i mean ;) Have you tested the example project you posted in a non-Beckhoff Windows CE device? Yes, now i have tested it on an LXE Barcode-Scanner with the same OS (Windows CE 5.0 Build 1400) and the Bug is also ...
by VESCON
Wed May 10, 2006 7:08 am
Forum: .NET
Topic: Memory Leak in TeeChart Pocket OnPaint !
Replies: 11
Views: 17591

Hi,

I have now installed the new Version of TeeChart(V2.0.2306.2631) and the bug is still present!

BTW: What about the LineWidth Property ? Is it implemented on the Pocket-Version ? We want to show the importent lines in another linewidth, but it doesn't work!

ciao Thomas
by VESCON
Thu Mar 23, 2006 8:32 am
Forum: .NET
Topic: Memory Leak in TeeChart Pocket OnPaint !
Replies: 11
Views: 17591

Hi, yes, i hope ;) Here the Problem: We use a beckoff embedded PC CX1000-XXXX (http://www.beckhoff.de/) on witch runs WindowsCE 5.0. Our application monitors water levels of differnt watergates. This application runs 24 hours a day and 7 days a week. This application is developed with VS2005(C#). We...
by VESCON
Thu Mar 16, 2006 8:30 am
Forum: .NET
Topic: Memory Leak in TeeChart Pocket OnPaint !
Replies: 11
Views: 17591

Memory Leak in TeeChart Pocket OnPaint !

Hi, I have detected a memory leak in the OnPaint method on the TeeChart Pocket Version. When i disable the painting with overwriting the OnPaint method, the memory does not grow up. I always have constant number of points (before addind a new point, i remove the oldest point.) // Form1.cs-----------...
by VESCON
Wed Mar 08, 2006 2:47 pm
Forum: .NET
Topic: TeeChart for Compact Framework Problem
Replies: 2
Views: 4555

I have found a smal workaroud for this problem! Perhaps it may be useful for others :wink: /***************************************************************************** (C) Copyright by VESCON GmbH Module : TeeChartEx.cs SCCS : $Archive: $ $Revision: $ Author : TJo Date : 08.03.2006 Last Change : $...
by VESCON
Wed Mar 08, 2006 2:05 pm
Forum: .NET
Topic: TeeChart for Compact Framework Problem
Replies: 2
Views: 4555

TeeChart for Compact Framework Problem

Current Version of TeeChart - Pocket flicker heavy after adding a point into a serie (fastline!). Is there a solution to avoid this flicker ? In the earlyer versions this problem does't occur! Here my code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Dat...