[Mono-bugs] [Bug 80151][Nor] New - [Windows - DataGrid] MakeTransparent OutOfMemoryException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 5 10:36:30 EST 2006


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 monkey at jpobst.com.

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: toshok at ximian.com                            
+ReportedBy: monkey at jpobst.com               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list