<?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 : Tooltip with Title an Description</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Tooltip with Title an Description]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 10:58:29 +0000</pubDate>
  <lastBuildDate>Fri, 12 Nov 2010 03:38:20 +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=17523</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[Tooltip with Title an Description : Hi,Please tryWM_XTP_CONTROLSELECTED.//...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61354&amp;title=tooltip-with-title-an-description#61354</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17523<br /><strong>Posted:</strong> 12 November 2010 at 3:38am<br /><br />Hi,<div><br></div><div>Please try&nbsp;WM_XTP_CONTROLSELECTED.&nbsp;</div><div><br></div><div><div>// BEGIN_MESSAGE_MAP(CMainFrame, CMDIFrameWnd)</div><div>// &nbsp; &nbsp; //{{AFX_MSG_MAP(CMainFrame)</div><div>// &nbsp; &nbsp; ON_MESSAGE(WM_XTP_CONTROLSELECTED, OnControlSelected)</div><div>// &nbsp; &nbsp; //}}AFX_MSG_MAP</div><div>// END_MESSAGE_MAP()</div><div>//</div><div>// LRESULT CMainFrame::OnControlSelected(WPARAM wParam, LPARAM lParam)</div><div>// {</div><div>// &nbsp; &nbsp; UNUSED_ALWAYS(lParam);</div><div>// &nbsp; &nbsp; CXTPControl* pControl = (CXTPControl*)wParam;</div><div>//</div><div>// &nbsp; &nbsp; return 0;</div><div>// }</div></div><div><br></div><div>only I'm not sure if its called before Tooltipcontext store tip.</div>]]>
   </description>
   <pubDate>Fri, 12 Nov 2010 03:38:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61354&amp;title=tooltip-with-title-an-description#61354</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip with Title an Description : Hi Oleg!Can I set the description...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61351&amp;title=tooltip-with-title-an-description#61351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 17523<br /><strong>Posted:</strong> 11 November 2010 at 10:28am<br /><br />Hi Oleg!<br>Can I set the description (using pControl-&gt;SetDescription)&nbsp; in an event that will be fired right before displaying the tooltip?<br>]]>
   </description>
   <pubDate>Thu, 11 Nov 2010 10:28:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61351&amp;title=tooltip-with-title-an-description#61351</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip with Title an Description : Thank you for that information....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61284&amp;title=tooltip-with-title-an-description#61284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 17523<br /><strong>Posted:</strong> 08 November 2010 at 3:36am<br /><br />Thank you for that information. I know that, but setting it with SetDesicription is almost the same as setting it in the resource to avoid that probem :-)<br>In the case of leaking description i would use the text of the menu item + title to create the tooltip.<br>Any other suggestions?<br>]]>
   </description>
   <pubDate>Mon, 08 Nov 2010 03:36:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61284&amp;title=tooltip-with-title-an-description#61284</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip with Title an Description : Hi,you can manually set it with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61268&amp;title=tooltip-with-title-an-description#61268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17523<br /><strong>Posted:</strong> 05 November 2010 at 1:20pm<br /><br />Hi,<div><br></div><div>you can manually set it with pControl-&gt;SetDescription method.</div>]]>
   </description>
   <pubDate>Fri, 05 Nov 2010 13:20:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61268&amp;title=tooltip-with-title-an-description#61268</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip with Title an Description : I have activated this kind of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61256&amp;title=tooltip-with-title-an-description#61256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 17523<br /><strong>Posted:</strong> 04 November 2010 at 12:28pm<br /><br />I have activated this kind of tooltip for menu items. (ShowTitleAndDescription(TRUE))<br>Problem: Some menu items do <b>not </b>have Title <b>AND </b>Description in the Resource and for this case an oldstyle tooltip appears.<br><br>Question: <br>Is there a way to supply lets say an <b>user defined description</b> for that menu items?<br>Is there somehing like an callback or message for that?<br><br>Thanks for your help! <br>]]>
   </description>
   <pubDate>Thu, 04 Nov 2010 12:28:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17523&amp;PID=61256&amp;title=tooltip-with-title-an-description#61256</guid>
  </item> 
 </channel>
</rss>