<?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 over CXTPTabControl does not appear</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Tooltip over CXTPTabControl does not appear]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 06:55:24 +0000</pubDate>
  <lastBuildDate>Wed, 12 May 2010 05:17:23 +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=16699</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 over CXTPTabControl does not appear :   Hello, We recently upgraded...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16699&amp;PID=58454&amp;title=tooltip-over-cxtptabcontrol-does-not-appear#58454</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6099">rodev</a><br /><strong>Subject:</strong> 16699<br /><strong>Posted:</strong> 12 May 2010 at 5:17am<br /><br />Hello,<br>&nbsp;&nbsp;&nbsp; We recently upgraded from toolkitpro 9.6 to 13.1 and discovered that the tooltip over a CXTPTabControl derived control does not appear anymore  in some situation. The way to reproduce the problem is to put another application over our app (e.g. notepad) and clicking on application caption + quick mouse moving over tabcontrol and stop there, waiting for tooltip but nothing happens -tooltip does not appear. Moving again mouse over other controls and returning back over our tabcontrol works fine. Also the mouse moving must be done quickly &lt; 0.5 sec.<br><br>we are using some overides such as:<br><br>BOOL CMyXTPTabControl::OnWndMsg(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult)<br>{<br>&nbsp;&nbsp;&nbsp; MSG msg;<br>&nbsp;&nbsp;&nbsp; msg.wParam = wParam;<br>&nbsp;&nbsp;&nbsp; msg.lParam = lParam;<br>&nbsp;&nbsp;&nbsp; msg.message = message;<br>&nbsp;&nbsp;&nbsp; msg.hwnd = m_hWnd;<br>&nbsp;&nbsp;&nbsp; GetCursorPos(&amp;msg.pt);<br><br>&nbsp;&nbsp;&nbsp; // Tooltips notification.<br>&nbsp;&nbsp;&nbsp; FilterToolTipMessage(&amp;msg);<br><br>&nbsp;&nbsp;&nbsp; return __super::OnWndMsg(message, wParam, lParam, pResult);<br>}<br><br>INT_PTR CMyXTPTabControl::OnToolHitTest(CPoint point, TOOLINFO* pTI) const<br>{<br>&nbsp;&nbsp;&nbsp; return PerformToolHitTest(m_hWnd, point, pTI);<br>}<br><br>Also checked code against version 1331 and same behaviour.<br><br>Regards<br>Rodev<br>]]>
   </description>
   <pubDate>Wed, 12 May 2010 05:17:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16699&amp;PID=58454&amp;title=tooltip-over-cxtptabcontrol-does-not-appear#58454</guid>
  </item> 
 </channel>
</rss>