<?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 FlareClusterer event bug? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/flareclusterer-event-bug/m-p/470858#M12131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just upgraded from 1.2 to 2.1 and it seems that GraphicsLayer mouse events no longer work on the clusterer symbol itself, they wont even fire.&amp;nbsp; I can only mousedown (or any other event) on the zoomed in, unclustered point just fine.&amp;nbsp; I know the graphics click event changed with the addition of GraphicMouseEventArgs, is there another way to fire these events now?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Dec 2010 14:20:39 GMT</pubDate>
    <dc:creator>EricO_Neal</dc:creator>
    <dc:date>2010-12-02T14:20:39Z</dc:date>
    <item>
      <title>FlareClusterer event bug?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/flareclusterer-event-bug/m-p/470858#M12131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just upgraded from 1.2 to 2.1 and it seems that GraphicsLayer mouse events no longer work on the clusterer symbol itself, they wont even fire.&amp;nbsp; I can only mousedown (or any other event) on the zoomed in, unclustered point just fine.&amp;nbsp; I know the graphics click event changed with the addition of GraphicMouseEventArgs, is there another way to fire these events now?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 14:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/flareclusterer-event-bug/m-p/470858#M12131</guid>
      <dc:creator>EricO_Neal</dc:creator>
      <dc:date>2010-12-02T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: FlareClusterer event bug?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/flareclusterer-event-bug/m-p/470859#M12132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for reporting this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to reproduce the issue and found that only MouseLeave event fires when FlareClusterer symbol is used. We apologize for the inconvenience. It is unfortunate that fixing performance issue with Silverlight introduced this new bug. We will try to get this fixed in future releases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For work around, you can subscribe to the MouseEvents on the Map and use FindGraphicsInHostCoordinates. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp; private void MyMap_MouseLeftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e)
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; GraphicsLayer graphicsLayer = MyMap.Layers["MyGraphicsLayer"] as GraphicsLayer;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; GeneralTransform generalTransform = MyMap.TransformToVisual(Application.Current.RootVisual);
&amp;nbsp;&amp;nbsp; System.Windows.Point transformScreenPnt = generalTransform.Transform(e.GetPosition(this.MyMap));
&amp;nbsp;&amp;nbsp; var graphics = graphicsLayer.FindGraphicsInHostCoordinates(transformScreenPnt);
&amp;nbsp; } 
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:50:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/flareclusterer-event-bug/m-p/470859#M12132</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-11T20:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: FlareClusterer event bug?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/flareclusterer-event-bug/m-p/470860#M12133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. Works great. :cool:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 12:11:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/flareclusterer-event-bug/m-p/470860#M12133</guid>
      <dc:creator>EricO_Neal</dc:creator>
      <dc:date>2010-12-03T12:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: FlareClusterer event bug?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/flareclusterer-event-bug/m-p/470861#M12134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This fix won't work for us.&amp;nbsp; Is there any idea of a date for a new release of the api with a fix to this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 13:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/flareclusterer-event-bug/m-p/470861#M12134</guid>
      <dc:creator>MichaelBlom</dc:creator>
      <dc:date>2011-02-10T13:04:04Z</dc:date>
    </item>
  </channel>
</rss>

