<?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 map extent based on window size in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158942#M3962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone set map extent based on window size?&amp;nbsp; Please share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 13:33:57 GMT</pubDate>
    <dc:creator>ThaoNguyen</dc:creator>
    <dc:date>2010-11-18T13:33:57Z</dc:date>
    <item>
      <title>map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158942#M3962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone set map extent based on window size?&amp;nbsp; Please share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 13:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158942#M3962</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-11-18T13:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158943#M3963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use Maintain Extent Bahavior if you want to keep your current map extent:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MaintainExtentBehavior"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MaintainExtentBehavior&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 14:55:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158943#M3963</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2010-11-18T14:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158944#M3964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can use Maintain Extent Bahavior if you want to keep your current map extent:&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MaintainExtentBehavior"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MaintainExtentBehavior&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&amp;nbsp; I tried the sample code, but got the following errors.&amp;nbsp; I guess the sample code is outdated?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Error 1 The tag 'Interaction.Behaviors' does not exist in XML namespace '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/expression/2010/interactivity" rel="nofollow" target="_blank"&gt;http://schemas.microsoft.com/expression/2010/interactivity&lt;/A&gt;&lt;SPAN&gt;'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error 3 The type 'arcgis:MaintainExtentBehavior' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My code has the namespaces added in the UserControl header as follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;xmlns:i="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/expression/2010/interactivity" rel="nofollow" target="_blank"&gt;http://schemas.microsoft.com/expression/2010/interactivity&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;xmlns:arcgis="&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;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usage:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;i:Interaction.Behaviors&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;arcgis:MaintainExtentBehavior x:Uid="meb" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/i:Interaction.Behaviors&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 15:57:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158944#M3964</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-11-18T15:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158945#M3965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are missing the following references in your Silverlight application:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;System.Windows.Interactivity&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI.ArcGIS.Client.Behaviors&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 16:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158945#M3965</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2010-11-18T16:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158946#M3966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you!&amp;nbsp; I tried the sample code, but got the following errors.&amp;nbsp; I guess the sample code is outdated?&lt;BR /&gt;&lt;BR /&gt;Error 1 The tag 'Interaction.Behaviors' does not exist in XML namespace 'http://schemas.microsoft.com/expression/2010/interactivity'.&lt;BR /&gt;&lt;BR /&gt;Error 3 The type 'arcgis:MaintainExtentBehavior' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.&lt;BR /&gt;&lt;BR /&gt;My code has the namespaces added in the UserControl header as follow:&lt;BR /&gt;xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"&lt;BR /&gt;xmlns:arcgis="http://schemas.esri.com/arcgis/client/2009"&lt;BR /&gt;&lt;BR /&gt;Usage:&lt;BR /&gt;&amp;lt;i:Interaction.Behaviors&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;arcgis:MaintainExtentBehavior x:Uid="meb" /&amp;gt;&lt;BR /&gt;&amp;lt;/i:Interaction.Behaviors&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Found 'solution' for error 1 at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/3059821/problem-using-blend-3-interaction-behaviours-in-vs2010"&gt;http://stackoverflow.com/questions/3059821/problem-using-blend-3-interaction-behaviours-in-vs2010&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But after installing Blend SDK 4, didn't resolve the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 16:07:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158946#M3966</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-11-18T16:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158947#M3967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you also add the references I mentioned in my previous post (#4)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 16:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158947#M3967</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2010-11-18T16:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158948#M3968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you also add the references I mentioned in my previous post (#4)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just read your reply after I posted mine.&amp;nbsp; Yeah, that resolved the problem.&amp;nbsp; The sample code doesn't have those, but it references the url.&amp;nbsp; I removed the url lines and added the assembly references instead.&amp;nbsp; Thanks!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 16:32:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158948#M3968</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-11-18T16:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158949#M3969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you also add the references I mentioned in my previous post (#4)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ahhhh, still cannot try the sample solution.&amp;nbsp; I got assembly Interactivity below even though it's there in my references of the project.&amp;nbsp; I'm not sure what dependencies are missing either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Could not load file or assembly 'System.Windows.Interactivity, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 17:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158949#M3969</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-11-18T17:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158950#M3970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In your project references, does it show a warning symbol (!) next to the System.Windows.Interactivity? Can you check that when this assembly is selected the proper file path is located? Go to the path and see if the file exists (Kindly see attached).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Installing Blend 4, should have updated your registry so that these assemblies are found when you add reference to .NET assembly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 18:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158950#M3970</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-18T18:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: map extent based on window size</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158951#M3971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In your project references, does it show a warning symbol (!) next to the System.Windows.Interactivity? Can you check that when this assembly is selected the proper file path is located? Go to the path and see if the file exists (Kindly see attached).&lt;BR /&gt;&lt;BR /&gt;Installing Blend 4, should have updated your registry so that these assemblies are found when you add reference to .NET assembly.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no exclamation mark beside the dll reference and I also checked the path.&amp;nbsp; Everything is correct.&amp;nbsp; I also installed Blend 4 SDK.&amp;nbsp; Thanks for trying to help me!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 18:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-extent-based-on-window-size/m-p/158951#M3971</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2010-11-18T18:53:03Z</dc:date>
    </item>
  </channel>
</rss>

