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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80151 --- shadow/80151 2006-12-05 10:36:30.000000000 -0500 +++ shadow/80151.tmp.18735 2006-12-05 10:36:30.000000000 -0500 @@ -0,0 +1,28 @@ +Bug#: 80151 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [Windows - DataGrid] MakeTransparent OutOfMemoryException + +The lines in DataGrid.cs: +- back_button_image.MakeTransparent (Color.Transparent); +- parent_rows_button_image.MakeTransparent (Color.Transparent); + +cause an OutOfMemoryException when doing a new DataGrid () on Windows. The +root problem is more likely related to resources, as just loading up a +bitmap from a file and calling MakeTransparent on it works fine. + +In the short run, we can comment out these two lines in DataGrid to get it +working, however, in the long run, we need to figure out the resources issue. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
