<?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 : Tooltip for Allday Event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Tooltip for Allday Event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 17:43:24 +0000</pubDate>
  <lastBuildDate>Thu, 07 May 2009 13:10:19 +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=14102</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[Tooltip for Allday Event : Sure you not blind - this feature...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48767&amp;title=tooltip-for-allday-event#48767</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14102<br /><strong>Posted:</strong> 07 May 2009 at 1:10pm<br /><br />Sure you not blind - this feature is coming in 13.1]]>
   </description>
   <pubDate>Thu, 07 May 2009 13:10:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48767&amp;title=tooltip-for-allday-event#48767</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip for Allday Event : But it seems that I&amp;#039;m blind....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48654&amp;title=tooltip-for-allday-event#48654</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5169">JDZA</a><br /><strong>Subject:</strong> 14102<br /><strong>Posted:</strong> 05 May 2009 at 9:08am<br /><br />But it seems that I'm blind. I can't find this feature. <img src="https://forum.codejock.com/smileys/smiley3.gif" border="0"><DIV>&nbsp;</DIV><DIV>Ian&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 05 May 2009 09:08:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48654&amp;title=tooltip-for-allday-event#48654</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip for Allday Event : Now this feature supported on...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48561&amp;title=tooltip-for-allday-event#48561</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14102<br /><strong>Posted:</strong> 02 May 2009 at 6:55pm<br /><br />Now this feature supported on Core level - without client code to use. You just need to set once e.g.&nbsp; <DIV><FONT size=2><P><FONT color=#000000>CalendarCtrl.CustomFormat4Tooltip&nbsp;= </FONT></FONT><FONT size=2><FONT color=#000000>" My subject = &lt;SUBJ&gt; @ &lt;TIME&gt; in &lt;LOC&gt; with &lt;BODY&gt;"</FONT></P><DIV><FONT color=#000000>and &lt;TAG&gt; will replaced by specific value for event and fillers (like "My subject =" ) can be used to make all tooltip better looking (if you want it)</FONT></DIV><DIV>You can use tags in any order and also use one some of tags or one. This "CustomFormat4Tooltip" will overwrite other modes and show tooltip for each variable source of info (All Day, Multi Days and so on)</FONT></DIV></DIV>]]>
   </description>
   <pubDate>Sat, 02 May 2009 18:55:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48561&amp;title=tooltip-for-allday-event#48561</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip for Allday Event : Hello JDZA,  You can show tooltip...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48268&amp;title=tooltip-for-allday-event#48268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 14102<br /><strong>Posted:</strong> 23 April 2009 at 3:07am<br /><br />Hello JDZA,<DIV>&nbsp;</DIV><DIV>You can show tooltip for allday event.</DIV><DIV>&nbsp;</DIV><DIV>Below a sample with different cases for tooltip:</DIV><DIV>&nbsp;</DIV><DIV>* AllDay Event: tooltip show only Subject</DIV><DIV>* other Event: tooltip show StartTime-EndTime and Subject</DIV><DIV>* no Event: tooltip show StartTime</DIV><DIV>&nbsp;</DIV><DIV>---------------------------------------------------------------------------</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CalendarControl_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)<BR>Dim HitTest As CalendarHitTestInfo<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; Set HitTest = CalendarControl.ActiveView.HitTest<BR>&nbsp;&nbsp;&nbsp; If Not HitTest.ViewEvent Is Nothing Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If HitTest.ViewEvent.Event.AllDayEvent Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CalendarControl.ToolTipText = HitTest.ViewEvent.Event.Subject<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CalendarControl.ToolTipText = JustTime(HitTest.ViewEvent.Event.StartTime) &amp; "-" &amp; JustTime(HitTest.ViewEvent.Event.EndTime) &amp; " " &amp; HitTest.ViewEvent.Event.Subject<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CalendarControl.ToolTipText = JustTime(HitTest.HitDateTime)<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>Private Function JustTime(Dt As Date) As String<BR>&nbsp;&nbsp;&nbsp; JustTime = Format(Dt, "hh:nn")<BR>End Function</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 23 Apr 2009 03:07:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48268&amp;title=tooltip-for-allday-event#48268</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip for Allday Event : Hi,   is there a way to enable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48230&amp;title=tooltip-for-allday-event#48230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5169">JDZA</a><br /><strong>Subject:</strong> 14102<br /><strong>Posted:</strong> 22 April 2009 at 6:56am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>is there a way to enable the tooltip, when the event is an alldayevent? I get only Tooltips for the non-alldayevents.</DIV><DIV>&nbsp;</DIV><DIV>Greetings</DIV><DIV>Ian</DIV>]]>
   </description>
   <pubDate>Wed, 22 Apr 2009 06:56:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14102&amp;PID=48230&amp;title=tooltip-for-allday-event#48230</guid>
  </item> 
 </channel>
</rss>