<?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 : [solved]Down arrow of spin button disappear</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : [solved]Down arrow of spin button disappear]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 03:41:04 +0000</pubDate>
  <lastBuildDate>Wed, 18 Jul 2018 09:00:52 +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=23664</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[[solved]Down arrow of spin button disappear : This is all changes.RegardsGontarenko...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23664&amp;PID=76942&amp;title=solveddown-arrow-of-spin-button-disappear#76942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 23664<br /><strong>Posted:</strong> 18 July 2018 at 9:00am<br /><br /><div>This is all changes.</div><div><br></div><div>Regards</div><div>Gontarenko Arte </div>]]>
   </description>
   <pubDate>Wed, 18 Jul 2018 09:00:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23664&amp;PID=76942&amp;title=solveddown-arrow-of-spin-button-disappear#76942</guid>
  </item> 
  <item>
   <title><![CDATA[[solved]Down arrow of spin button disappear : Hi,thanks for the replyCCustomItemSpinInplaceButton...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23664&amp;PID=76941&amp;title=solveddown-arrow-of-spin-button-disappear#76941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7559">fleg</a><br /><strong>Subject:</strong> 23664<br /><strong>Posted:</strong> 18 July 2018 at 7:42am<br /><br /><div>Hi,</div><div><br></div><div>thanks for the reply</div><div><br></div><div><b>CCustomItemSpinInplaceButton </b>class is only used in sample application.<br></div><div><br></div><div>Is there any fix required in <b>CXTPPropertyGridInplaceSpinButton </b>class which is the one I'm actually using in my application?<br></div>]]>
   </description>
   <pubDate>Wed, 18 Jul 2018 07:42:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23664&amp;PID=76941&amp;title=solveddown-arrow-of-spin-button-disappear#76941</guid>
  </item> 
  <item>
   <title><![CDATA[[solved]Down arrow of spin button disappear : Hello Fabien,Thank you for bringing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23664&amp;PID=76940&amp;title=solveddown-arrow-of-spin-button-disappear#76940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 23664<br /><strong>Posted:</strong> 18 July 2018 at 6:23am<br /><br /><div>Hello Fabien,</div><div><br></div><div>Thank you for bringing this to our attention. I'm glad to inform you that the issue has already been addressed and fixed. The fix will be available in the next beta or final release.</div><div><br></div><div>As hotfix you can add to class CCustomItemSpinInplaceButton method<br></div><div><br></div><div>afx_msg void OnLButtonUp(UINT nFlags, CPoint point);</div><br><div>void CCustomItemSpinInplaceButton::OnLButtonUp(UINT nFlags, CPoint point)<br>{<br>&nbsp;&nbsp;&nbsp; CSpinButtonCtrl::OnLButtonUp(nFlags, point);<br><br>&nbsp;&nbsp;&nbsp; Invalidate();<br>}<br></div><div><br></div><div>Regards,</div><div>Artem Gontarenko<br></div>]]>
   </description>
   <pubDate>Wed, 18 Jul 2018 06:23:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23664&amp;PID=76940&amp;title=solveddown-arrow-of-spin-button-disappear#76940</guid>
  </item> 
  <item>
   <title><![CDATA[[solved]Down arrow of spin button disappear : Hi, I found a regression in propertty...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23664&amp;PID=76914&amp;title=solveddown-arrow-of-spin-button-disappear#76914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7559">fleg</a><br /><strong>Subject:</strong> 23664<br /><strong>Posted:</strong> 25 June 2018 at 11:59am<br /><br /><br>Hi, <br><br>I found a regression in propertty grid. When using in Spin button, if you click on the up arrow button, after some clicks, the image of the down button disappears, but comes back if you move the mouse cursor.<br>Here is a screenshot of your demo application "PropertyGrid.PropertyGrid.exe"<br><img src="uploads/7559/PropertyGridSpinButt&#111;n.png" height="365" width="766" border="0" /><br>It can be reproduced with&nbsp; Toolkitpro 18.3.0 and 18.4.0. It was working fine with 17.1<br><br>I tried using different themes, and all have the same issue.<br><br>If it is possible to get a code patch to apply a fix when available, it would be nice.<br><br>Regard,<br><br>Fabien<br><br>]]>
   </description>
   <pubDate>Mon, 25 Jun 2018 11:59:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23664&amp;PID=76914&amp;title=solveddown-arrow-of-spin-button-disappear#76914</guid>
  </item> 
 </channel>
</rss>