[Mono-bugs] [Bug 79129][Nor] New - MONO_THEME, buttons images are not displayed

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 21 09:45:37 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 greblus at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79129

--- shadow/79129	2006-08-21 09:45:37.000000000 -0400
+++ shadow/79129.tmp.16734	2006-08-21 09:45:37.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 79129
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Ubuntu Dapper, mono-1.1.16.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: greblus at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MONO_THEME, buttons images are not displayed
+
+Description of Problem:
+
+If I choose a theme, e.g. MONO_THEME=clearlooks, buttons images are not
+displayed when I set them this way:
+
+Button b = new Button();
+b.Image = Image.FromFile("folder-open.png");
+
+or:
+
+ImageList il = new ImageList();
+il.Images.Add(Image.FromFile("folder-open.png"));
+b.ImageList = il;
+
+(b.BackgroundImage doesn't seem to work too, doesn't matter if the theme is
+set or not)
+
+Steps to reproduce the problem:
+1. export MONO_THEME=clearlooks (or some other)


More information about the mono-bugs mailing list