Search found 6 matches

by C282304
Tue Mar 10, 2009 2:37 pm
Forum: .NET
Topic: Stack overflow when clicked on the Themes tab in the Editor
Replies: 11
Views: 13216

Thanks for all the help. For now I am going to disable the themes tab. So this issue can be considered closed. Going forward it seems the serialization code could use some improvement. If the inherited class does not want to be serialized or some objects inside the inherited series class want to be ...
by C282304
Mon Mar 09, 2009 8:36 pm
Forum: .NET
Topic: Stack overflow when clicked on the Themes tab in the Editor
Replies: 11
Views: 13216

I am going to look into how to serialize my custome series.

Is there a way to disable the themes tab in the Chart Editor through code?

Thanks
by C282304
Fri Mar 06, 2009 5:06 pm
Forum: .NET
Topic: Stack overflow when clicked on the Themes tab in the Editor
Replies: 11
Views: 13216

Thanks a lot for your prompt help. I upgraded to V3 and use the register service call as mentioned in the article. That solved my out bounds error in the Series tab in the chart editor. I am still having problem with the Themes tab though. I went and removed as much as possible - all my public prope...
by C282304
Fri Mar 06, 2009 3:18 pm
Forum: .NET
Topic: Stack overflow when clicked on the Themes tab in the Editor
Replies: 11
Views: 13216

Thanks for the help. Version 3 requires .NET 3.0, is that right? If so we have no plans to upgrade to .NET 3.0 until later in the year. In the earlier post your support person has suggested changing the source code for version 2. Is there any way we can get that done? Either you can build it for us ...
by C282304
Thu Mar 05, 2009 4:46 pm
Forum: .NET
Topic: Stack overflow when clicked on the Themes tab in the Editor
Replies: 11
Views: 13216

still a problem after update

I did update the version to 2.0.3309.32489. But the problem still exists. Here is another behavior that may give you a clue that something is wrong with my series. May be you can isolate it I have a Series class inheriting from FastLine. In the dialog box that shows up as a result of calling ShowEdi...
by C282304
Wed Mar 04, 2009 5:04 pm
Forum: .NET
Topic: Stack overflow when clicked on the Themes tab in the Editor
Replies: 11
Views: 13216

Stack overflow when clicked on the Themes tab in the Editor

I am using the ShowEditor method to display the chart settings at run time. When I click on the Themes tab I get the stack overflow exception. I also get index out of bounds when I click on the Series tab but it continues. The best I can tell is that it is trying to serialize my business objects and...