Search found 6 matches

by MMS
Wed Aug 11, 2004 4:03 pm
Forum: .NET
Topic: interpolate colorGrid
Replies: 2
Views: 5871

Hi!

Yes, I would like to see your Demo forms.
Please send the examples to
matthias.arzberger@sms-demag.de

Thanks,
MMS.
by MMS
Tue Aug 10, 2004 3:18 pm
Forum: .NET
Topic: interpolate colorGrid
Replies: 2
Views: 5871

interpolate colorGrid

Hi,

is it possible to interpolate a colorGrid?
by MMS
Tue Jun 08, 2004 7:00 am
Forum: .NET
Topic: Error when calling method Styles.Series.Delete(Int32 index)
Replies: 8
Views: 14130

Hi,

sorry for the delay. I have posted a simple project.
I hope it helps you finding the error.

Regards, MMS
by MMS
Fri May 14, 2004 7:01 am
Forum: .NET
Topic: Error when calling method Styles.Series.Delete(Int32 index)
Replies: 8
Views: 14130

Re: System.NullReferenceException at Steema.TeeChart.Styles.

Thank you very much for your advice! Unfortunately both proposals do not help us. @Marjan: we tried it and it does not make any differences, the error still occurs. @Christopher Ireland: the code works fine, but our problem is that we do not produce the lines in a ".net Form class" but in an autonom...
by MMS
Wed May 12, 2004 8:23 am
Forum: .NET
Topic: Error when calling method Styles.Series.Delete(Int32 index)
Replies: 8
Views: 14130

Re: error when calling method Styles.Series.Delete(Int 32)

Thank you so far! Here is the code where the error occurs: #pragma once using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; #using <teechart.dll> na...
by MMS
Mon May 10, 2004 9:50 am
Forum: .NET
Topic: Error when calling method Styles.Series.Delete(Int32 index)
Replies: 8
Views: 14130

Error when calling method Styles.Series.Delete(Int32 index)

Hi everybody, I get a System.NullReferenceException at Steema.TeeChart.Styles.Series.Delete(Int32 index) nearly every time I call the Delete-Method on a Line. The error occurs since I use the registered version of TeeChart, v1.1.1544.23908. With the trial version I had before, v1.0.1197.1065, I had ...