<?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 : Progressbar slow / General request</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Progressbar slow / General request]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:07:36 +0000</pubDate>
  <lastBuildDate>Fri, 26 Mar 2010 14:10:34 +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=16459</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[Progressbar slow / General request : Thanks, that certainly is a lot...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57817&amp;title=progressbar-slow-general-request#57817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5180">pate</a><br /><strong>Subject:</strong> 16459<br /><strong>Posted:</strong> 26 March 2010 at 2:10pm<br /><br />Thanks, that certainly is a lot better.&nbsp; Still a little slower than the stock MS control, but not unusable.&nbsp; I really hope CJ takes the time to look at little stuff like this bug.&nbsp; I''ve seen it on at least 2 computers (three I think) and the other user reported it, so it is definitely an issue.&nbsp; Just seems like the most basic of controls like this just ought to work and not even have to think about them.&nbsp; Then other times they produce incredible controls like the Docking control, which is simply a thing of beauty,<DIV>&nbsp;</DIV><DIV>-Melvyn</DIV>]]>
   </description>
   <pubDate>Fri, 26 Mar 2010 14:10:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57817&amp;title=progressbar-slow-general-request#57817</guid>
  </item> 
  <item>
   <title><![CDATA[Progressbar slow / General request :  Also fuxi, what&amp;#039;s the subclassing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57776&amp;title=progressbar-slow-general-request#57776</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16459<br /><strong>Posted:</strong> 24 March 2010 at 6:46pm<br /><br />Also <b>fuxi</b>, what's the subclassing bug you mentioned in the TabStrip? Could you start a new thread with some more information on this (or point me to an existing thread) so that I can add it to the TODO list?<br><br>Thanks a lot.<br>]]>
   </description>
   <pubDate>Wed, 24 Mar 2010 18:46:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57776&amp;title=progressbar-slow-general-request#57776</guid>
  </item> 
  <item>
   <title><![CDATA[Progressbar slow / General request :  So there&amp;#039;s no question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57774&amp;title=progressbar-slow-general-request#57774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16459<br /><strong>Posted:</strong> 24 March 2010 at 6:38pm<br /><br />So there's no question that the CJ ProgressBar is slower than the VB bar, although for me it isn't nearly as slow as it is for you (not sure why).<br><br>It seems that the problem likely has to do with how the CJ PB draws the control - my guess would be that the CJ PB completely redraws the control when the Value property is set, even if the new value wouldn't change the appearance of the control. My other guess is that the VBPB is optimized to only redraw itself if the change in value would result in a change of appearance, hence the performance discrepancy.<br><br>I've added this to the <a href="http://forum.codejock.com/forum_posts.asp?TID=16446" target="_blank">SuiteControls TODO list</a>.<br>]]>
   </description>
   <pubDate>Wed, 24 Mar 2010 18:38:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57774&amp;title=progressbar-slow-general-request#57774</guid>
  </item> 
  <item>
   <title><![CDATA[Progressbar slow / General request : Maybe you could try only updating...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57772&amp;title=progressbar-slow-general-request#57772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16459<br /><strong>Posted:</strong> 24 March 2010 at 6:00pm<br /><br />Maybe you could try only updating the ProgressBar value if 1) The new value is different than the current value, and 2) the new value would actually move the position of the drawn value.<br><br>To do this, you could calculate the Max value based on the width of the ProgressBar instead of your real maximum value. Something like:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp; Dim l_Count As Long: l_Count = 3000<br><br>&nbsp;&nbsp; Me.ProgressBar1.Max = Me.ScaleX(Me.ProgressBar1.Width, Me.ScaleMode, vbPixels)<br>&nbsp;&nbsp; For i = 1 To l_Count<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; l_Value = i * (Me.ProgressBar1.Max / l_Count)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If l_Value &lt;&gt; Me.ProgressBar1.Value Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.ProgressBar1.Value = l_Value<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp; Next i<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Wed, 24 Mar 2010 18:00:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57772&amp;title=progressbar-slow-general-request#57772</guid>
  </item> 
  <item>
   <title><![CDATA[Progressbar slow / General request :  uploads/20100324_174904_prog_bar_issue.zip  Thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57771&amp;title=progressbar-slow-general-request#57771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5180">pate</a><br /><strong>Subject:</strong> 16459<br /><strong>Posted:</strong> 24 March 2010 at 5:53pm<br /><br /><a href="http://forum.codejock.com/uploads/20100324_174904_prog_bar_issue.zip" target="_blank"><DIV>uploads/20100324_174904_prog_bar_issue.zip</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#000000>Thanks for the reply.&nbsp; No, completely stripped down VB 6 project, see attached file.&nbsp; And I have seen this on multiple computers at different locations, so it is not tied to just one computer.&nbsp; Using VB6 SP6 on Windows XP.</FONT></DIV><DIV>&nbsp;</DIV><DIV>Not sure why the text is underlined it is doing it by itself.</DIV><DIV>&nbsp;</DIV><DIV><BR><FONT color=#000000>-Melvyn</FONT></DIV><DIV><FONT color=#ff0000></FONT>&nbsp;</DIV><DIV><FONT color=#ff0000></FONT>&nbsp;</DIV><DIV><FONT color=#ff0000></FONT>&nbsp;</DIV></A>]]>
   </description>
   <pubDate>Wed, 24 Mar 2010 17:53:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57771&amp;title=progressbar-slow-general-request#57771</guid>
  </item> 
  <item>
   <title><![CDATA[Progressbar slow / General request : What other settings are you using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57770&amp;title=progressbar-slow-general-request#57770</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16459<br /><strong>Posted:</strong> 24 March 2010 at 5:27pm<br /><br />What other settings are you using on your CJ progressbar?&nbsp; Are you using the SkinFramework as well? What OS? <br><br>I'm trying to reproduce the problem, but while the CJ is a bit slower (particularly when using Office2007 mode), it is not nearly as slow as you are seeing.<br><br><br>]]>
   </description>
   <pubDate>Wed, 24 Mar 2010 17:27:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57770&amp;title=progressbar-slow-general-request#57770</guid>
  </item> 
  <item>
   <title><![CDATA[Progressbar slow / General request : Can someone at CodeJock please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57768&amp;title=progressbar-slow-general-request#57768</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5180">pate</a><br /><strong>Subject:</strong> 16459<br /><strong>Posted:</strong> 24 March 2010 at 4:14pm<br /><br />Can someone at CodeJock please respond to this, I'm seeing the same thing.&nbsp; With 3000 items it is the diffference in 1/2 second for the stock MS progress bar and close to 20 seconds for the CodeJock progress bar.&nbsp; And I do NOT have DoEvents in my loop, just updating the value.&nbsp; Unusable as it is.<DIV>&nbsp;</DIV><DIV>For J = 1 To 3000<BR>&nbsp;&nbsp;&nbsp; ProgressBar1.Value = J<BR>Next J</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Melvyn Pate</DIV><DIV>registered and on support</DIV>]]>
   </description>
   <pubDate>Wed, 24 Mar 2010 16:14:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57768&amp;title=progressbar-slow-general-request#57768</guid>
  </item> 
  <item>
   <title><![CDATA[Progressbar slow / General request : hi dear codejock team,i&amp;#039;ve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57628&amp;title=progressbar-slow-general-request#57628</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4807">fuxi</a><br /><strong>Subject:</strong> 16459<br /><strong>Posted:</strong> 16 March 2010 at 8:43am<br /><br />hi dear codejock team,<br><br>i've noticed an issue with the progressbar control:<br>it seems to slow down the app speed dramatically (vb6) without any cause.<br><br>just try: <br><br>&nbsp;&nbsp;&nbsp; progress1.Max = 1000<br>&nbsp;&nbsp;&nbsp; For i = 1 To 1000<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DoEvents<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; progress1.Value = i<br>&nbsp;&nbsp;&nbsp; Next<br><br>with a default progressbar (from the ms common controls) it takes &lt; 1 sec<br>and using the codejock progressbar it almost takes 3 seconds!<br><br>what could it be?<br><br>2nd - as a satisfied codejock costumer i'd like to ask if it's possible to split up the controls into extra ocx?<br>when using only ONE control of the whole collection it takes several seconds to load it and really bloats little apps.<br>i hope you could do this also because there's a subclassing bug in the tabstrip control which causes lots of crashes.<br><br>thanks in advance<br>]]>
   </description>
   <pubDate>Tue, 16 Mar 2010 08:43:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16459&amp;PID=57628&amp;title=progressbar-slow-general-request#57628</guid>
  </item> 
 </channel>
</rss>