<?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 : Setting ToolTips</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Setting ToolTips]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 03:08:58 +0000</pubDate>
  <lastBuildDate>Mon, 25 Sep 2006 14:10:08 +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=5081</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[Setting ToolTips : Hello, There was no method in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=16059&amp;title=setting-tooltips#16059</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5081<br /><strong>Posted:</strong> 25 September 2006 at 2:10pm<br /><br />Hello,<DIV>There was no method in 9.70.</DIV>]]>
   </description>
   <pubDate>Mon, 25 Sep 2006 14:10:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=16059&amp;title=setting-tooltips#16059</guid>
  </item> 
  <item>
   <title><![CDATA[Setting ToolTips : I am currently using Xtreme Toolkit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=16052&amp;title=setting-tooltips#16052</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1949">adico</a><br /><strong>Subject:</strong> 5081<br /><strong>Posted:</strong> 25 September 2006 at 9:44am<br /><br />I am currently using Xtreme Toolkit Pro v9.70. <br>How can I set tooltips using this version?<br>]]>
   </description>
   <pubDate>Mon, 25 Sep 2006 09:44:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=16052&amp;title=setting-tooltips#16052</guid>
  </item> 
  <item>
   <title><![CDATA[Setting ToolTips : Hi, May be you have quite old...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=16037&amp;title=setting-tooltips#16037</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5081<br /><strong>Posted:</strong> 25 September 2006 at 12:52am<br /><br />Hi,<DIV>May be you have quite old version, but in 10.x you can just call</DIV><DIV>&nbsp;</DIV><DIV>pColumn1-&gt;SetTooltip("Tip");</DIV>]]>
   </description>
   <pubDate>Mon, 25 Sep 2006 00:52:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=16037&amp;title=setting-tooltips#16037</guid>
  </item> 
  <item>
   <title><![CDATA[Setting ToolTips : I don&amp;#039;t quite get it.Here...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=16036&amp;title=setting-tooltips#16036</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1949">adico</a><br /><strong>Subject:</strong> 5081<br /><strong>Posted:</strong> 24 September 2006 at 11:27pm<br /><br />I don't quite get it.<br><br>Here is how I am creating the columns (which I want to set tooltips to):<br><br>CXTPReportColumn* pColumn1 = m_wndReport.AddColum(new CXTPReportColumn(0, LoadResourceString(IDS_COLUMN1), 100);<br><br>CXTPReportColumn* pColumn2 = m_wndReport.AddColum(new CXTPReportColumn(1, LoadResourceString(IDS_COLUMN2), 100);<br><br>CXTPReportColumn* pColumn3 = m_wndReport.AddColum(new CXTPReportColumn(2, LoadResourceString(IDS_COLUMN3), 100);<br><br>CXTPReportColumn* pColumn4 = m_wndReport.AddColum(new CXTPReportColumn(3, LoadResourceString(IDS_COLUMN4), 100);<br><br>Now, I want to set the tooltip for each column. For instance, when the user hovers the mouse over column1, I want to show "Column 1" and so forth....<br><br>Thanx in advance<br>adico<br><br>]]>
   </description>
   <pubDate>Sun, 24 Sep 2006 23:27:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=16036&amp;title=setting-tooltips#16036</guid>
  </item> 
  <item>
   <title><![CDATA[Setting ToolTips : Hello,  Did you try CXTPReportColumn::SetTooltip...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=15822&amp;title=setting-tooltips#15822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5081<br /><strong>Posted:</strong> 19 September 2006 at 2:29am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Did you try CXTPReportColumn::SetTooltip ?</DIV>]]>
   </description>
   <pubDate>Tue, 19 Sep 2006 02:29:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=15822&amp;title=setting-tooltips#15822</guid>
  </item> 
  <item>
   <title><![CDATA[Setting ToolTips :   Hi,  I am dynamically creating...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=15816&amp;title=setting-tooltips#15816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1949">adico</a><br /><strong>Subject:</strong> 5081<br /><strong>Posted:</strong> 18 September 2006 at 6:13pm<br /><br /><p ="Ms&#111;normal"><span lang="EN-US">Hi,</span></p><p ="Ms&#111;normal"><span lang="EN-US"><br>I am dynamically creating 5 CXTPReportControlcolumns. For each column, I want to set a different tooltip box, for when theuser hovers over the header column. Anyone have any ideas on how to do that? Anexample maybe.</span></p><p ="Ms&#111;normal"><span lang="EN-US">Thanks in advance,</span></p><p ="Ms&#111;normal"><span lang="EN-US">adico</span></p>]]>
   </description>
   <pubDate>Mon, 18 Sep 2006 18:13:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5081&amp;PID=15816&amp;title=setting-tooltips#15816</guid>
  </item> 
 </channel>
</rss>