<?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 : Toolkit text length limit</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Toolkit text length limit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 11:29:59 +0000</pubDate>
  <lastBuildDate>Wed, 20 Dec 2006 10:32:37 +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=5842</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[Toolkit text length limit : The reason I said there is a limit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5842&amp;PID=18410&amp;title=toolkit-text-length-limit#18410</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=374">ddlittle</a><br /><strong>Subject:</strong> 5842<br /><strong>Posted:</strong> 20 December 2006 at 10:32am<br /><br />The reason I said there is a limit is because I use a strcpy to put the tooltip text in the szText field of the TOOLTIPTEXT structure (I pasted it below).&nbsp; There is a pointer member as well, but I've never used it.&nbsp; I wrote my TOOLTIP stuff many years ago, so maybe it's wrong now.&nbsp; Do you not use the szText member for tooltips?<DIV>&nbsp;</DIV><DIV><FONT color=#0000ff size=2><P>typedef</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>struct</FONT><FONT size=2> tagNMTTDISPINFOA {</P><P>NMHDR hdr;</P><DIV>LPSTR lpszText;</DIV><P></FONT><FONT color=#0000ff size=2>char</FONT><FONT size=2> szText&#091;80&#093;;</P><P>HINSTANCE hinst;</P><P>UINT uFlags;</P></FONT><FONT color=#0000ff size=2><P>#if</FONT><FONT size=2> (_WIN32_IE &gt;= 0x0300)</P><P>LPARAM lParam;</P></FONT><FONT color=#0000ff size=2><P>#endif</P></FONT><FONT size=2><P>} NMTTDISPINFOA, *LPNMTTDISPINFOA;</P></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 20 Dec 2006 10:32:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5842&amp;PID=18410&amp;title=toolkit-text-length-limit#18410</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit text length limit : Hi, 1. yes. Add CXTPToolTipContext...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5842&amp;PID=18394&amp;title=toolkit-text-length-limit#18394</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5842<br /><strong>Posted:</strong> 20 December 2006 at 3:01am<br /><br />Hi,<DIV>1. yes. Add CXTPToolTipContext as member, </DIV><DIV>&nbsp;</DIV><DIV>override OnWndMsg</DIV><DIV>&nbsp;</DIV><DIV>BOOL CMyView::OnWndMsg(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult)<BR>{<BR><BR>&nbsp;&nbsp;m_ToolTipContext.FilterToolTipMessage(this, message, wParam, lParam);<BR></DIV><DIV>&nbsp;return CWnd::OnWndMsg(message, wParam, lParam, pResult);<BR>}</DIV><DIV>&nbsp;</DIV><DIV>and override </DIV><DIV>&nbsp;</DIV><DIV>INT_PTR CMyView::OnToolHitTest(CPoint point, TOOLINFO* pTI) const<BR></DIV><DIV>&nbsp;</DIV><DIV>2. Standard Tooltip doesn't have such limit....</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 20 Dec 2006 03:01:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5842&amp;PID=18394&amp;title=toolkit-text-length-limit#18394</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit text length limit : &amp;lt;this is really two questions&amp;gt;  1....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5842&amp;PID=18386&amp;title=toolkit-text-length-limit#18386</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=374">ddlittle</a><br /><strong>Subject:</strong> 5842<br /><strong>Posted:</strong> 19 December 2006 at 7:35pm<br /><br />&lt;this is really two questions&gt;<DIV>&nbsp;</DIV><DIV>1.&nbsp; Is it possible to use XTP tooltips in a view?&nbsp; I only saw examples for toolbars...</DIV><DIV>&nbsp;</DIV><DIV>2.&nbsp; Is it possible to extend the tooltip text limit beyond 80 characters?&nbsp; I've seen other tooltip libraries do it, but I'm not sure how to do it.&nbsp; I really need more than 80, and I need some more styles...</DIV><DIV>&nbsp;</DIV><DIV>Thanks!</DIV><DIV>&nbsp;</DIV><DIV>- David</DIV>]]>
   </description>
   <pubDate>Tue, 19 Dec 2006 19:35:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5842&amp;PID=18386&amp;title=toolkit-text-length-limit#18386</guid>
  </item> 
 </channel>
</rss>