<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue with LayerCollection::LayersInitialized event. in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548164#M14010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As per the documentation, the value would be between 0 and 100.So, does it mean, when value is 100, all layers are fully initialized and images for the map is ready to be displayed and I should disable my progress bar.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, this is correct. It is the same event ProgressBar from the Toolkit is using: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MapProgressBar"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MapProgressBar&lt;/A&gt;&lt;SPAN&gt;. But since this control is not modal as you need in your application, you can simply listen for the same event. The source code for the Toolkit is also available in CodePlex, should you need to download and see how it works: &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/"&gt;http://esrisilverlight.codeplex.com/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 15:22:35 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-02-15T15:22:35Z</dc:date>
    <item>
      <title>Issue with LayerCollection::LayersInitialized event.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548161#M14007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to show a Silverlight progress bar on a child window (to make it modal) till all services in my application load. I cannot find any event to hook for this task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LayerCollection::LayersInitialized event finishes to early and still services keep initializing. I want to restrict the user from doing anything in this time. He must see a modal progress bar only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody let me know the right event for this? Any help is appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not using any cached services in my application as of now, all are dynamic.But, in future, I might add cached satellite imagery also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 10:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548161#M14007</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-02-14T10:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LayerCollection::LayersInitialized event.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548162#M14008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can subscribe to Map's Progress event: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~Progress_EV.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~Progress_EV.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 16:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548162#M14008</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-02-14T16:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LayerCollection::LayersInitialized event.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548163#M14009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jenn, Thanks&amp;nbsp; for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I went through the documentation and implemented in the code.But, still I can't understand how to use the value of the property &lt;/SPAN&gt;&lt;STRONG&gt;Progress&lt;/STRONG&gt;&lt;SPAN&gt; on the incoming arguments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As per the documentation, the value would be between 0 and 100.So, does it mean, when value is 100, all layers are fully initialized and images for the map is ready to be displayed and I&amp;nbsp; should disable my progress bar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please shade some light on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 02:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548163#M14009</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-02-15T02:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LayerCollection::LayersInitialized event.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548164#M14010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As per the documentation, the value would be between 0 and 100.So, does it mean, when value is 100, all layers are fully initialized and images for the map is ready to be displayed and I should disable my progress bar.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, this is correct. It is the same event ProgressBar from the Toolkit is using: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MapProgressBar"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MapProgressBar&lt;/A&gt;&lt;SPAN&gt;. But since this control is not modal as you need in your application, you can simply listen for the same event. The source code for the Toolkit is also available in CodePlex, should you need to download and see how it works: &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/"&gt;http://esrisilverlight.codeplex.com/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 15:22:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548164#M14010</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-02-15T15:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LayerCollection::LayersInitialized event.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548165#M14011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jenn.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have been great help. I really appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did it successfully by simply putting Silverlight progressbar on ChildWindow and hooking to the event you suggested. Now our UI designer would take care of making it good looking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 04:33:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548165#M14011</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-02-16T04:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with LayerCollection::LayersInitialized event.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548166#M14012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The LayerCollection::LayersInitialized is not firing in my case at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this event fired only in case all layers are properly initialized [no initialization failure occurred] or is it fired no matter how individual layers initialization state is as suggested by the documentation ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 18:44:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/issue-with-layercollection-layersinitialized-event/m-p/548166#M14012</guid>
      <dc:creator>HamidMokdes</dc:creator>
      <dc:date>2012-11-26T18:44:17Z</dc:date>
    </item>
  </channel>
</rss>

