<?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 : CXTTipWindow bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTTipWindow bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 04:10:55 +0000</pubDate>
  <lastBuildDate>Fri, 24 Feb 2006 03:38:29 +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=3699</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[CXTTipWindow bug : Hi!XTP 9.70I realized, that when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3699&amp;PID=11158&amp;title=cxttipwindow-bug#11158</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 3699<br /><strong>Posted:</strong> 24 February 2006 at 3:38am<br /><br />Hi!<br><br>XTP 9.70<br><br>I realized, that when a CXTTipWindow based tooltip window is to close to the screen border, the tooltip isnt always displayed if m_rectTipArea is used.<br><br>m_rcScreenWindow gets modified in the case that the tooltip window is exceeding the screen area within InitializeSize() but m_rectTipArea remains the same.<br><br>therefore the code within OnMouseMove() doesnt work correctly because point is relative to the modified position of the tipwindow and is used with the unmodified m_rectTipArea. Thats why the tooltip window gets hidden ALTOUGH the mouse cursor is within the tiparea:<br><br>CXTTipWindow::OnMouseMove(UINT nFlags, CPoint point)<br>{<br>&nbsp;&nbsp;&nbsp; if (!m_rectTipArea.IsRectNull() &amp;&amp; !m_rectTipArea.PtInRect(point))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; HideTipWindow();<br>}<br><br>I need a possibility to solve this and would appreciate any commentd on how to fix this problem!<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 03:38:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3699&amp;PID=11158&amp;title=cxttipwindow-bug#11158</guid>
  </item> 
 </channel>
</rss>