<?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 Spanning monitors with ArcGISDynamicServiceLayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133228#M3338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just discovered something that may be a bug and I was wondering if someone else (on the ESRI side of things) could verify it for me.&amp;nbsp; I have 2 monitors and have been playing with "stretching" the IE window that contains our Silverlight application to get more screen real estate.&amp;nbsp; Whenever I am displaying an ArcGISDynamicServiceLayer (as one does with data overlays in our app) - once the screen is stretched past a certain point on to the other screen (about 2.5 inches in my case with my resolution) - the layer will not appear!&amp;nbsp; Very strange because it doesn't happen with feature layers, tiled layers or graphics layers (that I can tell).&amp;nbsp; Also, it will span two screens, just not very much of the second one before disappearing.&amp;nbsp; Can anyone confirm this behavior and tell me if it is expected?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spencer Williams&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Forestar Group, Inc. (NYSE:FOR)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jan 2011 20:43:56 GMT</pubDate>
    <dc:creator>SpencerWilliams</dc:creator>
    <dc:date>2011-01-05T20:43:56Z</dc:date>
    <item>
      <title>Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133228#M3338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just discovered something that may be a bug and I was wondering if someone else (on the ESRI side of things) could verify it for me.&amp;nbsp; I have 2 monitors and have been playing with "stretching" the IE window that contains our Silverlight application to get more screen real estate.&amp;nbsp; Whenever I am displaying an ArcGISDynamicServiceLayer (as one does with data overlays in our app) - once the screen is stretched past a certain point on to the other screen (about 2.5 inches in my case with my resolution) - the layer will not appear!&amp;nbsp; Very strange because it doesn't happen with feature layers, tiled layers or graphics layers (that I can tell).&amp;nbsp; Also, it will span two screens, just not very much of the second one before disappearing.&amp;nbsp; Can anyone confirm this behavior and tell me if it is expected?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spencer Williams&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Forestar Group, Inc. (NYSE:FOR)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 20:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133228#M3338</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2011-01-05T20:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133229#M3339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS Server has a maximum image size it can return at 2048x2048, so you are likely hitting this limit. However the Silverlight API will "clip" at this size and you should instead see a slightly more blurry image, but still get the entire view covered (I just tried this across 3 screens and it worked for me). This was a bug in earlier builds of the API though. What version are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 21:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133229#M3339</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-01-05T21:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133230#M3340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Morten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick response.&amp;nbsp; My screen resolution is 1680 X 1050.&amp;nbsp; I can't attach screenshots of the three screens together due to the resolution limitation, but here are the links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://spencerwilliams.net/files/working.png"&gt;http://spencerwilliams.net/files/working.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://spencerwilliams.net/files/notworking.png"&gt;http://spencerwilliams.net/files/notworking.png&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is using the 2.1 newest release (I upgraded from RC due to your response).&amp;nbsp; Again, this only happens with ArcGISDynamicServiceLayer....not any other type of layer - graphics, feature, etc.&amp;nbsp; It does it as soon as I go past a certain point - not sure if that is 2048X2048 though, but it might be.&amp;nbsp; let me know what you think.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Spencer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 14:01:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133230#M3340</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2011-01-06T14:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133231#M3341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did some tests and it looks like the possibility to display ArcGISDynamicMapService images bigger than 2048x2048 is only working if the service is not cached (no tiles).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At this time, I don't know if it's a bug or a normal behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your service cached?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 16:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133231#M3341</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-01-06T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133232#M3342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No.&amp;nbsp; My service is not cached.&amp;nbsp; FYI, I have the progress bar showing on the screen as well.&amp;nbsp; When the windows is "stretched" to the point where the layer doesn't show, it appears that it is not even trying to draw at all.&amp;nbsp; No progress like when it is on a single screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spencer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 16:15:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133232#M3342</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2011-01-06T16:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133233#M3343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try to use fiddler to see the requests sent to the server. This could give a clue. Probably one request is not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From my tests, some requests are no more working when the image size is greater than 2048:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_MedianIncome_US_2D/MapServer/export?size=2200%2C1000&amp;amp;f=image"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_MedianIncome_US_2D/MapServer/export?size=2200%2C1000&amp;amp;f=image&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But the same request is working with image size &amp;lt; 2048:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_MedianIncome_US_2D/MapServer/export?size=2000%2C1000&amp;amp;f=image"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_MedianIncome_US_2D/MapServer/export?size=2000%2C1000&amp;amp;f=image&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On another hand, if the service is not cached, the request looks working even when image size is greater than 2048.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:black;"&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/export?size=2200%2C1000&amp;amp;f=image"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer&lt;SPAN style="text-decoration:underline;"&gt;/export?size=2200%2C1000&amp;amp;f=image&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 16:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133233#M3343</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-01-06T16:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133234#M3344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I am re-opening this post to ask if there has been any development on higher resolution of ArcGISDynamicServiceLayer past 2048X2048 - we have some users with 30" monitors now and that resolution is 2560X1600.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 16:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133234#M3344</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2011-06-17T16:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133235#M3345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So I am re-opening this post to ask if there has been any development on higher resolution of ArcGISDynamicServiceLayer past 2048X2048 - we have some users with 30" monitors now and that resolution is 2560X1600.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No idea anyone?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 16:07:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133235#M3345</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2011-07-11T16:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133236#M3346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this limit still present in 10.1?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 22:04:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133236#M3346</guid>
      <dc:creator>JayOckers</dc:creator>
      <dc:date>2012-07-18T22:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning monitors with ArcGISDynamicServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133237#M3347</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;you can get round the 2048 x 2048 restriction by changing the service configuration file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're using AGS 10.1 and v3.0 of the client API it appends the max image dimensions to the request so it limits the size of the returned image and you don't see the issue happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 00:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/spanning-monitors-with-arcgisdynamicservicelayer/m-p/133237#M3347</guid>
      <dc:creator>DaveTimmins</dc:creator>
      <dc:date>2012-07-19T00:57:01Z</dc:date>
    </item>
  </channel>
</rss>

