<?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 : Calendar Multiline Tooltip</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Calendar Multiline Tooltip]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 08:36:01 +0000</pubDate>
  <lastBuildDate>Mon, 30 Apr 2007 03:16:55 +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=6985</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[Calendar Multiline Tooltip : Ok, I have had a reply from the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6985&amp;PID=22443&amp;title=calendar-multiline-tooltip#22443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 6985<br /><strong>Posted:</strong> 30 April 2007 at 3:16am<br /><br />Ok, I have had a reply from the Codejock Support team and have the solution for this issue. I have posted the solution below for anyone else who had this issue.<DIV>&nbsp;</DIV><DIV><strong><U><FONT color=#ff0000>Solution:</FONT></U></strong></DIV><DIV><strong><U><FONT color=#ff0000></FONT></U></strong>&nbsp;</DIV><DIV>You have to use GetItemText event (and set corresponding flag in AskItemTextFlags property)</DIV><DIV><strong><U><FONT color=#ff0000></FONT></U></strong>&nbsp;</DIV><DIV><strong><U><FONT color=#ff0000>EXAMPLE:</FONT></U></strong></DIV><DIV><strong><U><FONT color=#ff0000></FONT></U></strong>&nbsp;</DIV><DIV>CalendarControl.AskItemTextFlags.SetFlag xtpCalendarItemText_EventToolTipText <EM>(<strong>P.S.</strong> I set this call in the Calendar mousemove event)</EM></DIV><DIV>&nbsp;</DIV><DIV>Private Sub CalendarControl_GetItemText(ByVal Params As XtremeCalendarControl.CalendarGetItemTextParams)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; If Params.Item = xtpCalendarItemText_EventToolTipText Then</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Params.Text = "ID = &#091;" &amp; Params.ViewEvent.Event.Id &amp; "&#093; " &amp; vbCrLf &amp; Params.ViewEvent.Event.Subject &amp; _</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vbCrLf &amp; Params.ViewEvent.Event.Location &amp; vbCrLf &amp; Params.ViewEvent.Event.Body</DIV><DIV>&nbsp;&nbsp;&nbsp; End If</DIV><DIV>&nbsp;</DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20070430_031631_Multiline_Toolt.jpg" border="0"></DIV>]]>
   </description>
   <pubDate>Mon, 30 Apr 2007 03:16:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6985&amp;PID=22443&amp;title=calendar-multiline-tooltip#22443</guid>
  </item> 
  <item>
   <title><![CDATA[Calendar Multiline Tooltip : Hi,  I have searched this forum...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6985&amp;PID=22338&amp;title=calendar-multiline-tooltip#22338</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 6985<br /><strong>Posted:</strong> 26 April 2007 at 4:50am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I have searched this forum and found that this problem has plagued others. I am trying to display a custom tooltip that uses multiline but can't get any of the workarounds to work!!!</DIV><DIV>&nbsp;</DIV><DIV>When using vbCr, vbLf, vbCrLf or vbNewLine it doesn't create the desired effect, instead it displays them as block characters instead of performing their function on the tooltip&nbsp;display.</DIV><DIV>&nbsp;</DIV><DIV>I would be grateful if anyone has a method of doing this <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Please see the below screenshot for the issue described:</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20070426_044842_Tooltip_Issue.jpg" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 26 Apr 2007 04:50:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6985&amp;PID=22338&amp;title=calendar-multiline-tooltip#22338</guid>
  </item> 
 </channel>
</rss>