<?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: Pan operation lags behind the cursor in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108132#M437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No accelerated display in use, though the experience is the same as described in the release notes. I will confirm tomorrow that the experience is identical when enabling this in the sample application. I only have access to remote desktop at the moment, so it will not be the same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 13:08:44 GMT</pubDate>
    <dc:creator>BjørnarSundsbø</dc:creator>
    <dc:date>2014-05-07T13:08:44Z</dc:date>
    <item>
      <title>Pan operation lags behind the cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108128#M433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I perform a pan operation without releasing the mouse button, and continiously drag the map around, the image lags behind the cursor, and sometimes "stutters". The reason I really noticed this was that the test application for map functionality does not experience the same issue. I did discover some heavy logic in the MouseMove event that I have now disabled if the left mouse button is down. I have been unable find any other events that I have hooked up that could be causing this. ANTS Performance Profiler does not indicate anything in my code. The only heavy load it refers to is native code related to CopyPixels. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure this is a problem that is directly related to the API, and I realize the reason could be anything anywhere in my code, but I'm trying to find out if someone else has experienced the same, and how this may have been addressed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not use accelerated display. I tried removing all overlay on the map, such as menus and other gadgets to no avail. I also tried removing all GraphicsLayers in case these were the cause. The experience is the same as if you use AcceleratedDisplayLayer to hold the background map, and have&amp;nbsp; no acceleration on the GraphicsLayers on top. The feeling then is that the objects are floating on top of the map in a very peculiar way; they do not have the same speed as the cursor and background map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 08:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108128#M433</guid>
      <dc:creator>BjørnarSundsbø</dc:creator>
      <dc:date>2014-05-05T08:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pan operation lags behind the cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108129#M434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How is memory usage with the application while this happens? I remember seeing similar case on my professional services days where it ended to be related FeatureLayer and it's Snapshot mode (loads all graphics to memory while on-demand keeps only what is visible). Thou it sounds that you have already tested that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you managed to reproduce the issue in simpler application with same basemap service? Does this happen if you use different basemap service? One thing that you could try to do also is to see how long tile requests takes and/or if there is any other requests running around wildly while pan occurs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you managed to repro this issue with other computers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What SDK version you are using? You could try to upgrade to latest if you aren't using it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 06:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108129#M434</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2014-05-07T06:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pan operation lags behind the cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108130#M435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply. I haven't had time to look much deeper into this issue as I've been busy with 'Esri Incident #1270209' (related to this control) and a release. My simple sample application doesn't contain much of the application code I am experiencing the issue in, yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Memory usage is at approximately 400MB, which I don't feel is frightening, but could of course be related. I do experience this without any graphics (or graphics layers). Hiding all layers but one still produce the same effect. I haven't had time to recreate the issue in a smaller application, as mentioned before. Will do so when I find the time. This issue is (sadly) not critical to the user, but is something that is really bugging me personally &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tile request is rather quick, and I don't see any temporarily empty tiles when panning. As mentioned, I think I see the same effect when zooming (ZoomDuration is 200ms).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running the latest version of the SDK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I discover the reason I will post it here. I am still open to suggestions to other reasons for this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 07:15:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108130#M435</guid>
      <dc:creator>BjørnarSundsbø</dc:creator>
      <dc:date>2014-05-07T07:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pan operation lags behind the cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108131#M436</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;When you notice the stuttering map - are you using the accelerated display mode and have a debugger attached? Unfortunately there is a known issue with stuttering tiles in debug mode (something to do with low level .NET exceptions which we have not yet been able to resolve, although it does only occur when a debugger is attached and therefore is a relatively minor issue).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If using the AcceleratedDisplayLayers group layer unfortunately you will notice some unavoidable lag between the accelerated and non accelerated layers due to the fundamentally different rendering pipelines. This is much more apparent on older, slower machines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 13:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108131#M436</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-05-07T13:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pan operation lags behind the cursor</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108132#M437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No accelerated display in use, though the experience is the same as described in the release notes. I will confirm tomorrow that the experience is identical when enabling this in the sample application. I only have access to remote desktop at the moment, so it will not be the same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 13:08:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/pan-operation-lags-behind-the-cursor/m-p/108132#M437</guid>
      <dc:creator>BjørnarSundsbø</dc:creator>
      <dc:date>2014-05-07T13:08:44Z</dc:date>
    </item>
  </channel>
</rss>

