<?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 : redraw problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : redraw problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:31:18 +0000</pubDate>
  <lastBuildDate>Sat, 04 Feb 2006 10:30: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=3600</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[redraw problem : Douglas, There are no ways to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3600&amp;PID=10813&amp;title=redraw-problem#10813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3600<br /><strong>Posted:</strong> 04 February 2006 at 10:30am<br /><br />Douglas,<br><br> There are no ways to redraw a single cell, but the entire operation is optimized internally. <br><br>However, if redrawing a control on every your custom message looks inefficient for you, try using some kind of a workaround - for example redraw a control N times per second by timer, what definitely will be fast enough with reasonable N (5 for example).<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sat, 04 Feb 2006 10:30:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3600&amp;PID=10813&amp;title=redraw-problem#10813</guid>
  </item> 
  <item>
   <title><![CDATA[redraw problem : Thanks for the reply, But why...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3600&amp;PID=10809&amp;title=redraw-problem#10809</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=97">douglashogan</a><br /><strong>Subject:</strong> 3600<br /><strong>Posted:</strong> 04 February 2006 at 7:44am<br /><br /><P>Thanks for the reply,</P><P>But why do I have to redraw the ENTIRE control. I just want to invalidate the cell. I have a % indicator which grows as a download proceeds. There are tons of messages coming in and redrawing the entire control every time i get an update message is very inefficient. Is there no way to invalidate/redraw a single cell?</P>]]>
   </description>
   <pubDate>Sat, 04 Feb 2006 07:44:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3600&amp;PID=10809&amp;title=redraw-problem#10809</guid>
  </item> 
  <item>
   <title><![CDATA[redraw problem : Hi,  It&amp;#039;s not incorrect behavior....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3600&amp;PID=10808&amp;title=redraw-problem#10808</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3600<br /><strong>Posted:</strong> 04 February 2006 at 7:13am<br /><br />Hi,<br /><br />It's not incorrect behavior. Imagine that you'd like to change a number of report control cells values in a loop. If it would be automatically redrawn, you'll see a heavy flickering. So, to avoid that a user has a choice when to call Redraw method.<br /><br />Yes, of course it is possible to make custom drawn items. You'll have to derive your class from CXTPReportRecordItem and write custom implementation for Draw() method and some others (like mouse events handlers, etc).<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Sat, 04 Feb 2006 07:13:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3600&amp;PID=10808&amp;title=redraw-problem#10808</guid>
  </item> 
  <item>
   <title><![CDATA[redraw problem : I change the text in one of the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3600&amp;PID=10806&amp;title=redraw-problem#10806</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=97">douglashogan</a><br /><strong>Subject:</strong> 3600<br /><strong>Posted:</strong> 04 February 2006 at 6:40am<br /><br /><P>I change the text in one of the cells of the report control using SetValue, it doesn't redraw automatically. I currrently have to call redrawwindow for the entire control to update it. What am i doing wrong?</P><P>Also, I would like to embed a custom draw gauge control in a cell. Is this possible? If so, are there any examples of similar. </P>]]>
   </description>
   <pubDate>Sat, 04 Feb 2006 06:40:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3600&amp;PID=10806&amp;title=redraw-problem#10806</guid>
  </item> 
 </channel>
</rss>