<?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 : No hitcode  by using timeline</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : No hitcode  by using timeline]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 20:01:13 +0000</pubDate>
  <lastBuildDate>Tue, 25 Aug 2009 03:01:50 +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=15011</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[No hitcode  by using timeline : Thank you for information  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15011&amp;PID=52350&amp;title=no-hitcode-by-using-timeline#52350</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3430">Ditte</a><br /><strong>Subject:</strong> 15011<br /><strong>Posted:</strong> 25 August 2009 at 3:01am<br /><br />Thank you for information]]>
   </description>
   <pubDate>Tue, 25 Aug 2009 03:01:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15011&amp;PID=52350&amp;title=no-hitcode-by-using-timeline#52350</guid>
  </item> 
  <item>
   <title><![CDATA[No hitcode  by using timeline : New (13.2 beta)properties for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15011&amp;PID=52303&amp;title=no-hitcode-by-using-timeline#52303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15011<br /><strong>Posted:</strong> 22 August 2009 at 1:27am<br /><br />New (13.2 beta)&nbsp;properties for TimeLineView exposed from MFC to ActiveX - <a href="https://forum.codejock.com/uploads/BetaOCX/CalendarBeta13-2.rar" target="_blank">https://forum.codejock.com/uploads/BetaOCX/CalendarBeta13-2.rar</A><DIV><BR>&nbsp;&nbsp;&nbsp; DATE CalendarControl.TimeLineView.TimeScaleMinTime - get and set<BR>&nbsp;&nbsp;&nbsp; DATE CalendarControl.TimeLineView.TimeScaleMaxTime - only get as set based on Form width!<BR>&nbsp;&nbsp;&nbsp; int CalendarControl.TimeLineView.TimeScaleID- get and set</DIV><DIV>(can be:<BR>xtpTSPID_Day = 1<BR>xtpTSPID_Week = 2<BR>xtpTSPID_Month = 3<BR>xtpTSPID_WorkWeek = 4)<BR><BR><BR></DIV>]]>
   </description>
   <pubDate>Sat, 22 Aug 2009 01:27:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15011&amp;PID=52303&amp;title=no-hitcode-by-using-timeline#52303</guid>
  </item> 
  <item>
   <title><![CDATA[No hitcode  by using timeline : As timeline mode allows to use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15011&amp;PID=52220&amp;title=no-hitcode-by-using-timeline#52220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15011<br /><strong>Posted:</strong> 19 August 2009 at 3:46pm<br /><br />As timeline mode allows to use context menu and passed proper values to EventEditor - sure you can do smth similar: <DIV>&nbsp;</DIV><DIV>Private Sub CalendarControl_ContextMenu(ByVal X As Single, ByVal Y As Single)</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim EventID As Integer<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; Dim HitTest As CalendarHitTestInfo<BR>&nbsp;&nbsp;&nbsp; Set HitTest = CalendarControl.ActiveView.HitTest<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; If Not HitTest.ViewEvent Is Nothing Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set ContextEvent = HitTest.ViewEvent.Event<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'EventID = ContextEvent.Id<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.PopupMenu mnuContexEditEvent<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set ContextEvent = Nothing<BR>&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.PopupMenu mnuContextNewEvent<BR>&nbsp;&nbsp;&nbsp; End If</DIV><DIV>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 15:46:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15011&amp;PID=52220&amp;title=no-hitcode-by-using-timeline#52220</guid>
  </item> 
  <item>
   <title><![CDATA[No hitcode  by using timeline : Hi,it is normal, to get no hitcode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15011&amp;PID=52201&amp;title=no-hitcode-by-using-timeline#52201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3430">Ditte</a><br /><strong>Subject:</strong> 15011<br /><strong>Posted:</strong> 19 August 2009 at 9:37am<br /><br />Hi,<br><br>it is normal, to get no hitcode if I´m in timeline mode.<br>In calandar mode I get back the hitcode (CalendarHitTestCode)<br><br>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 09:37:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15011&amp;PID=52201&amp;title=no-hitcode-by-using-timeline#52201</guid>
  </item> 
 </channel>
</rss>