<?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: lang.hitch scope is null error while building widgets in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870637#M12794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sorry I only provide help online here and do not exchange emails. You can attach your widget to a reply when using the advanced editor.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/438474_Untitled-1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/438475_Untitled-2.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2019 13:50:33 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-03-01T13:50:33Z</dc:date>
    <item>
      <title>lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870628#M12785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to build a widget which will retrieve the place links if we type an address or drop a pin at a location. It will provide links to Google 3D, Birdseye view. But when I start the server and import the widget in my application it shows up this error that widget cannot&amp;nbsp;be created.&amp;nbsp; When I look into the console, it shows that lang. hitch scope is null. Here is the screenshot for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/438278_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 17:48:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870628#M12785</guid>
      <dc:creator>Rohit_Venkat_GandhiMendadhala3</dc:creator>
      <dc:date>2019-02-27T17:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870629#M12786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the create widget error right above the lang.hitch issue. Line 117 of your Placelinks widget is where you need to focus your debugging efforts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 18:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870629#M12786</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-27T18:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870630#M12787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Robert.&lt;/P&gt;&lt;P&gt;I checked the widgetmanger.js inside jimu.js folder&lt;/P&gt;&lt;P&gt;I think the line 117 is&amp;nbsp;console.log('create [' + setting.uri + '] error:' + err.stack);&lt;/P&gt;&lt;P&gt;Is create[setting.uri] causing the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 19:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870630#M12787</guid>
      <dc:creator>Rohit_Venkat_GandhiMendadhala3</dc:creator>
      <dc:date>2019-02-27T19:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870631#M12788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Do you have a settings.js for this widget?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 19:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870631#M12788</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-27T19:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870632#M12789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I do have it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 19:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870632#M12789</guid>
      <dc:creator>Rohit_Venkat_GandhiMendadhala3</dc:creator>
      <dc:date>2019-02-27T19:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870633#M12790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Try removing the&amp;nbsp;whole settings folder from your widget&amp;nbsp;and if your manifest.json has about&amp;nbsp;hasSettingPage or hasSettingsUI set them to false and see if the issue goes away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 19:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870633#M12790</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-27T19:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870634#M12791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't&amp;nbsp;work for me Robert. Can send you a zipped file if needed. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 02:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870634#M12791</guid>
      <dc:creator>Rohit_Venkat_GandhiMendadhala3</dc:creator>
      <dc:date>2019-02-28T02:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870635#M12792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; At this point I do not know what else to tell you without seeing your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 13:48:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870635#M12792</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-28T13:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870636#M12793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert,&lt;/P&gt;&lt;P&gt;Can you share your email so that I can send the widget in a zipped file?&lt;/P&gt;&lt;P&gt;Appreciate your help. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 05:04:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870636#M12793</guid>
      <dc:creator>Rohit_Venkat_GandhiMendadhala2</dc:creator>
      <dc:date>2019-03-01T05:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870637#M12794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sorry I only provide help online here and do not exchange emails. You can attach your widget to a reply when using the advanced editor.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/438474_Untitled-1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/438475_Untitled-2.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 13:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870637#M12794</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-01T13:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870638#M12795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the attached folder.&lt;/P&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 20:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870638#M12795</guid>
      <dc:creator>Rohit_Venkat_GandhiMendadhala2</dc:creator>
      <dc:date>2019-03-01T20:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870639#M12796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Wow this widget is an absolute mess. Did you just copy some JS sample html source into the Widget.html and think that it would work? Your Widget.html has many divs that have ids and widgetids this is not normal for a WAB widget. You have many data-dojo-attach-events specified in the html that do not exist in the Widget.js.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 21:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870639#M12796</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-01T21:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870640#M12797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, Yes I am trying to see how this widget works for the web applications. Have used chrome console for that.&lt;/P&gt;&lt;P&gt;I do not intend to copy but would like to replicate something similar to that for one of my projects. Hence I am trying on that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 21:15:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870640#M12797</guid>
      <dc:creator>Rohit_Venkat_GandhiMendadhala2</dc:creator>
      <dc:date>2019-03-01T21:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: lang.hitch scope is null error while building widgets</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870641#M12798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Well you can get your widget to at least load if you add all the&amp;nbsp;data-dojo-attach-events to your widget.js and make sure to add a name property to your widget.js as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 21:22:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/lang-hitch-scope-is-null-error-while-building/m-p/870641#M12798</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-01T21:22:44Z</dc:date>
    </item>
  </channel>
</rss>

