<?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 : BUG: CXTPPropertySheet tab tooltip not showing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : BUG: CXTPPropertySheet tab tooltip not showing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 04:37:08 +0000</pubDate>
  <lastBuildDate>Thu, 18 Jun 2009 00:21: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=14557</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[BUG: CXTPPropertySheet tab tooltip not showing : In XTP 13.0.0 I am using the CXTPPropertySheet...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14557&amp;PID=50070&amp;title=bug-cxtppropertysheet-tab-tooltip-not-showing#50070</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2432">scottp</a><br /><strong>Subject:</strong> 14557<br /><strong>Posted:</strong> 18 June 2009 at 12:21am<br /><br />In XTP 13.0.0 I am using the CXTPPropertySheet and I have set the Layout to be xtpTabLayoutSizeToFit. I&nbsp; also EnableToolTips with the xtpTabToolTipShrinkedOnly style. I would expect that when the size to fit ends up sizing a tab smaller than the caption that a tooltip will be shown displaying the full caption. But this does not happen.<br><br>It appears that CXTPTabManager::PerformToolHitTest will only provide a tooltip if a tab tooltip has been set. I think it is reasonable to expect&nbsp; that when the style xtpTabToolTipShrinkedOnly is set that the tooltip should fallback to the caption if no real tooltip is found.<br><br><br>The fix I am currently using in CXTPTabManager::PerformToolHitTest is:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (strTip.IsEmpty())<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( GetPaintManager()-&gt;m_toolBehaviour == xtpTabToolTipShrinkedOnly )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strTip = pItem-&gt;GetCaption();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else return -1;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>Hopefully this can be added to the next release.<br><br><br>]]>
   </description>
   <pubDate>Thu, 18 Jun 2009 00:21:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14557&amp;PID=50070&amp;title=bug-cxtppropertysheet-tab-tooltip-not-showing#50070</guid>
  </item> 
 </channel>
</rss>