<?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 Highlighting elements in identify task as the find example does in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/highlighting-elements-in-identify-task-as-the-find/m-p/167843#M4114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a system in which I have already implemented a find and an identify task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My new requirement would be to make an identify tool which highlights the elements selected in the combobox on the map. So everytime I click on a feature or a set of features using the identify tool, a lot of features will be listed in the combobox (as in the esri sample) and whenever I change the comboboxs selected index the feature equivalent to my choice will be highlighted on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that possible to do somehow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I have already said, I was ok with both the find and identify tasks implementation so what I would be really interested in is the method of combining them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a good day!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tamas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Aug 2010 21:31:40 GMT</pubDate>
    <dc:creator>TamasHajdu</dc:creator>
    <dc:date>2010-08-01T21:31:40Z</dc:date>
    <item>
      <title>Highlighting elements in identify task as the find example does</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/highlighting-elements-in-identify-task-as-the-find/m-p/167843#M4114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a system in which I have already implemented a find and an identify task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My new requirement would be to make an identify tool which highlights the elements selected in the combobox on the map. So everytime I click on a feature or a set of features using the identify tool, a lot of features will be listed in the combobox (as in the esri sample) and whenever I change the comboboxs selected index the feature equivalent to my choice will be highlighted on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that possible to do somehow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I have already said, I was ok with both the find and identify tasks implementation so what I would be really interested in is the method of combining them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a good day!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tamas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Aug 2010 21:31:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/highlighting-elements-in-identify-task-as-the-find/m-p/167843#M4114</guid>
      <dc:creator>TamasHajdu</dc:creator>
      <dc:date>2010-08-01T21:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting elements in identify task as the find example does</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/highlighting-elements-in-identify-task-as-the-find/m-p/167844#M4115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did something close in this &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16959"&gt;sample &lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After identifying, when selecting a feature in the combo box, a graphic is highlighted and a maptip is available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, you can try with this webmap &lt;/SPAN&gt;&lt;A href="http://broux.dominique.free.fr/Silverlight/WebMapViewer/WebMapViewer.html?webmapid=2eb1bd6b550f4cf3863403725454e881"&gt;&lt;SPAN style="font-size:2;"&gt;http://broux.dominique.free.fr/Silverlight/WebMapViewer/WebMapViewer.html?webmapid=2eb1bd6b550f4cf3863403725454e881&lt;/SPAN&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 10:59:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/highlighting-elements-in-identify-task-as-the-find/m-p/167844#M4115</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-08-02T10:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting elements in identify task as the find example does</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/highlighting-elements-in-identify-task-as-the-find/m-p/167845#M4116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, this example helped me a lot to understand things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think, tomorrow I'll be able to integrate this ability to my existing identify function. As soon as I manage I'll let you know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tamas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 18:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/highlighting-elements-in-identify-task-as-the-find/m-p/167845#M4116</guid>
      <dc:creator>TamasHajdu</dc:creator>
      <dc:date>2010-08-02T18:44:21Z</dc:date>
    </item>
  </channel>
</rss>

