<?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</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : ProgressBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 03:52:16 +0000</pubDate>
  <lastBuildDate>Mon, 10 Apr 2006 14:29:01 +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=3966</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 : There are no direct way to determine...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3966&amp;PID=12109&amp;title=progressbar#12109</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3966<br /><strong>Posted:</strong> 10 April 2006 at 2:29pm<br /><br />There are no direct way to determine begin and end amounts of requesting events set.<br><br>But: the DatePicker has a property BoldDaysWithEvents, and when it is disabled the control doesn't requests data provider for events on a partucular day. You can set it to False by default.<br><br>Then somewhere (on form initialization) set it to True and call DatePicker.RedrawControl. That will start a massive request to a DataProvider.<br><br>Initizalize your progress bar just before. The total amount would be a number of Date Picker days displayed.<br><br>And you can hide your progress bar by timeout: in 500 ms after the last request to SQL server.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 10 Apr 2006 14:29:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3966&amp;PID=12109&amp;title=progressbar#12109</guid>
  </item> 
  <item>
   <title><![CDATA[ProgressBar : I&amp;#039;musing the calendarControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3966&amp;PID=12076&amp;title=progressbar#12076</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=289">flauzer</a><br /><strong>Subject:</strong> 3966<br /><strong>Posted:</strong> 10 April 2006 at 5:32am<br /><br /><P>I'm&nbsp;using the calendarControl with Custom Provider on SQL server and the DatePicker with AttachToCalendar...&nbsp; <BR>&nbsp; <BR>When the&nbsp;user visualizes&nbsp;a form, the provider needs to go&nbsp;n times&nbsp;on SQL server (something more if there is the recurrence), with n that depends on the RowCount number of the DatePicker: I believe RowCount=2 is min, so&nbsp;the provider&nbsp;goes at least 60 (30x2) times on SQL with the event m_pCalendar_DoRetrieveDayEvents and the RetrievePattern....).&nbsp; <BR>&nbsp; <BR>My problem is how&nbsp;to show a progress&nbsp;bar between the beginning and the end of this time.&nbsp;<IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0">&nbsp;<BR> <BR>How to understand the&nbsp;event in which the DataPicker is beginning to load the cache (and therefore to visualize the beginning of the ProgressBar) and when the operation is ended?????&nbsp; <BR>&nbsp; <BR>Thanks for any suggestions....</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 10 Apr 2006 05:32:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3966&amp;PID=12076&amp;title=progressbar#12076</guid>
  </item> 
 </channel>
</rss>