[Mono-bugs] [Bug 61957][Wis] Changed - Problems with GDIPlus
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 2 Aug 2004 10:43:42 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gmendes@interserv.com.br.
http://bugzilla.ximian.com/show_bug.cgi?id=61957
--- shadow/61957 2004-08-02 05:16:41.000000000 -0400
+++ shadow/61957.tmp.25461 2004-08-02 10:43:42.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 61957
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 7.3
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Sys.Drawing.
AssignedTo: rkumar@novell.com
ReportedBy: gmendes@interserv.com.br
@@ -264,6 +264,36 @@
$ cvs -z3 co libgdiplus
I would appreciate, if you let me know the results this time.
Thanks!
+
+------- Additional Comments From gmendes@interserv.com.br 2004-08-02 10:43 -------
+The code above worked with your fix, thanks. Although it worked out I
+think there are other errors because I've changed the chart type from
+Pie to Line/Bar and a new error happened as follows:
+
+
+Unhandled Exception: System.NotImplementedException: Feature not
+implemented.
+in <0x001b9> System.Drawing.GDIPlus:CheckStatus (System.Drawing.Status)
+in <0x00034> System.Drawing.Pen:set_EndCap
+(System.Drawing.Drawing2D.LineCap)
+in <0x00052> (wrapper remoting-invoke-with-check)
+System.Drawing.Pen:set_EndCap (System.Drawing.Drawing2D.LineCap)
+in <0x01e51>
+Dundas.Charting.WebControl.ChartGraphics3D:Fill3DRectangle
+(System.Drawing.RectangleF,single,single,Dundas.Charting.WebControl.Matrix3D,Dundas.Charting.WebControl.LightStyle,System.Drawing.Color,single,single,Dundas.Charting.WebControl.ChartHatchStyle,string,Dundas.Charting.WebControl.ChartImageWrapMode,System.Drawing.Color,Dundas.Charting.WebControl.ChartImageAlign,Dundas.Charting.WebControl.GradientType,System.Drawing.Color,System.Drawing.Color,int,Dundas.Charting.WebControl.ChartDashStyle,System.Drawing.Drawing2D.PenAlignment,Dundas.Charting.WebControl.BarDrawingStyle,bool,Dundas.Charting.WebControl.DrawingOperationType)
+in <0x000fa>
+Dundas.Charting.WebControl.ChartGraphics3D:Fill3DRectangle
+(System.Drawing.RectangleF,single,single,Dundas.Charting.WebControl.Matrix3D,Dundas.Charting.WebControl.LightStyle,System.Drawing.Color,Dundas.Charting.WebControl.ChartHatchStyle,string,Dundas.Charting.WebControl.ChartImageWrapMode,System.Drawing.Color,Dundas.Charting.WebControl.ChartImageAlign,Dundas.Charting.WebControl.GradientType,System.Drawing.Color,System.Drawing.Color,int,Dundas.Charting.WebControl.ChartDashStyle,System.Drawing.Drawing2D.PenAlignment,Dundas.Charting.WebControl.DrawingOperationType)
+in <0x011c7> Dundas.Charting.WebControl.ChartArea3D:DrawArea3DScene
+(Dundas.Charting.WebControl.ChartGraphics,System.Drawing.RectangleF)
+in <0x018c5> Dundas.Charting.WebControl.ChartArea:PaintAreaBack
+(Dundas.Charting.WebControl.ChartGraphics,System.Drawing.RectangleF,bool)
+in <0x0056e> Dundas.Charting.WebControl.ChartArea:Paint
+(Dundas.Charting.WebControl.ChartGraphics)
+in <0x01fc5> Dundas.Charting.WebControl.ChartPicture:Paint
+(System.Drawing.Graphics,bool,bool,System.Xml.XmlTextWriter,string,bool,bool)
+
+Should I open a new bug related with this new error message?