<?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: Rendering flickers when using Cluster in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441973#M11474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It appears this problem still exists.&amp;nbsp; Is it not possible to redraw without flickering?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 02:36:38 GMT</pubDate>
    <dc:creator>DavidPilcher</dc:creator>
    <dc:date>2014-06-26T02:36:38Z</dc:date>
    <item>
      <title>Rendering flickers when using Cluster</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441967#M11468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried creating a custom clusterer (derived from GraphicsClusterer) to do the same as the FlareClusterer but without the flare effect. I then noticed that when I change the geometry of Graphics (realtime update from server where the Graphic geometry changes). Whenever this happens, all the Graphic objects on the screen flickers. The FlareClusterer gives the same effect. When removing any clusterer from the layer the rendering is smooth.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't use clustering if it causes this kind of flickering. Is this the way clusterers works, or is there some inefficiencies in the clusterer that causes this? There are less than 15 graphics in all the layers being displayed, so this should not really cause poor performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears as if the whole layer is cleared when clustering is reapplied after a change of geometry, and then redrawn, instead of only the features that have been affected by the change. I would think that would leave an even better performance perception. And/or when clustering is enabled, draw to a backbuffer in an ascync call, and then replace the entire content of the layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clustering as it is does not not perform well in a dynamic context. Are there any workarounds for this, or plans for improving this feature? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the latest release (2.1).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jan 2011 16:03:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441967#M11468</guid>
      <dc:creator>BjørnarSundsbø</dc:creator>
      <dc:date>2011-01-23T16:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering flickers when using Cluster</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441968#M11469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you change the geometry, the clusters needs to be recalculated and rerendered. This is per design.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 15:53:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441968#M11469</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-01-24T15:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering flickers when using Cluster</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441969#M11470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assumed so, but do you plan to do anything about the flickering.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 18:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441969#M11470</guid>
      <dc:creator>BjørnarSundsbø</dc:creator>
      <dc:date>2011-01-24T18:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering flickers when using Cluster</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441970#M11471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Because the entire cluster set gets invalidated, the clusters needs to be completely re-rendered. This will cause a quick flicker. If you have data that frequently update, I suggest you don't use clustering (especially considering you said you only have 15 points)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 23:46:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441970#M11471</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-01-24T23:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering flickers when using Cluster</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441971#M11472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have quite a few more features than 15. Just wanted to illustrate I got the flickering even with so few features. There will be frequent updates (every 5 - 45 second per feature). Clustering has been disabled because of the flickering.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 06:09:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441971#M11472</guid>
      <dc:creator>BjørnarSundsbø</dc:creator>
      <dc:date>2011-01-25T06:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering flickers when using Cluster</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441972#M11473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Because of the number of items and refresh frequency of a layer, the flickering when a geometry changes is not acceptable for our users, and is considered a bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this an issue you can put on your todo-list? I tried to report it in the version 2.2 beta program, but it was not followed up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 12:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441972#M11473</guid>
      <dc:creator>BjørnarSundsbø</dc:creator>
      <dc:date>2011-12-01T12:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering flickers when using Cluster</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441973#M11474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It appears this problem still exists.&amp;nbsp; Is it not possible to redraw without flickering?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 02:36:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/rendering-flickers-when-using-cluster/m-p/441973#M11474</guid>
      <dc:creator>DavidPilcher</dc:creator>
      <dc:date>2014-06-26T02:36:38Z</dc:date>
    </item>
  </channel>
</rss>

