<?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: The Load() event of the Search widget is nerver called? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225277#M20947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is interesting.&lt;/P&gt;&lt;P&gt;I tried wrapping the widget creation, event registration in a timeout. Didn't help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://jsbin.com/vamosacuxu/edit?html,output" title="https://jsbin.com/vamosacuxu/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 20:23:43 GMT</pubDate>
    <dc:creator>PhilLarkin1</dc:creator>
    <dc:date>2017-05-09T20:23:43Z</dc:date>
    <item>
      <title>The Load() event of the Search widget is nerver called?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225276#M20946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This piece of code (taken from the 4.3 doc &lt;A href="https://community.esri.com/t5/tag/)/tg-p"&gt;#)&lt;/A&gt; is never called&lt;/P&gt;&lt;P&gt;searchWidget.on("load", function (evt) {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;console.log("Search widget has loaded!");&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:22:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225276#M20946</guid>
      <dc:creator>MartinOuellet2</dc:creator>
      <dc:date>2017-05-09T18:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: The Load() event of the Search widget is nerver called?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225277#M20947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is interesting.&lt;/P&gt;&lt;P&gt;I tried wrapping the widget creation, event registration in a timeout. Didn't help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://jsbin.com/vamosacuxu/edit?html,output" title="https://jsbin.com/vamosacuxu/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 20:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225277#M20947</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2017-05-09T20:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: The Load() event of the Search widget is nerver called?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225278#M20948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello martin,&lt;/P&gt;&lt;P&gt;There is an event which is not loading properly. If still the console log is required, fire the statement without on load event. It will work. what I mean to say is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;original text-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt; searchWidget.on("load", function (evt) { &amp;nbsp;&amp;nbsp;&amp;nbsp;console.log("Search widget has loaded!"); }); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Replace it with-&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;console.log("Search widget has loaded!");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Without event&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 20:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225278#M20948</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-05-09T20:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: The Load() event of the Search widget is nerver called?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225279#M20949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like a bug with the Search widget. We'll get it fixed for the next release of the API.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 16:20:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225279#M20949</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2017-05-11T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: The Load() event of the Search widget is nerver called?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225280#M20950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The load event never actually existed on the Search widget. This was a documentation error that will be removed at 4.4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 17:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-load-event-of-the-search-widget-is-nerver/m-p/225280#M20950</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2017-05-11T17:14:41Z</dc:date>
    </item>
  </channel>
</rss>

