<?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 : Rendering Calendar Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Rendering Calendar Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 07:09:03 +0000</pubDate>
  <lastBuildDate>Sun, 08 Jul 2007 05:34:29 +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=7501</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[Rendering Calendar Control : For now custom draw inside appointments...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7501&amp;PID=24295&amp;title=rendering-calendar-control#24295</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 7501<br /><strong>Posted:</strong> 08 July 2007 at 5:34am<br /><br />For now custom draw inside appointments is not supported yet.<br><br>However, there is a possibility to add custom icons for each of them in the Office 2007 theme. See our VB sample for more details.<br>&nbsp;<br>You also can add icons bigger then in the sample. The size is not limited, but icon is drawn only if event cell has enough space. <br>&nbsp;<br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Sun, 08 Jul 2007 05:34:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7501&amp;PID=24295&amp;title=rendering-calendar-control#24295</guid>
  </item> 
  <item>
   <title><![CDATA[Rendering Calendar Control : Thanks Serge , After reading...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7501&amp;PID=24201&amp;title=rendering-calendar-control#24201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2865">edtacey</a><br /><strong>Subject:</strong> 7501<br /><strong>Posted:</strong> 04 July 2007 at 6:01pm<br /><br /><P>Thanks Serge ,</P><P>After reading my original post I can see I need to calrify the requirement better.</P><P>What I have is a set of staff resources / schedules in the day view of which I am trying to determine a roster. &nbsp; This is for a reatil point of Sale scheduling system where the user scheduling resources needs to be able to graph by 15 minute intervals instore cash register activity along side the staff&nbsp;roster scheduiles&nbsp;to ensure labour&nbsp;cost and customer service are evenly balanced.</P><DIV>I am aimng to achive this by&nbsp;dedicating &nbsp;one schedule&nbsp;inside the Calendar to display some cash register metrics&nbsp;in each time cell.</DIV><DIV>&nbsp;</DIV><DIV>This I have done before with the report control where for a given report cell I have custom drawn a number of colored boxes to graphically identify metrics relating to that row. In that case I the control raises an event called draw_item for each cell and provides me the facility to then draw some images in the cell.</DIV><DIV>&nbsp;</DIV><DIV>Looking to do the same or the calendar ?</DIV><DIV>&nbsp;</DIV><DIV>Any thoughts ?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 04 Jul 2007 18:01:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7501&amp;PID=24201&amp;title=rendering-calendar-control#24201</guid>
  </item> 
  <item>
   <title><![CDATA[Rendering Calendar Control : Hi,Run a loop for all days in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7501&amp;PID=24198&amp;title=rendering-calendar-control#24198</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 7501<br /><strong>Posted:</strong> 04 July 2007 at 4:29pm<br /><br />Hi,<br><br>Run a loop for all days in your chart, and call RetrieveDayEvents for each day. It will give you numbers and statistics...<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 04 Jul 2007 16:29:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7501&amp;PID=24198&amp;title=rendering-calendar-control#24198</guid>
  </item> 
  <item>
   <title><![CDATA[Rendering Calendar Control : Dear All,    I am currently...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7501&amp;PID=24083&amp;title=rendering-calendar-control#24083</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2865">edtacey</a><br /><strong>Subject:</strong> 7501<br /><strong>Posted:</strong> 02 July 2007 at 2:41am<br /><br />Dear All, <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I am currently using the Calendar control in an existing VB 6 app.</DIV><DIV>I have a desire to graph or overlay box like controls to form a chart like application that shows transaction counts in a given day view for a given schedule.</DIV><DIV>&nbsp;</DIV><DIV>While it may&nbsp; be posisble with API calls and managing each cell I can see no obvious hook for doing this ?</DIV><DIV>&nbsp;</DIV><DIV>Any ideas ?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>cheers</DIV><DIV>edt</DIV>]]>
   </description>
   <pubDate>Mon, 02 Jul 2007 02:41:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7501&amp;PID=24083&amp;title=rendering-calendar-control#24083</guid>
  </item> 
 </channel>
</rss>