Page 1 of 1

Silverlight: Error in FibonacciTool and DrawLine

Posted: Fri Jul 24, 2009 4:43 am
by 13051589
Hi,
I am getting following error while working with FibonacciTool and DrawLine in our silverlight application.

System.StackOverflowException was unhandled
Message: An unhandled exception of type 'System.StackOverflowException' occurred in Unknown Module.


Code: Drawline
this.drawLine1 = new Steema.TeeChart.Silverlight.Tools.DrawLine();
this.drawLine1.Active = true;
this.drawLine1.EnableDraw = true;
this.drawLine1.EnableSelect = true;

this.DemoChart.Tools.Add(this.drawLine1);
this.drawLine1.NewLine += new Steema.TeeChart.Silverlight.Tools.DrawLineEventHandler(this.drawLine1_NewLine);
this.drawLine1.Select += new Steema.TeeChart.Silverlight.Tools.DrawLineEventHandler(this.drawLine1_Select);

Code: FibonacciTool
this.fibonacciTool1 = new Steema.TeeChart.Silverlight.Tools.FibonacciTool();
this.DemoChart.Tools.Add(this.fibonacciTool1);
fibonacciTool1.StartX = line.XValues[0];
fibonacciTool1.StartY = line.YValues[0];
fibonacciTool1.EndX = line.XValues[3];
fibonacciTool1.EndY = line.YValues[3];

Please suggest solution on the above error.

Thanks & Regards,
Kapil Pardeshi

Re: Silverlight: Error in FibonacciTool and DrawLine

Posted: Fri Jul 24, 2009 11:44 am
by narcis
Hi Kapil,

I have been able to reproduce the issue here and added it (TW24014305) to the defect list to be fixed for next releases.

Re: Silverlight: Error in FibonacciTool and DrawLine

Posted: Mon Jul 27, 2009 6:45 am
by 13051589
Hi Narcis,

WHich release wil this fix be a part of ? The ability to drawlines and fibonacci is part of our (must have) requirements .Please advise.

thanks,
Aniket

Re: Silverlight: Error in FibonacciTool and DrawLine

Posted: Mon Jul 27, 2009 8:51 am
by narcis
Hi Aniket,

I'm not able to provide an estimate date for now. I recommend you to be aware at this forum or subscribe to our RSS news feed for new release announcements and what's fixed and included on them.

Thanks in advance.