<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : This day is holyday</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : This day is holyday]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:11:05 +0000</pubDate>
  <lastBuildDate>Sun, 06 Aug 2006 02:11:30 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=4710</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[This day is holyday : It will be perfect ! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14719&amp;title=this-day-is-holyday#14719</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 4710<br /><strong>Posted:</strong> 06 August 2006 at 2:11am<br /><br />It will be perfect ! <img src="https://forum.codejock.com/smileys/smiley4.gif" border="0">]]>
   </description>
   <pubDate>Sun, 06 Aug 2006 02:11:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14719&amp;title=this-day-is-holyday#14719</guid>
  </item> 
  <item>
   <title><![CDATA[This day is holyday : In the nearest version we plan...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14641&amp;title=this-day-is-holyday#14641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4710<br /><strong>Posted:</strong> 03 August 2006 at 2:04pm<br /><br />In the nearest version we plan to add a dynamic customization.<br>This would let you to change Header text font, color, background for each day.<br>&nbsp;<br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 14:04:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14641&amp;title=this-day-is-holyday#14641</guid>
  </item> 
  <item>
   <title><![CDATA[This day is holyday : It&amp;#039;s a good idea.  The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14594&amp;title=this-day-is-holyday#14594</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 4710<br /><strong>Posted:</strong> 03 August 2006 at 7:03am<br /><br /><DIV>It's a good idea.</DIV><DIV>&nbsp;</DIV><DIV>The problem is that this indication (cell highlight) is not visible the most of the time and the user can't see that the day is a holyday.</DIV><DIV>&nbsp;</DIV><DIV>A better way would be to be able to change the background and the text of the &nbsp;header of the day that will be always visible during the scrolling of the calendar.</DIV><DIV>&nbsp;</DIV><DIV>Is there a project to have&nbsp;properties to personnalize the header of a day in the next release ?</DIV>]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 07:03:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14594&amp;title=this-day-is-holyday#14594</guid>
  </item> 
  <item>
   <title><![CDATA[This day is holyday : You can catch BeforeDrawDayViewCell...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14590&amp;title=this-day-is-holyday#14590</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4710<br /><strong>Posted:</strong> 03 August 2006 at 6:04am<br /><br />You can catch BeforeDrawDayViewCell event and mark a cell with a requred color (red for holidays for example). See our sample application for how it is implemented for a lunch time:<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub CalendarControl_BeforeDrawDayViewCell(ByVal CellParams As XtremeCalendarControl.CalendarDayViewCellParams)<br>&nbsp;&nbsp;&nbsp; '''... &nbsp;  <br>&nbsp;&nbsp;&nbsp; If TimeValue(CellParams.BeginTime) &gt;= #1:00:00 PM# And TimeValue(CellParams.BeginTime) &lt; #2:00:00 PM# _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And Weekday(CellParams.BeginTime) &lt;&gt; 1 And Weekday(CellParams.BeginTime) &lt;&gt; 7 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CellParams.BackgroundColor = RGB(198, 198, 198)<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 06:04:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14590&amp;title=this-day-is-holyday#14590</guid>
  </item> 
  <item>
   <title><![CDATA[This day is holyday : How is it possible to mark a day...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14587&amp;title=this-day-is-holyday#14587</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 4710<br /><strong>Posted:</strong> 03 August 2006 at 4:08am<br /><br />How is it possible to mark a day for holyday (change the background for the all day, change the header text of the day, ...) ?<DIV>&nbsp;</DIV><DIV>Thanks for a suggestion.</DIV>]]>
   </description>
   <pubDate>Thu, 03 Aug 2006 04:08:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4710&amp;PID=14587&amp;title=this-day-is-holyday#14587</guid>
  </item> 
 </channel>
</rss>