<?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 : Howto set tooltip text of CXTPControlComboBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Howto set tooltip text of CXTPControlComboBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 08:22:51 +0000</pubDate>
  <lastBuildDate>Sun, 10 Dec 2006 13:39:19 +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=5735</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[Howto set tooltip text of CXTPControlComboBox : Thats it! Many thanks Oleg ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5735&amp;PID=18045&amp;title=howto-set-tooltip-text-of-cxtpcontrolcombobox#18045</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 5735<br /><strong>Posted:</strong> 10 December 2006 at 1:39pm<br /><br /><P>Thats it!</P><P>Many thanks Oleg</P>]]>
   </description>
   <pubDate>Sun, 10 Dec 2006 13:39:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5735&amp;PID=18045&amp;title=howto-set-tooltip-text-of-cxtpcontrolcombobox#18045</guid>
  </item> 
  <item>
   <title><![CDATA[Howto set tooltip text of CXTPControlComboBox : Hi, you all do right. Problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5735&amp;PID=18041&amp;title=howto-set-tooltip-text-of-cxtpcontrolcombobox#18041</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5735<br /><strong>Posted:</strong> 10 December 2006 at 4:35am<br /><br />Hi, you all do right.<DIV>Problem that later <FONT face="Courier New">pComboFind-&gt;SetID(&#091;Id&#093;) will be called and Tooltip text will be replaced from string table. As workaround call</FONT></DIV><DIV><FONT face="Courier New"></FONT>&nbsp;</DIV><FONT face="Courier New">pComboFind-&gt;SetID(&#091;Id&#093;) before pComboFind-&gt;SetTooltip.</FONT><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 10 Dec 2006 04:35:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5735&amp;PID=18041&amp;title=howto-set-tooltip-text-of-cxtpcontrolcombobox#18041</guid>
  </item> 
  <item>
   <title><![CDATA[Howto set tooltip text of CXTPControlComboBox : Hi;  Using toolkit v 10.3.1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5735&amp;PID=18035&amp;title=howto-set-tooltip-text-of-cxtpcontrolcombobox#18035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 5735<br /><strong>Posted:</strong> 09 December 2006 at 11:19am<br /><br />Hi;<DIV>&nbsp;</DIV><DIV>Using toolkit v 10.3.1 I created a CXTPControlComboBox control as found in the samples section of the toolkit, but I'm unable to set the tooltip text to something different than the caption/label of the control. The code in OnCreateControl() function looks like:</DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT face="Courier New, Courier, mono">CXTPControlComboBox* pComboFind = (CXTPControlComboBox*)CXTPControlComboBox::CreateObject();</FONT></DIV><DIV><DIV><FONT face="Courier New, Courier, mono">pComboFind-&gt;SetDropDownListStyle();</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">pComboFind-&gt;SetWidth(180);</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">CString strPrompt;</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">VERIFY(strPrompt.LoadString(ID_PROCESSEXPLORER_SEARCH));</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">pComboFind-&gt;SetStyle(xtpComboLabel);</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">pComboFind-&gt;SetCaption(strPrompt);</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">VERIFY(strPrompt.LoadString(ID_PROCESSEXPLORER_SEARCHTIP));</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">pComboFind-&gt;SetTooltip(strPrompt);</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">pComboFind-&gt;SetFlags(xtpFlagManualUpdate);</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">pComboFind-&gt;SetEnabled(TRUE);</FONT></DIV><DIV>&nbsp;</DIV><DIV>The tip is always the same as specified in the call to SetCaption().</DIV><DIV>&nbsp;</DIV><DIV>What am I doing wrong?</DIV><DIV>&nbsp;</DIV><DIV>Martin</DIV><DIV>&nbsp;</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Sat, 09 Dec 2006 11:19:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5735&amp;PID=18035&amp;title=howto-set-tooltip-text-of-cxtpcontrolcombobox#18035</guid>
  </item> 
 </channel>
</rss>