[Mono-bugs] [Bug 78719][Nor] New - Visual problem with Transparent BackColor attribute
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jun 28 10:37:51 EDT 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 daniel.baeyens at hispalinux.es.
http://bugzilla.ximian.com/show_bug.cgi?id=78719
--- shadow/78719 2006-06-28 10:37:50.000000000 -0400
+++ shadow/78719.tmp.20993 2006-06-28 10:37:50.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 78719
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: daniel.baeyens at hispalinux.es
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Visual problem with Transparent BackColor attribute
+
+Looking inside a VB.net application, I've discovered that Transparent
+BackColor doesn't render correctly.
+
+On Windows .NET applications, if you set a label BackColor as Transparent,
+the background of that label turns transparent, so the elements behind it
+can be seen.
+
+On mono .NET applications, if you set a label BackColor as Transparent, the
+background seems to go transparent until the back of the application and it
+makes a weird effect with the desktop background.
+
+I think that the transparent background should work as the first one. I've
+tested it under mono 1.1.13, so maybe it could be fixed on last commits :P
+
+I've added a sample code in VB which can be compiled with:
+mbas -m:Form1 -r:System.Windows.Forms -r:System.Drawing Form1.vb
More information about the mono-bugs
mailing list