<?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 eSearch - Auto enable BY SHAPE - Point selector on Icon return click in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854838#M11249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Is it possible at all to auto re enable the BY SHAPE - Point selector when clicking the eSearch widget icon after moving to another widget and then back to the eSearch widget. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically on startup I have the BY VALUE tab activated and have set the BY SHAPE - Point selector to be on. This works well as users can do a BY VALUE search with the map zooming and information returned, in addition the user can then click on any other feature within the zoomed map and information is returned without them needing to tab back to the BY SHAPE -point selector to activate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is when the user clicks another widget say the print widget and then moves back to the eSearch widget, the BY VALUE tab displays which is correct, but the BY SHAPE - point selector is deactivated which does make sense as it would interfere with other widgets like the measurement widget if it remained active. To reactivate it the user needs to tab back to the BY SHAPE function. Some users get confused; it would be nice if it could auto re enable on icon click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope thismakes sense. Please try link below to get an idea of what's happening. Any&lt;BR /&gt;advice would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://citymaps.bayswater.wa.gov.au/WABexternal/LandMapping/index.html"&gt;Map Link&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2016 08:51:17 GMT</pubDate>
    <dc:creator>RodWoodfordOld</dc:creator>
    <dc:date>2016-04-11T08:51:17Z</dc:date>
    <item>
      <title>eSearch - Auto enable BY SHAPE - Point selector on Icon return click</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854838#M11249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Is it possible at all to auto re enable the BY SHAPE - Point selector when clicking the eSearch widget icon after moving to another widget and then back to the eSearch widget. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically on startup I have the BY VALUE tab activated and have set the BY SHAPE - Point selector to be on. This works well as users can do a BY VALUE search with the map zooming and information returned, in addition the user can then click on any other feature within the zoomed map and information is returned without them needing to tab back to the BY SHAPE -point selector to activate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is when the user clicks another widget say the print widget and then moves back to the eSearch widget, the BY VALUE tab displays which is correct, but the BY SHAPE - point selector is deactivated which does make sense as it would interfere with other widgets like the measurement widget if it remained active. To reactivate it the user needs to tab back to the BY SHAPE function. Some users get confused; it would be nice if it could auto re enable on icon click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope thismakes sense. Please try link below to get an idea of what's happening. Any&lt;BR /&gt;advice would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://citymaps.bayswater.wa.gov.au/WABexternal/LandMapping/index.html"&gt;Map Link&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 08:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854838#M11249</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2016-04-11T08:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch - Auto enable BY SHAPE - Point selector on Icon return click</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854839#M11250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OK, make this change to the Widget.js (line 10):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onOpen: function () {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!this.config.bufferDefaults.addtolegend) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (this.graphicsLayerBuffer) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.graphicsLayerBuffer.show();
&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (this.tempResultLayer) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.tempResultLayer.show();
&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; this.drawBox.activate(this.lastDrawTool);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:33:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854839#M11250</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T10:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch - Auto enable BY SHAPE - Point selector on Icon return click</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854840#M11251</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;&lt;/P&gt;&lt;P&gt;Added the change, but its not making any difference to the app. BY SHAPE - Point does not re enable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 23:50:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854840#M11251</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2016-04-11T23:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch - Auto enable BY SHAPE - Point selector on Icon return click</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854841#M11252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got it to work using the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.drawBox.activate('POINT');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 05:22:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854841#M11252</guid>
      <dc:creator>RodWoodfordOld</dc:creator>
      <dc:date>2016-04-12T05:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch - Auto enable BY SHAPE - Point selector on Icon return click</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854842#M11253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, the lastDrawTool var must be null for some reason then. Glad you got it working. Don't forget to mark this as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 12:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-auto-enable-by-shape-point-selector-on/m-p/854842#M11253</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-04-12T12:00:41Z</dc:date>
    </item>
  </channel>
</rss>

