<?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: Is there a Find tool available? in ArcGIS Viewer for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90298#M283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ian, do you really think of showing 1000 choices in the drop-down list for an end user? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways, here is the script. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2012/07/16/generating-a-multivalue-choice-list/"&gt;Generating a multivalue choice list &lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 04:47:14 GMT</pubDate>
    <dc:creator>AlexeyTereshenkov</dc:creator>
    <dc:date>2012-11-16T04:47:14Z</dc:date>
    <item>
      <title>Is there a Find tool available?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90294#M279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking for a find tool that I can use to locate neighborhoods, plats, lots and etc.&amp;nbsp; On the user side, I would like them to click on a icon on the toolbar that initiates the tool.&amp;nbsp; I then want a form to appear that allows the end user to type in their desired search or choose from a drop down list.&amp;nbsp; After the result is found, I want it to zoom to selected features.&amp;nbsp; Below is a sample image of what I am looking for in regards to the find tool.&amp;nbsp; Is this available out-of-the-box or as a add-in?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 19:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90294#M279</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2012-11-14T19:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Find tool available?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90295#M280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been searching for the same thing.&amp;nbsp; I want something like "Find Features" that is in ArcMap/ArcReader.&amp;nbsp; I did an experiment and tried to trick an address locator to find a polyline with a unique name, but for some reason that does not work.&amp;nbsp; You might experiment with that since the search tool will be able to work with custom locators soon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 16:02:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90295#M280</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2012-11-15T16:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Find tool available?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90296#M281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no ready to use add-in for this functionality. I encourage you to look at &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Selecting_data/0154000002sp000000/"&gt;GP services&lt;/A&gt;&lt;SPAN&gt; which are really easier to set up with ArcGIS Server 10.1. You could choose what column values do you want to read and then let a user to choose a certain value by using the input parameter with list choice input. I've been testing some things with GP services for SL Viewer myself and found that you can reach pretty far without actually coding anything. Particularly with &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Specifying_a_query_in_Python/002z0000001r000000/"&gt;Python &lt;/A&gt;&lt;SPAN&gt;integrated into GP service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, you might look at the Samples available at the SL Viewer Resource Center, but you will need to adjust the code anyway which often requires a pretty solid understanding of the ArcGIS API for Silverlight as well as Viewer Extensibility SDK.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 19:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90296#M281</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2012-11-15T19:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Find tool available?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90297#M282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;tereshenkov,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have actually done this and it works well, the only problem is that the choice list needs to have around 1000 choices. . and I haven't figured out how to import this in.&amp;nbsp; This would apply towards neighborhoods or cemetery lot/space searches.&amp;nbsp; Is there a way to import a choice list without having to manually enter in each choice?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 21:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90297#M282</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2012-11-15T21:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Find tool available?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90298#M283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ian, do you really think of showing 1000 choices in the drop-down list for an end user? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways, here is the script. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2012/07/16/generating-a-multivalue-choice-list/"&gt;Generating a multivalue choice list &lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 04:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-silverlight-questions/is-there-a-find-tool-available/m-p/90298#M283</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2012-11-16T04:47:14Z</dc:date>
    </item>
  </channel>
</rss>

