<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.esri.com/Dev/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Customizing the map progress bar in the 9.3 Web ADF (.NET)</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx</link><description>The Web ADF includes a progress bar that displays when the map is loading map images or tiles. It makes the user aware that the site is processing the user's request. You may wish to customize the progress bar, either to modify it or to replace it with</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>re: Customizing the map progress bar in the 9.3 Web ADF (.NET)</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx#3061</link><pubDate>Mon, 24 Nov 2008 03:15:56 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:3061</guid><dc:creator>pumskins</dc:creator><description>&lt;p&gt;I'm using 9.2 and i used the previous post on loading animation but my loading animation is always visible even all images is already loaded.I'm using the esri template that the map1 is inside the div id = Map_Panel.Does it affect the code? or there is additional code to add? Is it applicable to dynamic map or for cache map only?I'm new in arcgis server hope anybody can assess and help me.&lt;/p&gt;
&lt;p&gt;Thanks a lot.&lt;/p&gt;
</description></item><item><title>re: Customizing the map progress bar in the 9.3 Web ADF (.NET)</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx#3062</link><pubDate>Mon, 24 Nov 2008 03:52:28 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:3062</guid><dc:creator>pumskins</dc:creator><description>&lt;p&gt;&amp;quot;The JavaScript Map object events are handled after the form to let the content of the form load before interacting with it.&amp;quot;&lt;/p&gt;
&lt;p&gt;What does it means?&lt;/p&gt;
&lt;p&gt;&amp;quot;The functions are contained in the display_common.js file which is by default embedded with the Web ADF controls.&amp;quot;&lt;/p&gt;
&lt;p&gt;I found out that i don't have this display_common.js in my javascript folder in my application.Where can i find it?&lt;/p&gt;
&lt;p&gt;Any help is greatly appreciated.Thanks a lot.&lt;/p&gt;
</description></item><item><title>re: 9.2 progress bar</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx#3077</link><pubDate>Wed, 26 Nov 2008 00:53:57 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:3077</guid><dc:creator>Bryan B.</dc:creator><description>Please post comments/questions relevant to this particular post. For questions about other topics, you can post a question to the ArcGIS Server Forum (http://forums.esri.com/forums.asp?c=158), under the ArcGIS Server .NET forum. Thanks.</description></item><item><title>re: Customizing the map progress bar in the 9.3 Web ADF (.NET)</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx#3504</link><pubDate>Thu, 15 Jan 2009 15:40:06 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:3504</guid><dc:creator>Chad</dc:creator><description>Great post, thanks! It was very easy to implement this. Go to http://www.ajaxload.info to create your own sweet little ajaxy gif, then add something like this to your css file to give it a background:

#progressImageDiv {
    position: absolute;
    left: 600px;
    top: 400px;
    height: 32px;
    padding: 5px;
    border: 1px solid #777;
    background: #fff;
}

Remove the styling from the div on your aspx page as well. The result is pretty slick looking.

</description></item><item><title>re: Customizing the map progress bar in the 9.3 Web ADF (.NET)</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx#3564</link><pubDate>Mon, 26 Jan 2009 19:41:15 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:3564</guid><dc:creator>Jim</dc:creator><description>Great post, the only problem I have is that the progress bar does not seem to come up when the page is initially loaded. It only works when zooming in or out. Is this the way it is suppose to work or am I doing something wrong. Some of my users get nervious when the site sits there blank for a few seconds on the initial load. Thanks.</description></item><item><title>re: Customizing the map progress bar in the 9.3 Web ADF (.NET)</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx#3599</link><pubDate>Tue, 27 Jan 2009 12:06:04 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:3599</guid><dc:creator>chakresh_sahu</dc:creator><description>&lt;p&gt; hi sterlingdq&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i tried to implement your code in my web application .but after using it in my code searchAttributeTask QueryAttributeTask,Printtask does not appear in web application.what is matter?&lt;/p&gt;
</description></item><item><title>re: Customizing the map progress bar in the 9.3 Web ADF (.NET)</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx#3605</link><pubDate>Wed, 28 Jan 2009 10:47:19 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:3605</guid><dc:creator>chakresh_sahu</dc:creator><description>&lt;p&gt;please see this post on following link&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2272&amp;amp;t=273252"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2272&amp;amp;t=273252&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Customizing the map progress bar in the 9.3 Web ADF (.NET)</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx#9209</link><pubDate>Tue, 20 Oct 2009 19:10:49 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:9209</guid><dc:creator>Amanda</dc:creator><description>How do you call the showProgress() from a custom tool.  My tool does not fire off the showProgress function?</description></item><item><title>re: Customizing the map progress bar in the 9.3 Web ADF (.NET)</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/07/Customizing-the-map-progress-bar-in-the-9.3-Web-ADF-_28002E00_NET_2900_.aspx#9220</link><pubDate>Wed, 21 Oct 2009 03:47:25 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:9220</guid><dc:creator>chakresh_sahu</dc:creator><description>&lt;p&gt;dear amanda &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;follow the instruction given at &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2272&amp;amp;t=273252"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2272&amp;amp;t=273252&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;you have to call showProgress in startup()function&lt;/p&gt;
</description></item></channel></rss>