From: SourceForge.net <no...@so...> - 2009-12-18 22:39:57
|
Bugs item #1630597, was opened at 2007-01-08 08:42 Message generated for change (Comment added) made by jamcquay You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1630597&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.9.2 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Jamie McQuay (jamcquay) Summary: Overflow error when zooming to much Initial Comment: When you zoom in too much, you end up with a Overflow exception. Just open a graph with zoom enabled. Drag a box from left to right, and the height as small as posible - repeat until error. Stack-trace: at System.Drawing.Graphics.CheckErrorStatus(Int32 status) at System.Drawing.Graphics.FillPolygon(Brush brush, PointF[] points, FillMode fillMode) at System.Drawing.Graphics.FillPolygon(Brush brush, PointF[] points) at NPlot.FilledRegion.Draw(Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis) at NPlot.PlotSurface2D.Draw(Graphics g, Rectangle bounds) at NPlot.Windows.PlotSurface2D.Draw(Graphics g, Rectangle bounds) at NPlot.Windows.PlotSurface2D.DoPaint(PaintEventArgs pe, Int32 width, Int32 height) at NPlot.Windows.PlotSurface2D.OnPaint(PaintEventArgs pe) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ---------------------------------------------------------------------- >Comment By: Jamie McQuay (jamcquay) Date: 2009-12-18 17:39 Message: Zoom interaction was crashing when zooming in multiple times... Now checking if the graphics extends before allowing the update ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-07-17 09:17 Message: Logged In: NO Handle the PlotSurface2D.PreRefresh event and check the worldmin / worldmax / worldlength properties of x- and y-axes. ---------------------------------------------------------------------- Comment By: Satya Puvvada (satyasmiles2000) Date: 2008-02-26 01:47 Message: Logged In: YES user_id=2012175 Originator: NO This is happening in LinePlot too. When I zoomin to the lowest level, this is happening. I guess problem could be with Transform. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1630597&group_id=161868 |