<?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 Custom IdentifyTask on the graphicsLayer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-identifytask-on-the-graphicslayer/m-p/694565#M15498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've a flex application which shows ships current cruise. I'm getting the points for each ship from the database and displaying as a polyline graphics layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to do is when user clicks on the polyline, I would like to display the attributes. I'm not sure how to run do a custom identifytask on a graphics layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated.&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:30:12 GMT</pubDate>
    <dc:creator>NipaParikh</dc:creator>
    <dc:date>2011-02-18T13:30:12Z</dc:date>
    <item>
      <title>Custom IdentifyTask on the graphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-identifytask-on-the-graphicslayer/m-p/694565#M15498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've a flex application which shows ships current cruise. I'm getting the points for each ship from the database and displaying as a polyline graphics layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to do is when user clicks on the polyline, I would like to display the attributes. I'm not sure how to run do a custom identifytask on a graphics layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated.&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:30:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-identifytask-on-the-graphicslayer/m-p/694565#M15498</guid>
      <dc:creator>NipaParikh</dc:creator>
      <dc:date>2011-02-18T13:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IdentifyTask on the graphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-identifytask-on-the-graphicslayer/m-p/694566#M15499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nipa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Forget about the identify task as you don't have the need to go to the server and get information from a map service. Just assign a graphic click event to show an info window with your graphics attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This sample uses mouse over but you could easily change it to mouse click by looking at other samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_MouseOver_Snapshot"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_MouseOver_Snapshot&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 13:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-identifytask-on-the-graphicslayer/m-p/694566#M15499</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-02-18T13:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IdentifyTask on the graphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-identifytask-on-the-graphicslayer/m-p/694567#M15500</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;Thanks for the quick reply but in my case I've a graphicslayer and not feature layer.&amp;nbsp; I'm converting all points into the polyline and adding that as a graphicslayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want is that when user clicks on the line, I would like to display attributes in an infowindow or a datagrid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any example out there or what exacly do I change in the sample to do what I want to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that make sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nipa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 13:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-identifytask-on-the-graphicslayer/m-p/694567#M15500</guid>
      <dc:creator>NipaParikh</dc:creator>
      <dc:date>2011-02-18T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IdentifyTask on the graphicsLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-identifytask-on-the-graphicslayer/m-p/694568#M15501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nipa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is no sample for exactly what you are trying to do. I am getting out of the habit of writing code for people. All the elements that you need to make this work are there in the samples, all you have to do is pick pieces out and try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 13:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/custom-identifytask-on-the-graphicslayer/m-p/694568#M15501</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-02-18T13:58:02Z</dc:date>
    </item>
  </channel>
</rss>

