<?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 : Mark Days at Runtine</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Mark Days at Runtine]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 10:49:37 +0000</pubDate>
  <lastBuildDate>Thu, 25 Nov 2010 08:41:09 +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=17589</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[Mark Days at Runtine : Thanks for the reply McKloony,  But...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17589&amp;PID=61551&amp;title=mark-days-at-runtine#61551</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5847">dexatron</a><br /><strong>Subject:</strong> 17589<br /><strong>Posted:</strong> 25 November 2010 at 8:41am<br /><br /><P>Thanks for the reply McKloony,</P><DIV>&nbsp;</DIV><DIV>But I am trying to mark the background color of a selected day, not an event.</DIV><DIV>&nbsp;</DIV><DIV><BR>Greg</DIV>]]>
   </description>
   <pubDate>Thu, 25 Nov 2010 08:41:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17589&amp;PID=61551&amp;title=mark-days-at-runtine#61551</guid>
  </item> 
  <item>
   <title><![CDATA[Mark Days at Runtine :  First you have to selekt the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17589&amp;PID=61528&amp;title=mark-days-at-runtine#61528</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 17589<br /><strong>Posted:</strong> 24 November 2010 at 2:33am<br /><br /><P>&nbsp;</P><P>First you have to selekt the evebt, then you can do what you want with this event:</P><P>&nbsp;</P><P><BR>Private Sub calCont1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)</P><P>Dim TerNr As Long<BR>Dim CaEvt As XtremeCalendarControl.CalendarEvent<BR>Dim CaEvs As XtremeCalendarControl.CalendarEvents<BR>Dim CaHit As XtremeCalendarControl.CalendarHitTestInfo<BR>Dim ViEvt As XtremeCalendarControl.CalendarViewEvent<BR>Dim ViEvs As XtremeCalendarControl.CalendarViewEvents</P><P>If Button = vbRightButton Then</P><P><BR>Set ViEvs = CaCol.ActiveView.GetSelectedEvents<BR>For Each ViEvt In ViEvs<BR>&nbsp;&nbsp;&nbsp; If ViEvt.Selected = True Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ViEvt.Selected = False<BR>&nbsp;&nbsp;&nbsp; End If<BR>Next ViEvt</P><P>Set CaHit = CaCol.ActiveView.HitTest<BR>If Not CaHit.HitCode = xtpCalendarHitTestDayViewTimeScale Then<BR>&nbsp;&nbsp;&nbsp; If Not CaHit.HitCode = xtpCalendarHitTestUnknown Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Not CaHit.ViewEvent Is Nothing Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TerNr = CaHit.ViewEvent.Event.id<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TerNr = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TerNr = 0<BR>&nbsp;&nbsp;&nbsp; End If<BR>Else<BR>&nbsp;&nbsp;&nbsp; TerNr = 0<BR>End If</P><P>If TerNr &gt; 0 Then<BR>&nbsp;&nbsp;&nbsp; CaHit.ViewEvent.Selected = True<BR>&nbsp;&nbsp;&nbsp; CaCol.Populate<BR>End If</P><DIV><BR>End If</DIV><P>End Sub</P>]]>
   </description>
   <pubDate>Wed, 24 Nov 2010 02:33:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17589&amp;PID=61528&amp;title=mark-days-at-runtine#61528</guid>
  </item> 
  <item>
   <title><![CDATA[Mark Days at Runtine : Hi,   In the month view I am...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17589&amp;PID=61508&amp;title=mark-days-at-runtine#61508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5847">dexatron</a><br /><strong>Subject:</strong> 17589<br /><strong>Posted:</strong> 23 November 2010 at 9:27am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>In the month view I am trying to figure out how to mark days with a different background color when a user right-clicks on a day and selects 'Mark or Unmark Day'</DIV><DIV>&nbsp;</DIV><DIV>I've set BeforeDrawThemeObjectFlags to true</DIV><DIV>&nbsp;</DIV><DIV>but am not sure if BeforeDrawDayViewCell is the place to put the code and even how to properly capture the current day.</DIV><DIV>&nbsp;</DIV><DIV>Any help appreciated, Greg</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 23 Nov 2010 09:27:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17589&amp;PID=61508&amp;title=mark-days-at-runtine#61508</guid>
  </item> 
 </channel>
</rss>