[Mono-bugs] [Bug 60249][Cri] Changed - `System.Drawing.Color' does not contain a definition for `Highlight'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 09:43:49 -0400 (EDT)
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 mweichert@wightman.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=60249
--- shadow/60249 2004-06-16 00:15:20.000000000 -0400
+++ shadow/60249.tmp.715 2004-06-16 09:43:49.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60249
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: Gentoo
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Critical
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: mweichert@wightman.ca
QAContact: mono-bugs@ximian.com
@@ -88,6 +88,13 @@
The sample code is wrong. Line 138 needs to be changed to:
Line 138: __ctrl.BorderColor =
System.Drawing.SystemColors.Highlight;
+
+------- Additional Comments From mweichert@wightman.ca 2004-06-16 09:43 -------
+The sampe code is not wrong. This is what vs.net generated in
+windows. I just copied the file to Linux and tried running the same
+file and I got this error. Once I changed 'Highlight' to a different
+color, it worked... but it's still a problem that prevents
+compatibility.