OutOfMemoryException CustomLabels

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
johnk
Newbie
Newbie
Posts: 31
Joined: Thu Jun 23, 2005 4:00 am

Post by johnk » Mon Jun 19, 2006 4:56 pm

The original post from you on Wed May 24, 2006 9:19 pm proposed the fix in the Clear method not in the InternalDrawLabel.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Jun 20, 2006 7:45 am

Hi johnk,

I sent you an e-mail with that solution on 26th May 2006 together with TeeChart and TeeChart.Languages assemblies built in release mode with the fix already applied.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

johnk
Newbie
Newbie
Posts: 31
Joined: Thu Jun 23, 2005 4:00 am

Post by johnk » Tue Jun 20, 2006 8:11 pm

My apologies. You did send me a fix for this in May and it was implemented in the InternalDrawLabel.
We implemented the reflection fix because we were too close to our release to changed teechart versions.

Any news on when the source version will be updated?

Thanks again for you quick responses.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jun 21, 2006 8:43 am

Hi johnk,

Don't worry!

I've just sent you correct Axis.cs version and we are going to arrange a source code release in the next few days.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

rp
Newbie
Newbie
Posts: 10
Joined: Wed May 31, 2006 12:00 am

Solution until official release build?

Post by rp » Tue Jul 11, 2006 6:32 pm

Hello,

I was wondering if there was a solution to this problem that I could fix the problem without having the source code.

The problem I have is that we are experiencing the same issue with an OutOfMemoryException. We discovered this problem at a verification stage very close to our deadline. We are a little concerned about taking a debug build to ship to customer or even to perform testing with it but at the same time, we need to have the problem fixed. I tried the following statement before drawing the points but it doesn't seem to help:

Code: Select all

this.Axes.Bottom.Labels.Items.Clear()
Is there anything I could do without having the Source Code, to fix the issue?

Do you know when you expect the next release build to be available?

Thank you,

Yannick

johnk
Newbie
Newbie
Posts: 31
Joined: Thu Jun 23, 2005 4:00 am

Post by johnk » Tue Jul 11, 2006 7:52 pm

Look back to my second post on 23 Jun 2005. We had to use reflection to get to the arraylist.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jul 12, 2006 8:02 am

Hi yb,

As I said previously in this thread this is already fixed in the latest debug build available at our customer area. Anyway, a new maintenance release is expected to be out during next week.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply