<?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 : XTPChartAxisView changes cause endless loop</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : XTPChartAxisView changes cause endless loop]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 21:59:38 +0000</pubDate>
  <lastBuildDate>Fri, 10 Jun 2022 05:47:39 +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=24296</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[XTPChartAxisView changes cause endless loop : It is fixed in latest version.You...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24296&amp;PID=78452&amp;title=xtpchartaxisview-changes-cause-endless-loop#78452</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9461">Pesci7</a><br /><strong>Subject:</strong> 24296<br /><strong>Posted:</strong> 10 June 2022 at 5:47am<br /><br /><div>It is fixed in latest version.</div><div><br></div><div>You can remove that three lines of code and any reference of "m_MarkCorrectionCoef" from XTPChartAxisView.cpp and XTPChartAxisView.h</div>]]>
   </description>
   <pubDate>Fri, 10 Jun 2022 05:47:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24296&amp;PID=78452&amp;title=xtpchartaxisview-changes-cause-endless-loop#78452</guid>
  </item> 
  <item>
   <title><![CDATA[XTPChartAxisView changes cause endless loop : The code changes to XTPChartAxisView...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24296&amp;PID=78451&amp;title=xtpchartaxisview-changes-cause-endless-loop#78451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9155">BobC</a><br /><strong>Subject:</strong> 24296<br /><strong>Posted:</strong> 08 June 2022 at 5:14pm<br /><br /><div>The code changes to XTPChartAxisView of 20.2.0 cause an endless loop.</div><div><br></div>Between version 20.1.0 and 20.2.0 (I don't have 20.3, so cannot say if something else changed), file XTPChartAxisView.cpp underwent significant changes. Specifically, the CreateTickMarks() method had three lines of code added within the loop that begins with "while (dMark &lt; dAxisMaxValue + CXTPMathUtils::m_dEPS)" at line 1420 and those lines are:<div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>dMark *= m_MarkCorrectionCoef;</div><div>dMark = CXTPMathUtils::Round(dMark);</div><div>dMark /= m_MarkCorrectionCoef;</div></div><div></pre></td></tr></table></div><div><br></div><div>With the addition of those three lines and whatever else the changes do, that loop is where my program gets stuck; that "while" loop is never exited. With 20.1.0 and earlier, the endless loop does not happen.</div><div><br></div><div>I do not have a sample program to give you because it would probably take at least 3-4 hours to come up with a data routine and sample program to take the place of the PostgreSQL database values currently used.</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 08 Jun 2022 17:14:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24296&amp;PID=78451&amp;title=xtpchartaxisview-changes-cause-endless-loop#78451</guid>
  </item> 
 </channel>
</rss>