<?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: configuring searchbox in HeaderControllerWidget 3.1 in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630720#M18690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi! Mattias is not alone with this issue &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I´m having the same problem - when using keyboard (arrows and enter), the graphic shows, but when using mouse to click the result, the graphic does not show (location and info pop-up are correct)! Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;btw. Robert´s modification (to use just custom layers, not default geocode service) works great, thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2013 06:40:54 GMT</pubDate>
    <dc:creator>J_B__K_</dc:creator>
    <dc:date>2013-01-15T06:40:54Z</dc:date>
    <item>
      <title>configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630713#M18683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I really like the idea of the new searchbox in the HeaderControllerWidget, but I'm not able to configuring it as I want. Don't know if I'm doing it wrong or if it's impossible without changing the source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use my own searchlayers and no locator at all, and I want the results to display as graphics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all I think the conceptual graphic in &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/" rel="nofollow" target="_blank"&gt;the documentation&lt;/A&gt;&lt;SPAN&gt; is wrong, it looks like the &amp;lt;labels&amp;gt; tag and &amp;lt;symbols&amp;gt; tag is supposed to be in the &amp;lt;searchlayer&amp;gt; tag, but in the text it says they should be in the &amp;lt;search&amp;gt; tag which seems to be correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My config-file looks like this (the search tag):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;search&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;searchlayers&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;searchlayer&amp;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;lt;url&amp;gt;http://oskar75:6080/arcgis/rest/services/test/Sokning/MapServer&amp;lt;/url&amp;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;lt;layerids&amp;gt;0,1,2&amp;lt;/layerids&amp;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;lt;searchfields&amp;gt;FASTIGHET,ADRESS,TEXT&amp;lt;/searchfields&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/searchlayer&amp;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;lt;/searchlayers&amp;gt;&amp;nbsp; &amp;lt;zoomscale&amp;gt;5000&amp;lt;/zoomscale&amp;gt;&amp;nbsp; &amp;lt;labels&amp;gt; &amp;nbsp; &amp;lt;searchprompt&amp;gt;Skriv fastighet, adress eller plats&amp;lt;/searchprompt&amp;gt; &amp;nbsp; &amp;lt;noresults&amp;gt;Inga träffar hittades&amp;lt;/noresults&amp;gt; &amp;nbsp; &amp;lt;searchresulttitle&amp;gt;Sökträff&amp;lt;/searchresulttitle&amp;gt; &amp;nbsp; &amp;lt;clearfeaturelabel&amp;gt;Rensa&amp;lt;/clearfeaturelabel&amp;gt;&amp;nbsp; &amp;lt;/labels&amp;gt;&amp;nbsp; &amp;lt;symbols&amp;gt; &amp;nbsp; &amp;lt;simplemarkersymbol color="0x00FFFF" alpha="0.7" size="10"/&amp;gt; &amp;nbsp; &amp;lt;simplefillsymbol color="0x00FFFF" alpha="0.5"&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;outline alpha="0.9" width="2"/&amp;gt; &amp;nbsp; &amp;lt;/simplefillsymbol&amp;gt;&amp;nbsp; &amp;lt;/symbols&amp;gt; &amp;lt;/search&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;The search works fine for my three layer ids but also displays searchresult from what I guess is the default locator. Is there anyway to disable that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't see any graphics to my results though, is something wrong with my &amp;lt;symbols&amp;gt; tag? (My layers are one polygon layer and two point layers).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My last wish I think would require editing the source code (maybe something for the next version?), I would like the resultlist to display and update while typing, without pressing enter, after the users has entered a number of characters (for example 4 or 5).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 08:12:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630713#M18683</guid>
      <dc:creator>MattiasEkström</dc:creator>
      <dc:date>2012-12-21T08:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630714#M18684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I really like the idea of the new searchbox in the HeaderControllerWidget, but I'm not able to configuring it as I want. Don't know if I'm doing it wrong or if it's impossible without changing the source code.&lt;BR /&gt;I want to use my own searchlayers and no locator at all, and I want the results to display as graphics.&lt;BR /&gt;First of all I think the conceptual graphic in &lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;the documentation&lt;/A&gt; is wrong, it looks like the &amp;lt;labels&amp;gt; tag and &amp;lt;symbols&amp;gt; tag is supposed to be in the &amp;lt;searchlayer&amp;gt; tag, but in the text it says they should be in the &amp;lt;search&amp;gt; tag which seems to be correct.&lt;BR /&gt;My config-file looks like this (the search tag):&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;search&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;searchlayers&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;searchlayer&amp;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;lt;url&amp;gt;http://oskar75:6080/arcgis/rest/services/test/Sokning/MapServer&amp;lt;/url&amp;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;lt;layerids&amp;gt;0,1,2&amp;lt;/layerids&amp;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;lt;searchfields&amp;gt;FASTIGHET,ADRESS,TEXT&amp;lt;/searchfields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/searchlayer&amp;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;lt;/searchlayers&amp;gt;
 &amp;lt;zoomscale&amp;gt;5000&amp;lt;/zoomscale&amp;gt;
 &amp;lt;labels&amp;gt;
&amp;nbsp; &amp;lt;searchprompt&amp;gt;Skriv fastighet, adress eller plats&amp;lt;/searchprompt&amp;gt;
&amp;nbsp; &amp;lt;noresults&amp;gt;Inga träffar hittades&amp;lt;/noresults&amp;gt;
&amp;nbsp; &amp;lt;searchresulttitle&amp;gt;Sökträff&amp;lt;/searchresulttitle&amp;gt;
&amp;nbsp; &amp;lt;clearfeaturelabel&amp;gt;Rensa&amp;lt;/clearfeaturelabel&amp;gt;
 &amp;lt;/labels&amp;gt;
 &amp;lt;symbols&amp;gt;
&amp;nbsp; &amp;lt;simplemarkersymbol color="0x00FFFF" alpha="0.7" size="10"/&amp;gt;
&amp;nbsp; &amp;lt;simplefillsymbol color="0x00FFFF" alpha="0.5"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;outline alpha="0.9" width="2"/&amp;gt;
&amp;nbsp; &amp;lt;/simplefillsymbol&amp;gt;
 &amp;lt;/symbols&amp;gt;
&amp;lt;/search&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;The search works fine for my three layer ids but also displays searchresult from what I guess is the default locator. Is there anyway to disable that?&lt;BR /&gt;I don't see any graphics to my results though, is something wrong with my &amp;lt;symbols&amp;gt; tag? (My layers are one polygon layer and two point layers).&lt;BR /&gt;&lt;BR /&gt;My last wish I think would require editing the source code (maybe something for the next version?), I would like the resultlist to display and update while typing, without pressing enter, after the users has entered a number of characters (for example 4 or 5).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good catch! You are correct, the labels and symbols are not in the correct location in the graphic. We will update that ASAP. Please refer to what is referenced in the text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for using ONLY searchlayers and not the default geocode locator as well... this should be working like that already. I do see what you are referring to. When putting in ONLY searchlayers I am getting requests made to both the layers in addition to the geocode locator. There was another post regarding the default locator always being used so I'm thinking there may be more to all of this. We'll look into it and see what may be causing the problem and get back to you ASAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:50:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630714#M18684</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2021-12-12T02:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630715#M18685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just a little clarification to help ease any confusion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Search Header is currently designed to work to always use the geocoding locator service, whether you specify the default or one of your own. If you do choose to work with your own layers as well and add the &amp;lt;searchlayers&amp;gt; tag, it will use both the locator AND the layers you specify. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The documentation has been updated to reflect this as to hopefully avoid anymore confusion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/&lt;/A&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget/01m30000003s000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget/01m30000003s000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your patience, and enjoy the new functionality:-)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 14:17:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630715#M18685</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2013-01-09T14:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630716#M18686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, for the results displaying incorrectly. Please take a look at what I replied in this thread, &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/73768-Searchbox-in-3.1?p=262305&amp;amp;posted=1#post262305"&gt;http://forums.arcgis.com/threads/73768-Searchbox-in-3.1?p=262305&amp;amp;posted=1#post262305&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 17:11:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630716#M18686</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2013-01-09T17:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630717#M18687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it would be good to be able to not use the default geocode service for the feature, but I'm working with the uncompiled code now and uses Roberts fix from &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/74187-New-Search-in-HeaderController-(Flex-Viewer-3.1)"&gt;this thread&lt;/A&gt;&lt;SPAN&gt; so that works for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I still have some problems with the result graphics though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When using keyboard arrows and pressing enter on one result in the result list the graphic appear, and if I'm typing a searchterm that only gets one result the graphic appear as well. But when clicking with the mouse on a result in the result list the info window shows and the map zoom in to the result but no graphic appears.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a bug, or is it just me who experience this behavior?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(It is the same when I use the compiled version as well so it's not because of any code change by me.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 07:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630717#M18687</guid>
      <dc:creator>MattiasEkström</dc:creator>
      <dc:date>2013-01-11T07:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630718#M18688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at what JC wrote in this post. Would this apply to your situation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/73768-Searchbox-in-3.1?p=262795&amp;amp;viewfull=1#post262795"&gt;http://forums.arcgis.com/threads/73768-Searchbox-in-3.1?p=262795&amp;amp;viewfull=1#post262795&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 17:34:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630718#M18688</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2013-01-11T17:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630719#M18689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No it doesn't. I have no problems with the extent och projecting, the map zooms to the correct location and show to info window, It's the result graphic that doesn't show when mouse clicking in the result list. When using keyboard arrows and enter the graphic shows up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 05:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630719#M18689</guid>
      <dc:creator>MattiasEkström</dc:creator>
      <dc:date>2013-01-14T05:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630720#M18690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi! Mattias is not alone with this issue &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I´m having the same problem - when using keyboard (arrows and enter), the graphic shows, but when using mouse to click the result, the graphic does not show (location and info pop-up are correct)! Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;btw. Robert´s modification (to use just custom layers, not default geocode service) works great, thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 06:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630720#M18690</guid>
      <dc:creator>J_B__K_</dc:creator>
      <dc:date>2013-01-15T06:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630721#M18691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mattias:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide a link to your app so I can see how it works?&amp;nbsp; I am interested in using this functionality in my app, but the labels items that I configured are not displaying as I expect.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 14:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630721#M18691</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-01-15T14:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630722#M18692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;No it doesn't. I have no problems with the extent och projecting, the map zooms to the correct location and show to info window, It's the result graphic that doesn't show when mouse clicking in the result list. When using keyboard arrows and enter the graphic shows up.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Was wondering why it sometimes would put a result graphic on it, sometimes not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, would be nice if there was either a clear button, OR have it clear itself after a search.&amp;nbsp; If the matching text is very long, one has to select/delete, select/delete until you can get all the text cleared for the next search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 20:50:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630722#M18692</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-15T20:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630723#M18693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So it seems it is a little bug then, I hope someone from the Esri Flex team could take a look at this too, among those other bugs related to the searchbox that is mentioned in other threads...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael: I can't provide a link since my app is in our internal network and not accessible for the public.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 13:25:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630723#M18693</guid>
      <dc:creator>MattiasEkström</dc:creator>
      <dc:date>2013-01-17T13:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630724#M18694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since the result graphic bug/issue wasn't the main question when starting this thread, I started a &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/75682-Searchbox-result-graphic-bug"&gt;new thread&lt;/A&gt;&lt;SPAN&gt; about it and marking this one as answered.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 08:17:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630724#M18694</guid>
      <dc:creator>MattiasEkström</dc:creator>
      <dc:date>2013-01-21T08:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630725#M18695</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;Is anybody aware whether there is a way to configure the behavior of the default locator in the SearchBox? I would like to use the World Geocode Service at &lt;/SPAN&gt;&lt;A href="http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"&gt;http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer&lt;/A&gt;&lt;SPAN&gt; this supports say restrictionof search to a speciifc country as per the settings here &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-online-geocoding-rest-api/#/Single_input_field_geocoding/02q000000006000000/"&gt;http://resources.arcgis.com/en/help/arcgis-online-geocoding-rest-api/#/Single_input_field_geocoding/02q000000006000000/&lt;/A&gt;&lt;SPAN&gt;. These settings can be set via the Locate Widget tags and apply to the Locate widget but I'm unclear whether it is possible to also set them for the search box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eamonn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 15:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630725#M18695</guid>
      <dc:creator>EamonnDoyle</dc:creator>
      <dc:date>2013-01-22T15:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630726#M18696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eamonn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The geolocator is set in the HeaderControlerWidget.xml file with the &amp;lt;locator&amp;gt; tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is where you would put the one you want to use/try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 16:30:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630726#M18696</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-22T16:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: configuring searchbox in HeaderControllerWidget 3.1</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630727#M18697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just wanted to follow up and let everyone know that the 3.2 release fixes all (we hope) of these issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;work with all projections&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;turning off locator in appbuilder&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;configure mapservices in appbuilder&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;specifying sourcecountry (only with widget tag, not in appbuilder)&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI: if you want to see what other viewer code changes made it into 3.2, look at the 58 closed and verified issues for 3.2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-viewer-flex/issues?labels=verified&amp;amp;milestone=1&amp;amp;state=closed"&gt;https://github.com/Esri/arcgis-viewer-flex/issues?labels=verified&amp;amp;milestone=1&amp;amp;state=closed&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Mar 2013 00:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/configuring-searchbox-in-headercontrollerwidget-3/m-p/630727#M18697</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2013-03-16T00:01:54Z</dc:date>
    </item>
  </channel>
</rss>

