<?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 : Why do I see two tooltips?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Why do I see two tooltips?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 18:03:01 +0000</pubDate>
  <lastBuildDate>Mon, 25 Feb 2008 14:14:45 +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=9676</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[Why do I see two tooltips? : I found we have our own tabbed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9676&amp;PID=31582&amp;title=why-do-i-see-two-tooltips#31582</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 9676<br /><strong>Posted:</strong> 25 February 2008 at 2:14pm<br /><br />I found we have our own tabbed container class derived from the CJ one. I also found a call to EnableTooltips on the container as you thought.<DIV>&nbsp;</DIV><DIV>We are pretty used to enabling tips on any non-modal window so the coder just naturally added that call.&nbsp; Removing the call shuts down the tips from the frame.</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV>]]>
   </description>
   <pubDate>Mon, 25 Feb 2008 14:14:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9676&amp;PID=31582&amp;title=why-do-i-see-two-tooltips#31582</guid>
  </item> 
  <item>
   <title><![CDATA[Why do I see two tooltips? : Hello,  Can you try reproduce...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9676&amp;PID=31519&amp;title=why-do-i-see-two-tooltips#31519</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9676<br /><strong>Posted:</strong> 23 February 2008 at 4:16pm<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Can you try reproduce it with some our sample ?</DIV><DIV>&nbsp;</DIV><DIV>It can be possible only&nbsp; if you manually call EnableTooltips() for CXTPDockingPaneTabbedContainer. if so, just remove this call.</DIV>]]>
   </description>
   <pubDate>Sat, 23 Feb 2008 16:16:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9676&amp;PID=31519&amp;title=why-do-i-see-two-tooltips#31519</guid>
  </item> 
  <item>
   <title><![CDATA[Why do I see two tooltips? : In our app we have implemented...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9676&amp;PID=31518&amp;title=why-do-i-see-two-tooltips#31518</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 9676<br /><strong>Posted:</strong> 23 February 2008 at 12:01pm<br /><br />In our app we have implemented docking panes. When I move over the icons on a pane (auto-hide, close), I get the codejock tooltips that we set to be the office 2007 style. <DIV>&nbsp;</DIV><DIV>But I also get the standard (old yellow) tooltip too. That is, two sets of tooltips are showing whenever I move over one of the icons.</DIV><DIV>&nbsp;</DIV><DIV>I have traced the origin of both tooltips.&nbsp;One context is from the frame and that is the 2007 style since we set the frame's context to be that style. This tip is showing because&nbsp;CWnd walks the pre-translate tree and the frame has a successful hit test when I am over one of the icons.</DIV><DIV>&nbsp;</DIV><DIV>The other context is coming from the CXTPDockingPaneTabbedContainer, which has its own tooltip context. We are not setting its style to the 2007 style. I can add code to set the style. The context is filtering the tooltip message in it's OnCmdMsg.</DIV><DIV>&nbsp;</DIV><DIV>For now, I overrode OnCmdMsg in a derived container class and copied the code from the CJ base class and commented out the call to get the manager and then get the tip context from the manager and calling the filter function.</DIV><DIV>&nbsp;</DIV><DIV><DIV>But since the frame seems to be handling tips for the icons on the docking pane, whey is the docking pane tabbed container also doing tips?</DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Sat, 23 Feb 2008 12:01:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9676&amp;PID=31518&amp;title=why-do-i-see-two-tooltips#31518</guid>
  </item> 
 </channel>
</rss>