Hi all,
I think I ran into a coloring problem with VAX. Here is a screenshot:
The code is in C#; the current class derives from System.Web.UI.WebControls.Calendar. The members TitleStyle, SelectedDayStyle, TodayStyle, etc. are all members of the base class, yet, one of them is colored differently than the others.
Here is the actual code:
public class SGCalendar : System.Web.UI.WebControls.Calendar
{
protected override void OnInit ( EventArgs e )
{
base.OnInit ( e );
TitleStyle.CssClass = "CalendarTitle";
TodayDayStyle.CssClass = "CalendarToday";
NextPrevStyle.CssClass = "CalendarNextPrev";
SelectedDayStyle.CssClass = "CalendarSelectedDay";
}
}
VAX info:
VA_X.dll file version 10.3.1539.0 built 2006.10.12
Licensed to:
VA X: gbozoki@... Support ends 2007.08.19
<snipped>
VAOpsWin.dll version 1.3.3.6
VATE.dll version 1.0.5.8
DevEnv.exe version 8.0.50727.42
msenv.dll version 8.0.50727.42
Font: Courier New 13(Pixels)
Comctl32.dll version 6.0.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors