<?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 : BUG: Report control sometimes freezes!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : BUG: Report control sometimes freezes!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 03:50:51 +0000</pubDate>
  <lastBuildDate>Mon, 20 Apr 2015 12:55:20 +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=19896</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[BUG: Report control sometimes freezes! : Hi Martin,Thank you for letting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19896&amp;PID=73269&amp;title=bug-report-control-sometimes-freezes#73269</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8848">mcmastl</a><br /><strong>Subject:</strong> 19896<br /><strong>Posted:</strong> 20 April 2015 at 12:55pm<br /><br />Hi Martin,<div>Thank you for letting us know of this issue. &nbsp;We have let our development team know to look further into the issue. &nbsp;If the matter has been resolved please let us know.&nbsp;</div>]]>
   </description>
   <pubDate>Mon, 20 Apr 2015 12:55:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19896&amp;PID=73269&amp;title=bug-report-control-sometimes-freezes#73269</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: Report control sometimes freezes! : Hello;I&amp;#039;m not using the x...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19896&amp;PID=72979&amp;title=bug-report-control-sometimes-freezes#72979</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 19896<br /><strong>Posted:</strong> 16 December 2014 at 7:26am<br /><br />Hello;<br><br>I'm not using the xtpReportScrollModeSmoothscroll mode!<br>But I still have the problems.<br>]]>
   </description>
   <pubDate>Tue, 16 Dec 2014 07:26:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19896&amp;PID=72979&amp;title=bug-report-control-sometimes-freezes#72979</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: Report control sometimes freezes! : Hi, I&#226;&#8364;&#732;ve  experienced a similar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19896&amp;PID=72977&amp;title=bug-report-control-sometimes-freezes#72977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=19">mihey</a><br /><strong>Subject:</strong> 19896<br /><strong>Posted:</strong> 16 December 2014 at 4:56am<br /><br />Hi, <br />I‘ve  experienced a similar problem with my Report Control.  After some debugging I’ve found out, that the effect had something todo with xtpReportScrollModeSmooth ScrollMode in a very special case (a row in a hidden group changes his parent).<br /><br />Sometimes the EnsureVisibleSmooth in the CXTPReportSection::EnsureVisible method crashes and the caller SetFocusedRow method does not have an EndUpdate executed.  <br />Do you also use xtpReportScrollModeSmooth scroll mode? Try to switch to xtpReportScrollModeBlockCount instead. Perhaps that would be a workaround.<br /><br />Best Regards, <br />Mikhail<br /><br /><br />Product: Xtreme Toolkit Version 16.2.0<br /><br />Platform: Windows 7 (64bit)<br /><br />Language: Visual C++ 2003 ]]>
   </description>
   <pubDate>Tue, 16 Dec 2014 04:56:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19896&amp;PID=72977&amp;title=bug-report-control-sometimes-freezes#72977</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: Report control sometimes freezes! : Hello;We&amp;#039;re using several...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19896&amp;PID=68500&amp;title=bug-report-control-sometimes-freezes#68500</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 19896<br /><strong>Posted:</strong> 26 June 2012 at 4:42pm<br /><br />Hello;<br><br>We're using several instances of the report control within our app. Sometimes one of these report controls freezes drawing. It does not update it's states (drawing freezes). E.g. the vertical scrollbar is visible and can be moved by mouse but the content is always the same. Also when clicking into the control the selection does not change, but when using the keyboard arrow keys to navigate I receive change events in the owner of the control.<br><br>Firts we thought that we forgot to call EndUpdate() after a BeginUpdate() call, but we always use CXTPReportControl::CUpdateContext guards throughout the whole application. So it definitely can't be within our app.<br>I just checked the XT source code and found out that in several places the CXTPReportControl::CUpdateContext isn't used and I found functions with EndUpdate()/BeginUpdate() (in this order) calls. Perhaps here's the problem...<br><br>Has anyone else encountered the same problem? How did you solve this?<br>]]>
   </description>
   <pubDate>Tue, 26 Jun 2012 16:42:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19896&amp;PID=68500&amp;title=bug-report-control-sometimes-freezes#68500</guid>
  </item> 
 </channel>
</rss>