<?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 : 13.4.1 CXTPControlGallery::OnToolHitTest bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : 13.4.1 CXTPControlGallery::OnToolHitTest bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 00:57:11 +0000</pubDate>
  <lastBuildDate>Sat, 09 Oct 2010 13:56:30 +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=17388</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[13.4.1 CXTPControlGallery::OnToolHitTest bug : Well, sometimes you need to call...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60781&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60781</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 17388<br /><strong>Posted:</strong> 09 October 2010 at 1:56pm<br /><br /><P>Well, sometimes you need to call SetCaption() only. Sometimes SetToolTip(). It's not consistent!</P><DIV>So far, I have found this pattern...</DIV><DIV><strong>Inplace</strong> gallery: <strong>SetCaption</strong> + SetDescription</DIV><DIV><strong>Popup</strong> gallery: <strong>SetToolTip</strong> + SetDescription</DIV>]]>
   </description>
   <pubDate>Sat, 09 Oct 2010 13:56:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60781&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60781</guid>
  </item> 
  <item>
   <title><![CDATA[13.4.1 CXTPControlGallery::OnToolHitTest bug : Hi,		CXTPControlGalleryItem* pItem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60780&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60780</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17388<br /><strong>Posted:</strong> 09 October 2010 at 5:40am<br /><br />Hi,<div><br></div><div><br></div><div><div><span ="Apple-tab-span" style="white-space:pre">		</span>CXTPControlGalleryItem* pItem = m_pItemsShapes-&gt;AddItem(nShape, nShape);</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pItem-&gt;SetToolTip(_T("Some Caption"));</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pItem-&gt;SetDescription(_T("Some Description"));</div></div><div><br></div>]]>
   </description>
   <pubDate>Sat, 09 Oct 2010 05:40:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60780&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60780</guid>
  </item> 
  <item>
   <title><![CDATA[13.4.1 CXTPControlGallery::OnToolHitTest bug : I&amp;#039;ve scrutinized the code....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60778&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 17388<br /><strong>Posted:</strong> 08 October 2010 at 5:03pm<br /><br />I've scrutinized the code. It simply cannot be correct! Caption is <strong>never </strong>used when displaying tooltips for gallery items - even though they do have a caption.<DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Again, HOW do you display a gallery-item&nbsp;tooltip <strong>with </strong>a bold caption? The caption is never shown...</DIV>]]>
   </description>
   <pubDate>Fri, 08 Oct 2010 17:03:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60778&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60778</guid>
  </item> 
  <item>
   <title><![CDATA[13.4.1 CXTPControlGallery::OnToolHitTest bug : pItem = new CXTPGalleryItem(ID_BLA);...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60775&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60775</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 17388<br /><strong>Posted:</strong> 08 October 2010 at 3:49pm<br /><br /><DIV>pItem = new CXTPGalleryItem(ID_BLA); // Caption is "Bla"</DIV><DIV>pItem-&gt;SetToolTip("Test");</DIV><DIV>pItems-&gt;Add(pItem, ID_BLA);</DIV><DIV>&nbsp;</DIV><DIV>Then, when I hover it, I only see "Test". The caption is not shown. Hence, "SetToolTip" destroys the caption functionality. I sense this is not the case with CXTPControlButton. So....?</DIV>]]>
   </description>
   <pubDate>Fri, 08 Oct 2010 15:49:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60775&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60775</guid>
  </item> 
  <item>
   <title><![CDATA[13.4.1 CXTPControlGallery::OnToolHitTest bug : Hi,What problem to call additionally...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60770&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60770</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17388<br /><strong>Posted:</strong> 08 October 2010 at 1:10pm<br /><br />Hi,<div><br></div><div>What problem to call additionally SetTooltip("Bla") ?</div>]]>
   </description>
   <pubDate>Fri, 08 Oct 2010 13:10:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60770&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60770</guid>
  </item> 
  <item>
   <title><![CDATA[13.4.1 CXTPControlGallery::OnToolHitTest bug : My gallery items don&amp;#039;t get...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60766&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60766</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 17388<br /><strong>Posted:</strong> 08 October 2010 at 9:53am<br /><br />My gallery items don't get their caption after I explicitly set the tooltip!<DIV>&nbsp;</DIV><DIV>pItem = new Gallery item with ID_BLA ("Bla" is loaded as caption).</DIV><DIV>pItem-&gt;SetTooltip("test"); // The caption, "Bla", will never be shown.</DIV><DIV>&nbsp;</DIV><DIV>Is that right?!</DIV>]]>
   </description>
   <pubDate>Fri, 08 Oct 2010 09:53:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60766&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60766</guid>
  </item> 
  <item>
   <title><![CDATA[13.4.1 CXTPControlGallery::OnToolHitTest bug : Hi,No, Its ok. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60763&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60763</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17388<br /><strong>Posted:</strong> 08 October 2010 at 7:02am<br /><br />Hi,<div><br></div><div>No, Its ok.&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 08 Oct 2010 07:02:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60763&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60763</guid>
  </item> 
  <item>
   <title><![CDATA[13.4.1 CXTPControlGallery::OnToolHitTest bug :  XTP 13.4.1. This can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60741&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60741</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 17388<br /><strong>Posted:</strong> 06 October 2010 at 3:03pm<br /><br /><FONT color=#a000a0 size=2 face=C&#111;nsolas><FONT color=#a000a0 size=2 face=C&#111;nsolas><FONT color=#a000a0 size=2 face=C&#111;nsolas><DIV><FONT color=#000000>XTP 13.4.1. This can't be right...</FONT></DIV><DIV><FONT color=#000000></FONT>&nbsp;</DIV><DIV><FONT color=#000000>The call to GetTooltip should be GetCaption!</FONT></DIV><DIV>&nbsp;</DIV><DIV>INT_PTR</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas> </FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>CXTPControlGallery</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>::</FONT></FONT><FONT color=#880000 size=2 face=C&#111;nsolas><FONT color=#880000 size=2 face=C&#111;nsolas><FONT color=#880000 size=2 face=C&#111;nsolas>OnToolHitTest</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>(</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>CPoint</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas> </FONT></FONT><FONT color=#808080 size=2 face=C&#111;nsolas><FONT color=#808080 size=2 face=C&#111;nsolas><FONT color=#808080 size=2 face=C&#111;nsolas>point</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>, </FONT></FONT><FONT color=#a000a0 size=2 face=C&#111;nsolas><FONT color=#a000a0 size=2 face=C&#111;nsolas><FONT color=#a000a0 size=2 face=C&#111;nsolas>TOOLINFO</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>* </FONT></FONT><FONT color=#808080 size=2 face=C&#111;nsolas><FONT color=#808080 size=2 face=C&#111;nsolas><FONT color=#808080 size=2 face=C&#111;nsolas>pTI</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>) </FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>const</DIV><DIV></FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>{</FONT></FONT></DIV><DIV><FONT size=2><FONT face=C&#111;nsolas>&nbsp;&nbsp;&nbsp;<FONT color=#0000ff><FONT color=#0000ff><FONT color=#0000ff>if</FONT></FONT></FONT> (<FONT color=#880000><FONT color=#880000><FONT color=#880000>IsShowAsButton</FONT></FONT></FONT>() || <FONT color=#880000><FONT color=#880000><FONT color=#880000>GetItems</FONT></FONT></FONT>() == <FONT color=#a000a0><FONT color=#a000a0><FONT color=#a000a0>NULL</FONT></FONT></FONT></FONT><FONT face=C&#111;nsolas>)</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas>&nbsp;&nbsp;&nbsp;{</FONT></DIV><DIV><FONT size=2><FONT face=C&#111;nsolas>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT><FONT color=#0000ff><FONT color=#0000ff><FONT color=#0000ff face=C&#111;nsolas>return</FONT></FONT></FONT><FONT face=C&#111;nsolas> -1;</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas>&nbsp;&nbsp; }</FONT></DIV><FONT face=C&#111;nsolas><FONT color=#0000ff size=2><FONT color=#0000ff size=2><FONT color=#0000ff size=2><DIV>&nbsp;&nbsp; </DIV><DIV>&nbsp;&nbsp; RECT</FONT></FONT></FONT><FONT size=2><FONT size=2> </FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2><FONT color=#808080 size=2>rcItem</FONT></FONT></FONT></FONT><FONT size=2><FONT size=2><FONT face=C&#111;nsolas>;</DIV><DIV></FONT></FONT></FONT><FONT face=C&#111;nsolas><FONT color=#0000ff size=2><FONT color=#0000ff size=2><FONT color=#0000ff size=2>&nbsp;&nbsp; int</FONT></FONT></FONT><FONT size=2><FONT size=2> </FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2><FONT color=#808080 size=2>nIndex</FONT></FONT></FONT><FONT size=2><FONT size=2> = </FONT></FONT><FONT color=#880000 size=2><FONT color=#880000 size=2><FONT color=#880000 size=2>HitTestItem</FONT></FONT></FONT><FONT size=2><FONT size=2>(</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2><FONT color=#808080 size=2>point</FONT></FONT></FONT><FONT size=2><FONT size=2>, &amp;</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2><FONT color=#808080 size=2>rcItem</FONT></FONT></FONT></FONT><FONT size=2><FONT size=2><FONT face=C&#111;nsolas>);</FONT></FONT></FONT></DIV><DIV><FONT size=2><FONT face=C&#111;nsolas>&nbsp;&nbsp; <FONT color=#0000ff><FONT color=#0000ff><FONT color=#0000ff>if</FONT></FONT></FONT> (<FONT color=#808080><FONT color=#808080><FONT color=#808080>nIndex</FONT></FONT></FONT></FONT><FONT face=C&#111;nsolas> != -1)</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas>&nbsp;&nbsp; {</FONT></DIV><DIV><FONT size=2><FONT face=C&#111;nsolas>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#0000ff><FONT color=#0000ff><FONT color=#0000ff>CXTPControlGalleryItem</FONT></FONT></FONT>* <FONT color=#808080><FONT color=#808080><FONT color=#808080>pItem</FONT></FONT></FONT> = <FONT color=#880000><FONT color=#880000><FONT color=#880000>GetItem</FONT></FONT></FONT>(<FONT color=#808080><FONT color=#808080><FONT color=#808080>nIndex</FONT></FONT></FONT></FONT><FONT face=C&#111;nsolas>);</FONT></FONT></DIV><DIV><FONT size=2><FONT face=C&#111;nsolas>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#a000a0><FONT color=#a000a0><FONT color=#a000a0>INT_PTR</FONT></FONT></FONT> <FONT color=#808080><FONT color=#808080><FONT color=#808080>nHit</FONT></FONT></FONT> = <FONT color=#808080><FONT color=#808080><FONT color=#808080>pItem</FONT></FONT></FONT>-&gt;<FONT color=#808080><FONT color=#808080><FONT color=#808080>m_nImage</FONT></FONT></FONT> &gt;= 0 ? <FONT color=#808080><FONT color=#808080><FONT color=#808080>pItem</FONT></FONT></FONT>-&gt;<FONT color=#808080><FONT color=#808080><FONT color=#808080>m_nImage</FONT></FONT></FONT> : <FONT color=#808080><FONT color=#808080><FONT color=#808080>pItem</FONT></FONT></FONT>-&gt;<FONT color=#808080><FONT color=#808080><FONT color=#808080>m_nId</FONT></FONT></FONT></FONT><FONT face=C&#111;nsolas>;</FONT></FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><FONT face=C&#111;nsolas>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#0000ff><FONT color=#0000ff><FONT color=#0000ff>CXTPToolTipContext</FONT></FONT></FONT>::<FONT color=#880000><FONT color=#880000><FONT color=#880000>FillInToolInfo</FONT></FONT></FONT>(<FONT color=#808080><FONT color=#808080><FONT color=#808080>pTI</FONT></FONT></FONT>, <FONT color=#880000><FONT color=#880000><FONT color=#880000>GetParent</FONT></FONT></FONT>()-&gt;<FONT color=#880000><FONT color=#880000><FONT color=#880000>GetSafeHwnd</FONT></FONT></FONT>(), <FONT color=#808080><FONT color=#808080><FONT color=#808080>rcItem</FONT></FONT></FONT>, <FONT color=#808080><FONT color=#808080><FONT color=#808080>nHit</FONT></FONT></FONT></FONT><FONT face=C&#111;nsolas>,</FONT></FONT></DIV><DIV><FONT face=C&#111;nsolas><FONT color=#808080 size=2><FONT color=#808080 size=2><FONT color=#808080 size=2>pItem</FONT></FONT></FONT><FONT size=2><FONT size=2>-&gt;</FONT></FONT><FONT color=#880000 size=2><FONT color=#880000 size=2><FONT color=#880000 size=2>GetToolTip</FONT></FONT></FONT><FONT size=2><FONT size=2>(), </FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2><FONT color=#808080 size=2>pItem</FONT></FONT></FONT><FONT size=2><FONT size=2>-&gt;</FONT></FONT><FONT color=#880000><FONT color=#880000><FONT color=#880000 size=3><strong>GetToolTip</strong></FONT></FONT></FONT><FONT size=2><FONT size=2>(), </FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2><FONT color=#808080 size=2>pItem</FONT></FONT></FONT><FONT size=2><FONT size=2>-&gt;</FONT></FONT><FONT color=#880000 size=2><FONT color=#880000 size=2><FONT color=#880000 size=2>GetDescription</FONT></FONT></FONT><FONT size=2><FONT size=2>(), </FONT></FONT><FONT color=#880000 size=2><FONT color=#880000 size=2><FONT color=#880000 size=2>GetItems</FONT></FONT></FONT><FONT size=2><FONT size=2>()-&gt;</FONT></FONT><FONT color=#880000 size=2><FONT color=#880000 size=2><FONT color=#880000 size=2>GetImageManager</FONT></FONT></FONT></FONT><FONT size=2><FONT size=2><FONT face=C&#111;nsolas>());</FONT></FONT></FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><FONT face=C&#111;nsolas>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#0000ff><FONT color=#0000ff><FONT color=#0000ff>return</FONT></FONT></FONT> <FONT color=#808080><FONT color=#808080><FONT color=#808080>nHit</FONT></FONT></FONT></FONT><FONT face=C&#111;nsolas>;</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas>&nbsp;&nbsp; }</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><FONT face=C&#111;nsolas>&nbsp;&nbsp; </FONT><FONT color=#0000ff><FONT color=#0000ff><FONT color=#0000ff face=C&#111;nsolas>return</FONT></FONT></FONT><FONT face=C&#111;nsolas> 0;</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas>}</FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 06 Oct 2010 15:03:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17388&amp;PID=60741&amp;title=13-4-1-cxtpcontrolgalleryontoolhittest-bug#60741</guid>
  </item> 
 </channel>
</rss>