[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 18:56:19 -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 12:17:24.000000000 -0400
+++ shadow/60249.tmp.24031	2004-06-16 18:56:19.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 60249
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Gentoo
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Critical
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mweichert@wightman.ca               
@@ -100,6 +100,32 @@
 compatibility.
 
 ------- Additional Comments From miguel@ximian.com  2004-06-16 12:17 -------
 Visual Studio is complaiing on my machine.
 
 Does this program run on Windows?
+
+------- Additional Comments From mweichert@wightman.ca  2004-06-16 18:56 -------
+Yeah, this is the code that vs.net generated and it works perfectly 
+on Windows .NET:
+
+<asp:Calendar id="Calendar1" runat="server" BackColor="White" 
+ForeColor="Gray" BorderStyle="Solid"
+							
+	BorderColor="Highlight">
+							
+	<TodayDayStyle ForeColor="Navy" 
+BackColor="LightSteelBlue"></TodayDayStyle>
+							
+	<DayStyle BackColor="White"></DayStyle>
+							
+	<DayHeaderStyle BackColor="Transparent"></DayHeaderStyle>
+							
+	<SelectedDayStyle ForeColor="Navy" 
+BackColor="Transparent"></SelectedDayStyle>
+							
+	<TitleStyle ForeColor="AliceBlue" 
+BackColor="SteelBlue"></TitleStyle>
+							
+	<WeekendDayStyle BackColor="White"></WeekendDayStyle>
+						
+	</asp:Calendar>