<?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 Problems with Search widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-search-widget/m-p/729614#M67677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;I am new at this. I have cobbled together code from various examples. I am trying to create a map with a search widget and in which the popup info comes up in the bar at the bottom. I can't seem to do both.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;When parser.parse() is commented out: the search widget appears but the popup information does not appear in the bottom bar&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;When parser.parse() isn't commented out, the search widget does not appear, but the popup information shows in the bottom bar when I click a feature.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;Please see the attached file. What am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2016 17:48:52 GMT</pubDate>
    <dc:creator>Salmon_ArmBC</dc:creator>
    <dc:date>2016-01-14T17:48:52Z</dc:date>
    <item>
      <title>Problems with Search widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-search-widget/m-p/729614#M67677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;I am new at this. I have cobbled together code from various examples. I am trying to create a map with a search widget and in which the popup info comes up in the bar at the bottom. I can't seem to do both.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;When parser.parse() is commented out: the search widget appears but the popup information does not appear in the bottom bar&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;When parser.parse() isn't commented out, the search widget does not appear, but the popup information shows in the bottom bar when I click a feature.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;Please see the attached file. What am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 17:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-search-widget/m-p/729614#M67677</guid>
      <dc:creator>Salmon_ArmBC</dc:creator>
      <dc:date>2016-01-14T17:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Search widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-search-widget/m-p/729615#M67678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I did some rearranging of your requires and removed connect from your code in favor of dojo on (connect is the old way). The real issue is that you had a div that was a dijit/layout/ContentPane that you were trying to assign the search dijit to but because it was a dijit/layout/ContentPane already you were getting duplicate id error in the parser. to get past that you create a child div inside the dijit/layout/ContentPane and use that child divs id to assign the search dijit to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 18:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-search-widget/m-p/729615#M67678</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-01-14T18:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Search widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-search-widget/m-p/729616#M67679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert! That really helped. I still have a few issue to resolve, but I think I can handle it. Now it looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Forum_Pic.JPG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/168786_Forum_Pic.JPG" style="width: 620px; height: 332px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 20:14:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-search-widget/m-p/729616#M67679</guid>
      <dc:creator>Salmon_ArmBC</dc:creator>
      <dc:date>2016-01-14T20:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Search widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-search-widget/m-p/729617#M67680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Glad to help. Make sure to mark this question as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 20:37:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-search-widget/m-p/729617#M67680</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-01-14T20:37:20Z</dc:date>
    </item>
  </channel>
</rss>

