<?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 : Tooltips in CXTPStatusBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Tooltips in CXTPStatusBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 03:37:43 +0000</pubDate>
  <lastBuildDate>Fri, 27 Jul 2007 10:39:07 +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=5730</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[Tooltips in CXTPStatusBar : We are placing a CAnimateCtrl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=24706&amp;title=tooltips-in-cxtpstatusbar#24706</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 5730<br /><strong>Posted:</strong> 27 July 2007 at 10:39am<br /><br /><P>We are placing a CAnimateCtrl on a CXTPStatusBar with a style of ACS_TRANSPARENT using the AddControl function.&nbsp; Is there a way to do this so the control will have theme support?&nbsp; Currently the ACS_TRANSPARENT color shows up as gray instead of the theme color.</P>]]>
   </description>
   <pubDate>Fri, 27 Jul 2007 10:39:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=24706&amp;title=tooltips-in-cxtpstatusbar#24706</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in CXTPStatusBar :   oleg wrote:Need to update sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20374&amp;title=tooltips-in-cxtpstatusbar#20374</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 5730<br /><strong>Posted:</strong> 13 February 2007 at 9:18am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Need to update sample :(</td></tr></table> <DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 09:18:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20374&amp;title=tooltips-in-cxtpstatusbar#20374</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in CXTPStatusBar : Don&amp;#039;t use CXTPStatusBarIconPane/CXTPStatusBarLogoPane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20373&amp;title=tooltips-in-cxtpstatusbar#20373</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5730<br /><strong>Posted:</strong> 13 February 2007 at 9:16am<br /><br />Don't use CXTPStatusBarIconPane/CXTPStatusBarLogoPane they are quite obsolete. <DIV>&nbsp;</DIV><DIV>Here code you can use instead:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;int iIndex = m_wndStatusBar.GetPaneCount();<BR>&nbsp;CXTPStatusBarPane* pPane = m_wndStatusBar.AddIndicator(ID_INDICATOR_ICON, iIndex);</DIV><DIV>&nbsp;m_wndStatusBar.GetImageManager()-&gt;SetIcon(IDR_STATUS_ICON, IDR_STATUS_ICON);<BR>&nbsp;pPane-&gt;SetIconIndex(IDR_STATUS_ICON);<BR>&nbsp;pPane-&gt;SetText(NULL);<BR>&nbsp;pPane-&gt;BestFit();<BR>&nbsp;pPane-&gt;SetTooltip(_T("Icon"));<BR></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Need to update sample :(</DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 09:16:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20373&amp;title=tooltips-in-cxtpstatusbar#20373</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in CXTPStatusBar : The &amp;#034;adding tooltip to the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20371&amp;title=tooltips-in-cxtpstatusbar#20371</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=813">grudy</a><br /><strong>Subject:</strong> 5730<br /><strong>Posted:</strong> 13 February 2007 at 9:08am<br /><br /><DIV>The "adding tooltip to the icon" issue is closer to what we have. I too can see tooltips if I just use SetIndicators to create the items, but we are placing buttons onto the status bar with code that looks like the following...</DIV><DIV>&nbsp;</DIV><DIV>if ( wndButtonOut.Create( "", WS_CHILD, CRect(0,0,0,0), this, IDTR_OutputSetButton ) )<BR>&nbsp;{<BR>&nbsp;&nbsp;wndButtonOut.SetFontEx( GetFont() );<BR>&nbsp;&nbsp;AddIndicator( IDTR_OutputSetButton, 1 );<BR>&nbsp;&nbsp;int nIndex = CommandToIndex( IDTR_OutputSetButton );<BR>&nbsp;&nbsp;if ( nIndex != -1 )<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;SetPaneWidth( nIndex, 60 );<BR>&nbsp;&nbsp;&nbsp;wndButtonOut.SetXButtonStyle( BS_XT_XPFLAT | BS_XT_HILITEPRESSED, TRUE );<BR>&nbsp;&nbsp;&nbsp;AddControl( &amp;wndButtonOut, IDTR_OutputSetButton, FALSE );<BR>&nbsp;&nbsp;}<BR>&nbsp;}</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>It works fine to create the buttons, and everything works, except that the tooltips don't show, just like the tooltips for the icon in StatusBar.</DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 09:08:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20371&amp;title=tooltips-in-cxtpstatusbar#20371</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in CXTPStatusBar :   oleg wrote:Hm. strange.   I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20367&amp;title=tooltips-in-cxtpstatusbar#20367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 5730<br /><strong>Posted:</strong> 13 February 2007 at 8:49am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Hm. strange. <DIV>&nbsp;</DIV><DIV>I opened Customthemes sample, added </DIV><DIV>m_wndStatusBar.GetPane(1)-&gt;SetTooltip("hi");</DIV><DIV>&nbsp;</DIV><DIV>and see tooltip under "CAP" item...</DIV><DIV>&nbsp;</DIV></td></tr></table> <DIV>How about adding a tooltip to the icon in the StatusBar sample?</DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 08:49:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20367&amp;title=tooltips-in-cxtpstatusbar#20367</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in CXTPStatusBar : Hm. strange.  I opened Customthemes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20350&amp;title=tooltips-in-cxtpstatusbar#20350</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5730<br /><strong>Posted:</strong> 13 February 2007 at 7:29am<br /><br />Hm. strange.<DIV>&nbsp;</DIV><DIV>I opened Customthemes sample, added </DIV><DIV>m_wndStatusBar.GetPane(1)-&gt;SetTooltip("hi");</DIV><DIV>&nbsp;</DIV><DIV>and see tooltip under "CAP" item...</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 07:29:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20350&amp;title=tooltips-in-cxtpstatusbar#20350</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in CXTPStatusBar : Did you get a reply or find a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20345&amp;title=tooltips-in-cxtpstatusbar#20345</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 5730<br /><strong>Posted:</strong> 13 February 2007 at 5:05am<br /><br />Did you get a reply or find a solution?]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 05:05:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=20345&amp;title=tooltips-in-cxtpstatusbar#20345</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in CXTPStatusBar : Seems like a simple item, but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=18023&amp;title=tooltips-in-cxtpstatusbar#18023</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=813">grudy</a><br /><strong>Subject:</strong> 5730<br /><strong>Posted:</strong> 08 December 2006 at 3:39pm<br /><br />Seems like a simple item, but how do I set the text and display a tooltip when I hover over the panes of a CXTPStatusBar control?&nbsp; Looks like I can use "GetPane(x)-&gt;SetTooltip( )", but I don't ever see the tooltip - what do I have to call to enable it to popup?]]>
   </description>
   <pubDate>Fri, 08 Dec 2006 15:39:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5730&amp;PID=18023&amp;title=tooltips-in-cxtpstatusbar#18023</guid>
  </item> 
 </channel>
</rss>