<?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: Custom widget and Map widget tool (Measure tool) communication options in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-widget-and-map-widget-tool-measure-tool/m-p/1406982#M11956</link>
    <description>&lt;P&gt;Thanks Jeffrey, this is exactly what I have been looking for - in the meantime I can restrict the user actions in my widget so it does not influence the measure widget when its active - though I must say the reactiveUtils-based watcher does look promising - I'll see which implementation I can have the time to go forward with - I will post the source if I implement something re this.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 00:47:50 GMT</pubDate>
    <dc:creator>tamasoz</dc:creator>
    <dc:date>2024-04-08T00:47:50Z</dc:date>
    <item>
      <title>Custom widget and Map widget tool (Measure tool) communication options</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-widget-and-map-widget-tool-measure-tool/m-p/1406209#M11931</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am rather new to ExB so this might just be a tivial issue for some...&lt;/P&gt;&lt;P&gt;I've a built a custom widget that do a few things on a map - this is all good. However as per client's request we need to add the Measure tool to the Map Widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like my custom widget to know when the user opens the Measure tool or vica versa if that is possible.&lt;/P&gt;&lt;P&gt;I understand that there are ways to send Messages and Actions out from a custom widget - that is fine. Not sure how I should configure the Map widget in EXB to receive such message or send one out when the user opens the Measure tool..&lt;/P&gt;&lt;P&gt;I'd be happy to see a trigger that can be raised in the Map widget's Trigger section related to these - but its not there - the only two option there is "Extent change" and "Record selection change".&lt;/P&gt;&lt;P&gt;All I need to do is to have my Widget panel closed when the user opens the Measure tool.&lt;/P&gt;&lt;P&gt;So what I would like to know if there is any way to implement this at all? If it is then what is the best architecture to achieve this?&lt;/P&gt;&lt;P&gt;Obviously if there were a measure widget available that I can just put under the Widget controller where my custom widget is then there would be no issue as that I can configure to have only one widget open at one time. But I cannot see the Measure widget as an available option.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 07:19:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-widget-and-map-widget-tool-measure-tool/m-p/1406209#M11931</guid>
      <dc:creator>tamasoz</dc:creator>
      <dc:date>2024-04-05T07:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget and Map widget tool (Measure tool) communication options</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-widget-and-map-widget-tool-measure-tool/m-p/1406307#M11935</link>
      <description>&lt;P&gt;A stand-alone Measure Widget is scheduled for the next update, so if you can wait a few months, that's probably your best solution.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-blog/arcgis-experience-builder-2024-roadmap/ba-p/1368732" target="_blank"&gt;ArcGIS Experience Builder 2024 Roadmap (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;If you want something now, there is probably a way to use &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-core-reactiveUtils.html" target="_self"&gt;reactiveUtils&lt;/A&gt;&amp;nbsp;to put a watch handle on the measure widget. The default measure tool in the Map Widget is a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Measurement.html" target="_self"&gt;Measurement Widget&lt;/A&gt; from&amp;nbsp;the API placed inside an &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Expand.html" target="_self"&gt;Expand Widget&lt;/A&gt;. I'm not sure what the exact syntax would be but there should be a method to track the Expand Widget's expand property to check if it is opened.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-widget-and-map-widget-tool-measure-tool/m-p/1406307#M11935</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-04-05T12:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget and Map widget tool (Measure tool) communication options</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-widget-and-map-widget-tool-measure-tool/m-p/1406982#M11956</link>
      <description>&lt;P&gt;Thanks Jeffrey, this is exactly what I have been looking for - in the meantime I can restrict the user actions in my widget so it does not influence the measure widget when its active - though I must say the reactiveUtils-based watcher does look promising - I'll see which implementation I can have the time to go forward with - I will post the source if I implement something re this.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 00:47:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-widget-and-map-widget-tool-measure-tool/m-p/1406982#M11956</guid>
      <dc:creator>tamasoz</dc:creator>
      <dc:date>2024-04-08T00:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget and Map widget tool (Measure tool) communication options</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-widget-and-map-widget-tool-measure-tool/m-p/1516605#M14166</link>
      <description>&lt;P&gt;Good day, Jeffrey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;are there any updates regarding Measure Widget feature, when should it be deployed?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 11:29:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/custom-widget-and-map-widget-tool-measure-tool/m-p/1516605#M14166</guid>
      <dc:creator>AntonTymoshenko</dc:creator>
      <dc:date>2024-08-08T11:29:28Z</dc:date>
    </item>
  </channel>
</rss>

