<?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 Widget with Graphics Layer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-widget-with-graphics-layer/m-p/615551#M13666</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;SPAN&gt;I've been trying to get the mouse-over event to work in the identify widget but I'm not having much luck and I'm not sure I understand your loop to loop way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if you could explain it more or get some help. I'd really like to display the graphics attributes on the Identify Widget results panel so my users can copy that attribute data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Liz&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 12:53:01 GMT</pubDate>
    <dc:creator>LizDaRos</dc:creator>
    <dc:date>2011-03-01T12:53:01Z</dc:date>
    <item>
      <title>Identify Widget with Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-widget-with-graphics-layer/m-p/615548#M13663</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;I am using Flex API 1.3 and based on the Sample Flex Viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the Identify Widget, is there a way I can do the Identify Task on a com.esri.ags.layers.GraphicsLayer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or as a way around it, do I have to use some sort of on-mouse-click event to display the graphics attributes on the Identify Widget results panel?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 00:06:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-widget-with-graphics-layer/m-p/615548#M13663</guid>
      <dc:creator>HenryKo</dc:creator>
      <dc:date>2010-09-24T00:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget with Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-widget-with-graphics-layer/m-p/615549#M13664</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;For those who are interested, I ended up simply using a loop to loop through all the graphics in the graphics layer, and say if a graphic is within a bounding box (calculated based on pixels) of the mouse-click, and if it is visible, then that graphic is being identified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another approach is to use on-mouse-over event for the graphics in the graphics layer (but I didn't implement this as I already implemented the loop method).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 20:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-widget-with-graphics-layer/m-p/615549#M13664</guid>
      <dc:creator>HenryKo</dc:creator>
      <dc:date>2010-12-15T20:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget with Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-widget-with-graphics-layer/m-p/615550#M13665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anyway for you the code on how exactly did you do identifytask on the graphics layer here.&amp;nbsp; I would also like to do identifytask on the graphics layer and display attributes in the info window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nipa Parikh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 13:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-widget-with-graphics-layer/m-p/615550#M13665</guid>
      <dc:creator>NipaParikh</dc:creator>
      <dc:date>2011-02-18T13:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Widget with Graphics Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-widget-with-graphics-layer/m-p/615551#M13666</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;SPAN&gt;I've been trying to get the mouse-over event to work in the identify widget but I'm not having much luck and I'm not sure I understand your loop to loop way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if you could explain it more or get some help. I'd really like to display the graphics attributes on the Identify Widget results panel so my users can copy that attribute data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Liz&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 12:53:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/identify-widget-with-graphics-layer/m-p/615551#M13666</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-03-01T12:53:01Z</dc:date>
    </item>
  </channel>
</rss>

