<?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: Identify/Info of Multiple Items of the Same Layer (in Flex) in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364402#M8592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; As you could probably tell by my lack of answers I do not use secure services so I can't help with those questions. As you both probably also know you just can't enable security on ArcGIS Server and then easily turn it off so I won't be messing with my development server or production server to enable security. Maybe others that use security will chime in eventually.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2011 21:36:11 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2011-04-22T21:36:11Z</dc:date>
    <item>
      <title>Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364387#M8577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to get information of several items/features of the same layer when they (items) overlap? It's a standard part of the Desktop or .Net Server. is this possible in Flex?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 18:55:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364387#M8577</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2011-04-07T18:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364388#M8578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alex,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to identify multiple layers or everything in your case, than all you have to do is set the identifyParams.layerOption = "all".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 11:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364388#M8578</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-08T11:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364389#M8579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your suggestion. Unfortunately, I'm doing it in the Viewer for Flex, so I can't make your edit. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All I need is to get a choice of multiple Infos on multiple overlapping items in the same layer, see illustration here &lt;/SPAN&gt;&lt;A href="https://gis.itsi.com/SimpleInfo1.PNG"&gt;https://gis.itsi.com/SimpleInfo1.PNG&lt;/A&gt;&lt;SPAN&gt;. Right now I only get one item's info. And it's not necessarily the latest in my table, or biggest, etc. Just random, I guess.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 21:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364389#M8579</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2011-04-08T21:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364390#M8580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alex,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Oh I guess that it would have helped if you said that you where trying to do this using the SimpleInfoWinWidget. It uses whichever geometry is on top as it gets triggered by mouse events. Why not use the identify widget?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 21:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364390#M8580</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-08T21:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364391#M8581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pardon my ignorance, where can I find it? Identify Widget is not a part of standard Viewer 2.2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 22:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364391#M8581</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2011-04-08T22:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364392#M8582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alex,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You will find lots of user developed widget in the Flex Viewer code gallery.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/gallery.html"&gt;http://help.arcgis.com/en/webapps/flexviewer/gallery.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 22:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364392#M8582</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-08T22:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364393#M8583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a nice weekend.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 22:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364393#M8583</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2011-04-08T22:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364394#M8584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you be so kind to suggest what I need to put between the &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;name&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt; brackets for the &lt;/SPAN&gt;&lt;STRONG&gt;(0)&lt;/STRONG&gt;&lt;SPAN&gt; sub layer from my multi-layer service (shown below in REST):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Home &amp;gt; EPA &amp;gt; CR_Mercury (MapServer&lt;/STRONG&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;EPA/CR_Mercury (MapServer)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;View In:&lt;/STRONG&gt;&lt;SPAN&gt; ArcMap ArcGIS JavaScript &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Service Description:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Map Name:&lt;/STRONG&gt;&lt;SPAN&gt; Main&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Legend &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All Layers and Tables &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Layers:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Total Hg (Nevada) (0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Filtered Hg (Nevada) (1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Total Hg (USGS) (2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Filtered Hg (USGS) (3)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried "CR_Mercury_msd", "Total Hg (SW/GW, Nevada)", and some other combinations but nothin works so far. BTW, all these four sub layers (0), (1), (2), and (3) are "feature" layers in the main config.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2011 04:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364394#M8584</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2011-04-09T04:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364395#M8585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alex,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It is suppose to be the EXACT name of the layer as seen in the REST Services directory. So in your case it would be &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Total Hg (Nevada)&lt;/PRE&gt;&lt;SPAN&gt; for layer 0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2011 10:59:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364395#M8585</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-09T10:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364396#M8586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually in my example yesterday I tried to simplify my layer names for you and messed up at the bottom. My real layer names are even more complex, something like &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt; Filtered Hg (SW/GW, Nevada)&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;with comas, parentheses, and slashes. I typed them exactly in the widget (copy/paste), then I eliminated all "problematic" characters and replaced them with underscores - to no avail. But still thanks for the pointer. I'll keep trying. Does it mater that I work with FeatureServer layers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I really appreciate your help!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2011 17:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364396#M8586</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2011-04-09T17:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364397#M8587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alex,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Every time you are making changes to the layers name in ArcMap are you then restarting the map service and Clearing the REST Service Cache?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2011 19:02:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364397#M8587</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-09T19:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364398#M8588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I do clear browser cache and REST cache, and restart the service, and even restart the IIS. Nothing works.&amp;nbsp; I guess, my application will be without any Identify tool. I spent so much time fighting with every little detail on this Flex exercise. It's alright... I'm about to give up...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;San Francisco, CA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2011 05:30:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364398#M8588</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2011-04-10T05:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364399#M8589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One last attempt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My layers have &lt;/SPAN&gt;&lt;STRONG&gt;tokens &lt;/STRONG&gt;&lt;SPAN&gt;in the &lt;/SPAN&gt;&lt;STRONG&gt;config.xml &lt;/STRONG&gt;&lt;SPAN&gt;file. Do I need to somehow specify tokens in the &lt;/SPAN&gt;&lt;STRONG&gt;IdentifyWidget.xml &lt;/STRONG&gt;&lt;SPAN&gt;file too? When I use the Identify tool and make a selection on my map, the tool then switches to the results window, which remains blank. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2011 06:17:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364399#M8589</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2011-04-10T06:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364400#M8590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alex,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same issue, did you have any luck?&amp;nbsp; Worked perfectly before I secured my service.&amp;nbsp; I have all my layers as operational in one dynamic service (not individually listed).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 03:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364400#M8590</guid>
      <dc:creator>SteveWhitehead__GISP</dc:creator>
      <dc:date>2011-04-14T03:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364401#M8591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't make it work until I &lt;/SPAN&gt;&lt;STRONG&gt;UN&lt;/STRONG&gt;&lt;SPAN&gt;secured the service...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 21:17:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364401#M8591</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2011-04-22T21:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364402#M8592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; As you could probably tell by my lack of answers I do not use secure services so I can't help with those questions. As you both probably also know you just can't enable security on ArcGIS Server and then easily turn it off so I won't be messing with my development server or production server to enable security. Maybe others that use security will chime in eventually.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 21:36:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364402#M8592</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-22T21:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364403#M8593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Alex,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Oh I guess that it would have helped if you said that you where trying to do this using the SimpleInfoWinWidget. It uses whichever geometry is on top as it gets triggered by mouse events. Why not use the identify widget?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thought for sure I saw a post somewhere where you describe how to turn off the "move to top on hover" event that moves the geometry to the top when you hover over it.&amp;nbsp; I have overlapping polygons in my service, and is sorted by area (smaller polys on top).&amp;nbsp; When it loads into flexviewer (using 2.5 now), the graphics come across as they are sorted in the service.&amp;nbsp; However, when I hover over it, the first one I hover on moves to the top and I can no longer get the feature underneath to move to top.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, figure if I can turn off this feature, then the smaller polys will stay on top so I can InfoTemplate them.&amp;nbsp; Like I said, thought I saw a post on this, but this is the only related post I seem to be able to find today.&amp;nbsp; Any chance you could point me to the other post, or to the right section of code to handle this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks yet again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rhett&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would use the identify widget, but am taking advantage of your wonderfull multiimagefield on these layers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 20:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364403#M8593</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2011-12-08T20:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364404#M8594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Would use the identify widget, but am taking advantage of your&amp;nbsp; wonderful multiimagefield on these layers&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; Unfortunately that is&amp;nbsp; a problem. The Attachment Relate Info Window Widget is working with the graphics that are already in the map. To disable the graphics autoMoveToTop property you have to have access to the graphic when it is added to the map. Here is an untested workaround:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the MapManager find the addLayerToMap function and then the case "feature": and add these lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (label == "your layers label")
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; featureLayer.addEventListener(GraphicEvent.GRAPHIC_ADD, disableAutoTop);
// this should be added right before map.addLayer(featureLayer);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then add this new function (but not inside the addLayerToMap's code block):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private function disableAutoTop(event:GraphicEvent):void
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; event.graphic.autoMoveToTop = false;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See if that works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364404#M8594</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T16:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Identify/Info of Multiple Items of the Same Layer (in Flex)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364405#M8595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once I added the import statement it seems to be working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;import com.esri.ags.events.GraphicEvent&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still have some testing to do, but it appears to give me what I need.&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;Rhett&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 23:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-info-of-multiple-items-of-the-same-layer/m-p/364405#M8595</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2011-12-08T23:12:57Z</dc:date>
    </item>
  </channel>
</rss>

