<?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, d&#111;n&#146;t get messages</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTTipWindow, d&#111;n&#146;t get messages]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 17:44:44 +0000</pubDate>
  <lastBuildDate>Tue, 30 May 2006 15:18:56 +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=2223</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, d&#111;n&#146;t get messages : Good stuff. Thanks for the help...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=13246&amp;title=cxttipwindow-dont-get-messages#13246</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2057">Gandaman</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 30 May 2006 at 3:18pm<br /><br />Good stuff. Thanks for the help Dave, Oleg!]]>
   </description>
   <pubDate>Tue, 30 May 2006 15:18:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=13246&amp;title=cxttipwindow-dont-get-messages#13246</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTipWindow, d&#111;n&#146;t get messages : Yes, Oleg solved it after I opened...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=13245&amp;title=cxttipwindow-dont-get-messages#13245</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=996">DaveS</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 30 May 2006 at 2:46pm<br /><br /><P>Yes, Oleg solved it after I opened a support case.</P><P>In a class derived from CXTTipWindow, catch ON_WM_LBUTTONDOWN and add code</P><P><FONT size=2>void CTestTipWindow::OnLButtonDown(UINT nFlags, CPoint point) {</P><P>HideTipWindow();</P><P>mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);&nbsp;}</P><P>This hides the tip window AND sends the owner the first click, such that a subsequent second click gets properly recognized as a double click. </P><P>&nbsp;</P></FONT>]]>
   </description>
   <pubDate>Tue, 30 May 2006 14:46:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=13245&amp;title=cxttipwindow-dont-get-messages#13245</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTipWindow, d&#111;n&#146;t get messages : Has there been a solution to this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=13244&amp;title=cxttipwindow-dont-get-messages#13244</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2057">Gandaman</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 30 May 2006 at 2:13pm<br /><br />Has there been a solution to this issue? We are having the same problem.]]>
   </description>
   <pubDate>Tue, 30 May 2006 14:13:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=13244&amp;title=cxttipwindow-dont-get-messages#13244</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTipWindow, d&#111;n&#146;t get messages : No, I didn&amp;#039;t hide the tooltip...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7867&amp;title=cxttipwindow-dont-get-messages#7867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=996">DaveS</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 26 July 2005 at 4:11pm<br /><br /><P>No, I didn't hide the tooltip on WM_LBUTTONDOWN handler in parent class. If I do that, I still miss the first double click, but then since the tooltip is gone if I double click again&nbsp;the parent&nbsp;gets it.</P><P>Catching WM_LBUTTONDBLCLK in my CXTTipWindow-derived class is what I tried before. I do not receive any double clicks in my derived class handler. Maybe something in CXTipWindow::ForwardMessage&nbsp;(which is called for the first click)&nbsp;defeats the mechanism that turns two WM_LBUTTONDOWNs into a WM_LBUTTONDLBCLK?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 26 Jul 2005 16:11:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7867&amp;title=cxttipwindow-dont-get-messages#7867</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTipWindow, d&#111;n&#146;t get messages : Do you hide tooltip after first...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7863&amp;title=cxttipwindow-dont-get-messages#7863</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 26 July 2005 at 3:30pm<br /><br /><P>Do you hide tooltip after first click? Or you want to double click on tooltip and forward it to owner?</P><P>Try to catch WM_LBUTTONDBLCLICK on overriden class and manually send it to owner.</P>]]>
   </description>
   <pubDate>Tue, 26 Jul 2005 15:30:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7863&amp;title=cxttipwindow-dont-get-messages#7863</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTipWindow, d&#111;n&#146;t get messages : Sorry, that did not seem to make...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7856&amp;title=cxttipwindow-dont-get-messages#7856</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=996">DaveS</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 26 July 2005 at 12:17pm<br /><br /><P>Sorry, that did not seem to make any difference regarding the tip-owning window getting WM_MOUSEMOVES.</P><P>However, I just noticed there was a mistake in my previous post: normal mouse click messages are getting forwarded. However, mouse <strong>double</strong> click messages are not.</P><P>To get double clicks, I tried overriding CXTTipWindow::Create and supplying CS_DBLCLKS to the class style, then adding a ON_WM_LBUTTONDBLCLK handler to my tip window class, but that didn't work for some reason.</P><P>Any advice?</P><P>Thanks</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 26 Jul 2005 12:17:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7856&amp;title=cxttipwindow-dont-get-messages#7856</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTipWindow, d&#111;n&#146;t get messages : Hello, try to override CXTTipWindow,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7838&amp;title=cxttipwindow-dont-get-messages#7838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 26 July 2005 at 1:49am<br /><br /><P>Hello, try to override CXTTipWindow, addd message map</P><P>and add</P><P>ON_WM_NCHITTEST()</P><P>LRESULT CTipWindow::OnNcHitTest(CPoint)<BR>{<BR>&nbsp;return (LRESULT)HTTRANSPARENT;<BR>}<BR></P>]]>
   </description>
   <pubDate>Tue, 26 Jul 2005 01:49:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7838&amp;title=cxttipwindow-dont-get-messages#7838</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTipWindow, d&#111;n&#146;t get messages :  Any news on this issue? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7835&amp;title=cxttipwindow-dont-get-messages#7835</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=996">DaveS</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 25 July 2005 at 4:30pm<br /><br /><P>&nbsp;</P><P>Any news on this issue?</P>]]>
   </description>
   <pubDate>Mon, 25 Jul 2005 16:30:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=7835&amp;title=cxttipwindow-dont-get-messages#7835</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTipWindow, d&#111;n&#146;t get messages : Hi,  not yet. I&amp;#039;ll send a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=6638&amp;title=cxttipwindow-dont-get-messages#6638</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=517">Alex</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 17 May 2005 at 5:49pm<br /><br />Hi,<br /><br />not yet. I'll send a bug report.<br /><br />Alex]]>
   </description>
   <pubDate>Tue, 17 May 2005 17:49:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=6638&amp;title=cxttipwindow-dont-get-messages#6638</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTipWindow, d&#111;n&#146;t get messages :  I am having this problem also:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=6636&amp;title=cxttipwindow-dont-get-messages#6636</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=996">DaveS</a><br /><strong>Subject:</strong> 2223<br /><strong>Posted:</strong> 17 May 2005 at 2:57pm<br /><br /><P>&nbsp;</P><P>I am having this problem also: while the tip is showing, it seems to eat mouse click messages as well.</P><P>Did you manage to get around this?</P><P>Thanks</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 17 May 2005 14:57:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2223&amp;PID=6636&amp;title=cxttipwindow-dont-get-messages#6636</guid>
  </item> 
 </channel>
</rss>