<?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 : CXTPToolTipContext problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPToolTipContext problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 01:05:48 +0000</pubDate>
  <lastBuildDate>Mon, 18 Sep 2006 12:17:53 +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=5071</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[CXTPToolTipContext problem : Thank you very much!! =) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15812&amp;title=cxtptooltipcontext-problem#15812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 5071<br /><strong>Posted:</strong> 18 September 2006 at 12:17pm<br /><br />Thank you very much!! =)]]>
   </description>
   <pubDate>Mon, 18 Sep 2006 12:17:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15812&amp;title=cxtptooltipcontext-problem#15812</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolTipContext problem : .. And anyway remove EnableToolTips......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15807&amp;title=cxtptooltipcontext-problem#15807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5071<br /><strong>Posted:</strong> 18 September 2006 at 11:50am<br /><br />.. And anyway remove EnableToolTips...]]>
   </description>
   <pubDate>Mon, 18 Sep 2006 11:50:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15807&amp;title=cxtptooltipcontext-problem#15807</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolTipContext problem : Hello,  yes, problem in TooltipContext...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15806&amp;title=cxtptooltipcontext-problem#15806</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5071<br /><strong>Posted:</strong> 18 September 2006 at 11:49am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>yes, problem in TooltipContext that was not designed to work with full window. as workaround change:</DIV><DIV>&nbsp;</DIV><DIV>INT_PTR CXTSimpleButton::OnToolHitTest(CPoint point, TOOLINFO* pTI) const<BR>{<BR>&nbsp;ASSERT_VALID(this);<BR>&nbsp;ASSERT(::IsWindow(m_hWnd));</DIV><DIV>&nbsp;int nID = GetDlgCtrlID();</DIV><DIV>&nbsp;CXTPClientRect rc(m_hWnd);<BR>&nbsp;rc.DeflateRect(3, 3);</DIV><DIV>&nbsp;if (!rc.PtInRect(point))<BR>&nbsp;&nbsp;return -1;</DIV><DIV>&nbsp;CXTPToolTipContext::FillInToolInfo(pTI, m_hWnd, rc, nID, m_strToolTip, m_strToolCaption, m_strToolTip);<BR>&nbsp;return nID;<BR>}</DIV>]]>
   </description>
   <pubDate>Mon, 18 Sep 2006 11:49:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15806&amp;title=cxtptooltipcontext-problem#15806</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolTipContext problem : If I remove the call to EnableToolTips,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15801&amp;title=cxtptooltipcontext-problem#15801</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 5071<br /><strong>Posted:</strong> 18 September 2006 at 10:41am<br /><br /><P>If I remove the call to EnableToolTips, the tooltipcontext disappears too.&nbsp;Even if I remove the call, the office2007 tips are never shown once I have pushed the button.</P><DIV>So, I am sure that EnableToolTips has nothing to do with the disappearance of the tooltips.</DIV><DIV>&nbsp;</DIV><DIV>Any ideas? Thanks!</DIV>]]>
   </description>
   <pubDate>Mon, 18 Sep 2006 10:41:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15801&amp;title=cxtptooltipcontext-problem#15801</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolTipContext problem : Hi, Don&amp;#039;t call EnableToolTips...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15771&amp;title=cxtptooltipcontext-problem#15771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5071<br /><strong>Posted:</strong> 18 September 2006 at 3:10am<br /><br /><P>Hi,</P><DIV>Don't call EnableToolTips if you use tooltipcontext.</DIV>]]>
   </description>
   <pubDate>Mon, 18 Sep 2006 03:10:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15771&amp;title=cxtptooltipcontext-problem#15771</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolTipContext problem : I made a button, derived from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15767&amp;title=cxtptooltipcontext-problem#15767</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 5071<br /><strong>Posted:</strong> 17 September 2006 at 3:34pm<br /><br /><P>I made a button, derived from CXTButton,&nbsp;with 2007-styled tooltips. It works as expected until I click the button. After that, the tooltip is the same old yellow rectangle again... what's causing this?</P><DIV>Here's my button class:</DIV><DIV><DIV>http://www.bostream.nu/krisse/XTSimpleButton.zip</DIV></DIV>]]>
   </description>
   <pubDate>Sun, 17 Sep 2006 15:34:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5071&amp;PID=15767&amp;title=cxtptooltipcontext-problem#15767</guid>
  </item> 
 </channel>
</rss>