<?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: Cluster - how to keep flared out until user closes infoWindow? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562844#M12697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anybody explain how to do this since both of the links above are dead?&amp;nbsp; I am using 3.2.&amp;nbsp; Is it still supported in 3.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I downloaded the 3.0 API zip to look for the mentioned sample, but the clustering mxml doesn't seem to be doing anything to keep the flares out. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aaron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jun 2013 17:33:01 GMT</pubDate>
    <dc:creator>AaronPerry</dc:creator>
    <dc:date>2013-06-03T17:33:01Z</dc:date>
    <item>
      <title>Cluster - how to keep flared out until user closes infoWindow?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562838#M12691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I mouseover a cluster, I want to be able to click one of the flared out graphics and display the infoWindow without the cluster flaring back in.&amp;nbsp; Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;map.addEventListener(FlareMouseEvent.FLARE_CLICK, flareClickHandler);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.infoWindow.addEventListener("close", close);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.infoWindow.closeButtonVisible = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;private function flareClickHandler(event:FlareMouseEvent):void&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; //stop cluster from flaring back in until infoWindow closed???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; showInfoWindow(event.graphic, event.stageX, event.stageY);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;private function close(event:Event):void&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//now allow cluster to flare in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 14:36:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562838#M12691</guid>
      <dc:creator>JeoFranklin</dc:creator>
      <dc:date>2012-01-12T14:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster - how to keep flared out until user closes infoWindow?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562839#M12692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have also been struggling with this.&amp;nbsp; Anyone with an answer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 14:25:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562839#M12692</guid>
      <dc:creator>JustinPeters</dc:creator>
      <dc:date>2012-04-23T14:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster - how to keep flared out until user closes infoWindow?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562840#M12693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is supported in 3.0. Try this sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/flex-api/samples/index.html#/Clustering/01nq00000024000000/"&gt;http://resourcesbeta.arcgis.com/en/help/flex-api/samples/index.html#/Clustering/01nq00000024000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 14:56:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562840#M12693</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-04-23T14:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster - how to keep flared out until user closes infoWindow?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562841#M12694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dasa.&amp;nbsp; I downloaded the 3.0 prerelease and tried the sample you referenced.&amp;nbsp; When I copied the source and tried it on my system using the 3.0 pr, the clusters would still not remain flared like they do in the sample application.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the 3.0 pr api version that is available for download the same that is being used for the sample application?&amp;nbsp; Available here:&lt;/SPAN&gt;&lt;A href="http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.main&amp;amp;downloadid=701"&gt;http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.main&amp;amp;downloadid=701&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because I do not get the same results.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 15:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562841#M12694</guid>
      <dc:creator>JustinPeters</dc:creator>
      <dc:date>2012-04-23T15:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster - how to keep flared out until user closes infoWindow?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562842#M12695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sample is compiled with the 3.0 pre-release swc, but I see that the source code shown for the sample is out of date. It should be using a infoWindowRenderer. Try copying it from the zip instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 16:06:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562842#M12695</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-04-23T16:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster - how to keep flared out until user closes infoWindow?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562843#M12696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That did it.&amp;nbsp; Thanks again for the help Dasa.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 16:11:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562843#M12696</guid>
      <dc:creator>JustinPeters</dc:creator>
      <dc:date>2012-04-23T16:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster - how to keep flared out until user closes infoWindow?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562844#M12697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anybody explain how to do this since both of the links above are dead?&amp;nbsp; I am using 3.2.&amp;nbsp; Is it still supported in 3.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I downloaded the 3.0 API zip to look for the mentioned sample, but the clustering mxml doesn't seem to be doing anything to keep the flares out. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aaron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 17:33:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/cluster-how-to-keep-flared-out-until-user-closes/m-p/562844#M12697</guid>
      <dc:creator>AaronPerry</dc:creator>
      <dc:date>2013-06-03T17:33:01Z</dc:date>
    </item>
  </channel>
</rss>

