Rank: Newbie Groups: Member
Joined: 4/24/2008 Posts: 6
|
I have the Calendar setup up to display 3 months in a row. I have been using this tool for months with no issues. Today, the current date stopped highlighting. In design mode it is highlighted. In runtime it is not. I am using VS 2008 EE, and codebehind is VB. Here is the tool source:
<eo:Calendar ID="Calendar4" runat="server" ControlSkinID="None" DayCellHeight="16" DayCellWidth="22" DayHeaderFormat="Short" DisabledDates="" MonthColumns="3" MonthSelectorVisible="True" SelectedDates="" TitleLeftArrowDownImageUrl="00040103" TitleLeftArrowImageUrl="00040101" TitleRightArrowDownImageUrl="00040104" TitleRightArrowImageUrl="00040102" VisibleDate="2008-05-01" WeekSelectorVisible="True" SwapStyle="None" MonthGridLineVisible="True"><SelectedDayStyle CssText="FONT-SIZE: 8pt; FONT-FAMILY: Tahoma; background-image:url('00040105');color:white;" /><MonthStyle CssText="MARGIN: 0px 4px; cursor:hand" /><CalendarStyle CssText="border-bottom-color:Black;border-bottom-style:solid;border-bottom-width:1px;border-left-color:Black;border-left-style:solid;border-left-width:1px;border-right-color:Black;border-right-style:solid;border-right-width:1px;border-top-color:Black;border-top-style:solid;border-top-width:1px;padding-bottom:5px;padding-left:5px;padding-right:5px;padding-top:5px;background-color:white" /><DayStyle CssText="FONT-SIZE: 8pt; FONT-FAMILY: Tahoma; text-decoration:none" /><DisabledDayStyle CssText="FONT-SIZE: 8pt; FONT-FAMILY: Tahoma; COLOR: gray" /><TodayStyle CssText="background-image:url('00040106');" /><TitleStyle CssText="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; PADDING-BOTTOM: 3px; COLOR: white; PADDING-TOP: 3px; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #0054e3" /><FooterTemplate><div style="FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Tahoma""><img src="{img:00040106}"> Today: {var:today:MM/dd/yyyy} </img></div></FooterTemplate><DayHeaderStyle CssText="FONT-SIZE: 11px; COLOR: #0054e3; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: Tahoma" /><DayHoverStyle CssText="FONT-SIZE: 8pt; FONT-FAMILY: Tahoma; text-decoration:underline" /></eo:Calendar>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Your Calendar looks fine. Most likely it has to do with your permission settings: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1401Thanks
|