[Mono-bugs] [Bug 76057][Nor] Changed - I changed the button's color
and flat in VS.NET, it can not run under linux
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 24 03:27:55 EDT 2005
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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76057
--- shadow/76057 2005-09-18 18:42:14.000000000 -0400
+++ shadow/76057.tmp.16200 2005-10-24 03:27:55.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76057
Product: Mono: Class Libraries
Version: 1.1
OS: Red Hat 9.0
OS Details: CentOS
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: INCOMPLETE
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: jordi at ximian.com
ReportedBy: hhmmdd at tom.com
QAContact: mono-bugs at ximian.com
@@ -97,6 +97,36 @@
in (wrapper remoting-invoke-with-check) IVR.Editor.MainForm:.ctor (string
[])
in <0x000d6> IVR.Editor.MainForm:Main (System.String[] args)
------- Additional Comments From miguel at ximian.com 2005-09-18 18:42 -------
Could you provide a test case?
+
+------- Additional Comments From peter at novonyx.com 2005-10-24 03:27 -------
+I cannot reproduce this problem. I used winforms/button/swf-
+buttons.exe with the following diff:
+
+@@ -85,6 +88,8 @@
+ // button6
+ //
+ this.button6.FlatStyle =
+System.Windows.Forms.FlatStyle.Flat;
++ this.button6.BackColor = Color.Red;
++ this.button6.ForeColor = Color.Blue;
+ this.button6.Location = new
+System.Drawing.Point(8, 128);
+ this.button6.Name = "button6";
+ this.button6.Size = new System.Drawing.Size
+(480, 24);
+@@ -85,6 +88,8 @@
+ // button6
+ //
+ this.button6.FlatStyle =
+System.Windows.Forms.FlatStyle.Flat;
++ this.button6.BackColor = Color.Red;
++ this.button6.ForeColor = Color.Blue;
+ this.button6.Location = new
+System.Drawing.Point(8, 128);
+ this.button6.Name = "button6";
+ this.button6.Size = new System.Drawing.Size
+(480, 24);
+
More information about the mono-bugs
mailing list