<?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: Map Progress Bar in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247683#M6462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dominique - my bad, from the What's New in Silverlight 4 page &lt;/SPAN&gt;&lt;STRONG&gt;"In XAML, support for XML namespace references to a schema. You can remove multiple assembly/namespace references at the top of your XAML page with one for ESRI.ArcGIS.Client, ESRI.ArcGIS.Client.Behaviors, and ESRI.ArcGIS.Client.Toolkit:"&lt;/STRONG&gt;&lt;SPAN&gt; but I did still need to add the toolkit as a reference in the project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jun 2010 12:47:06 GMT</pubDate>
    <dc:creator>CraigPerreault</dc:creator>
    <dc:date>2010-06-03T12:47:06Z</dc:date>
    <item>
      <title>Map Progress Bar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247679#M6458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I add the MapProgressBar using 2.0 beta, like in the esriToolKit used in version 1.2&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 20:37:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247679#M6458</guid>
      <dc:creator>CraigPerreault</dc:creator>
      <dc:date>2010-06-01T20:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Map Progress Bar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247680#M6459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;MapProgressBar is still there with 2.0 beta and is working the same way than in 1.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your xaml file, add something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:MapProgressBar x:Name="MyProgressBar" 
&amp;nbsp;&amp;nbsp;&amp;nbsp; Background="{StaticResource CommonBackgroundBrush}"
 Map="{Binding ElementName=Map}"
 HorizontalAlignment="Center" VerticalAlignment="Bottom"
 Width="150" Height="12" 
 Margin="5"&amp;nbsp; /&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247680#M6459</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-11T12:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Map Progress Bar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247681#M6460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I get the error description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The type or namespace name 'MapProgressBar' could not be found (are you missing a using directive or an assembly reference?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the same code that worked in 1.2 without:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; xmlns:esriToolkit="clr-namespace:ESRI.ArcGIS.Client.Toolkit;assembly=ESRI.ArcGIS.Client.Toolkit"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;xmlns:esri="http://schemas.esri.com/arcgis/client/2009"&amp;nbsp; 

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:MapProgressBar x:Name="MyProgressBar"
 Map="{Binding ElementName=myMap}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Grid.Row="1"
 HorizontalAlignment="Center" VerticalAlignment="Center"
 Width="150" Height="12"
 Margin="5"&amp;nbsp; /&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:19:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247681#M6460</guid>
      <dc:creator>CraigPerreault</dc:creator>
      <dc:date>2021-12-11T12:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Map Progress Bar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247682#M6461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Might be that ESRI.ArcGIS.Client.&lt;/SPAN&gt;&lt;STRONG&gt;Toolkit &lt;/STRONG&gt;&lt;SPAN&gt; is not referenced in your project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 08:34:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247682#M6461</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-03T08:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Map Progress Bar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247683#M6462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dominique - my bad, from the What's New in Silverlight 4 page &lt;/SPAN&gt;&lt;STRONG&gt;"In XAML, support for XML namespace references to a schema. You can remove multiple assembly/namespace references at the top of your XAML page with one for ESRI.ArcGIS.Client, ESRI.ArcGIS.Client.Behaviors, and ESRI.ArcGIS.Client.Toolkit:"&lt;/STRONG&gt;&lt;SPAN&gt; but I did still need to add the toolkit as a reference in the project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 12:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247683#M6462</guid>
      <dc:creator>CraigPerreault</dc:creator>
      <dc:date>2010-06-03T12:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Map Progress Bar</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247684#M6463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;xmlns:esri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.esri.com/arcgis/client/2009" rel="nofollow" target="_blank"&gt;http://schemas.esri.com/arcgis/client/2009&lt;/A&gt;&lt;SPAN&gt;" should be enough for both core and toolkit assemblies, including the MapProgressBar.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen VS2010 be a little "weird" with these namespaces, and sometimes "forget" what assemblies they map to. Usually just removing the namespace declaration, save, and put it back in fixes it for me when it does this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 13:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-progress-bar/m-p/247684#M6463</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-06-03T13:54:53Z</dc:date>
    </item>
  </channel>
</rss>

