<?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 Fails to Display - non-themed calendar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Tooltip Fails to Display - non-themed calendar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 16:59:19 +0000</pubDate>
  <lastBuildDate>Tue, 08 Jun 2010 12:58:12 +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=16682</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 Fails to Display - non-themed calendar : The problem comes from a check...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16682&amp;PID=58833&amp;title=tooltip-fails-to-display-nonthemed-calendar#58833</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 16682<br /><strong>Posted:</strong> 08 June 2010 at 12:58pm<br /><br /><br>The problem comes from a check for the tool tip custom format.<br><br>This quick fix took care or it. I do not use the customformat4tooltip so whatever relies on that may be effected.<br><br>In method:<br><br>void CXTPCalendarViewEvent::OnMouseMove(UINT nFlags, CPoint point)<br><br><br>Change this:<br>&nbsp;&nbsp;&nbsp; BOOL bForceTooltip = !GetCalendarControl()-&gt;m_sCustomFormat4Tooltip.IsEmpty();<br>to this:<br>&nbsp;&nbsp; &nbsp;BOOL bForceTooltip = TRUE;<br><br><br>]]>
   </description>
   <pubDate>Tue, 08 Jun 2010 12:58:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16682&amp;PID=58833&amp;title=tooltip-fails-to-display-nonthemed-calendar#58833</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip Fails to Display - non-themed calendar : Tooltips intermittently fail to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16682&amp;PID=58392&amp;title=tooltip-fails-to-display-nonthemed-calendar#58392</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 16682<br /><strong>Posted:</strong> 09 May 2010 at 8:30pm<br /><br />Tooltips intermittently fail to display in non-themed calendar.<br><br>test 1<br>1. Open a calendar. <br>2. Do not apply a 2007 theme.<br>3. Create an event whose bounding rectangle encompasses all of the contents.<br>4. Tooltip will not display (custom or standard).<br><br>test 2<br>1. Open a calendar. <br>2. Do not apply a 2007 theme.<br>3. Create an event whose bounding rectangle <b>does not</b> encompass all of the contents.<br>4. Tooltip will display (custom or standard).<br><br>test 3<br>1. Open a calendar. <br>2. Do not apply a 2007 theme.<br>3. Create an event with a bounding rectangle of any size.<br>4. Resize the bounding rectangle.<br>5. Tooltip will display (custom or standard) .. but only the first time.<br><br>2007 theme works properly. Tooltip displays consistently regardless of event rectangle size. Regardless of whether the bounding rectangle is resized or not.<br><br>VS2008, 13.3.1, Static Unicode, Windows 7 pro<br>]]>
   </description>
   <pubDate>Sun, 09 May 2010 20:30:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16682&amp;PID=58392&amp;title=tooltip-fails-to-display-nonthemed-calendar#58392</guid>
  </item> 
 </channel>
</rss>