<?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: Change mouse pointer image for Measurement widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668451#M21771</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;.&amp;nbsp; We currently do not use the Developer Edition of ExB.&amp;nbsp; But I recently heard it is possibl to have a custom widget without deploying the&amp;nbsp;Developer Edition.&amp;nbsp; Have&amp;nbsp; you attempted this?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Nov 2025 14:34:35 GMT</pubDate>
    <dc:creator>berniejconnors</dc:creator>
    <dc:date>2025-11-25T14:34:35Z</dc:date>
    <item>
      <title>Change mouse pointer image for Measurement widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668447#M21769</link>
      <description>&lt;P&gt;We have upgraded from WAB to ExB but many users are complaining about the shape of the mouse pointer during measurement operations.&amp;nbsp; I can see why they are complaining.&amp;nbsp; The fat lines in the cross obscure the point you are trying to click on (snapping is not an option):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="measurement_pointers.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144385iF4F4126167536C0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="measurement_pointers.png" alt="measurement_pointers.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How hard is it to customize the shape of the pointer in the measurement widget?&amp;nbsp; I would prefer something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="berniejconnors_0-1764079650675.png" style="width: 104px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144386i89642F382A304D62/image-dimensions/104x91?v=v2" width="104" height="91" role="button" title="berniejconnors_0-1764079650675.png" alt="berniejconnors_0-1764079650675.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 14:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668447#M21769</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2025-11-25T14:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change mouse pointer image for Measurement widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668450#M21770</link>
      <description>&lt;P&gt;The process would go something like this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/experience-builder-tips-and-tricks/modifying-esri-widgets-and-making-the-search/ba-p/1373949" target="_self"&gt;Turn the Measurement Widget into a Custom Widget&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Find the function that fires when the measurement starts and &lt;A href="https://css-tricks.com/using-css-cursors/" target="_self"&gt;add a CSS cursor property&lt;/A&gt;. You might be able to add it to the DOM node that contains the Map, but there might be a re-render issue with that. Applying it to the HTML or body class should be stable. Alternatively, you might be able to change the cursor directly in the Widget, but I expect this is controlled on the backend by the API.&lt;/LI&gt;&lt;LI&gt;Find the function that stops the measurement and remove your cursor property.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 25 Nov 2025 14:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668450#M21770</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-11-25T14:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change mouse pointer image for Measurement widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668451#M21771</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;.&amp;nbsp; We currently do not use the Developer Edition of ExB.&amp;nbsp; But I recently heard it is possibl to have a custom widget without deploying the&amp;nbsp;Developer Edition.&amp;nbsp; Have&amp;nbsp; you attempted this?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 14:34:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668451#M21771</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2025-11-25T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change mouse pointer image for Measurement widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668457#M21772</link>
      <description>&lt;P&gt;If you are on ArcGIS Enterprise 11.X or higher, you can &lt;A href="https://community.esri.com/t5/experience-builder-tips-and-tricks/registering-a-custom-widget-in-arcgis-enterprise/ba-p/1561506" target="_self"&gt;register and use a Custom Widget&lt;/A&gt; in your Enterprise Portal. You will still need Developer Edition to create and compile the Widget.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 14:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668457#M21772</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-11-25T14:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change mouse pointer image for Measurement widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668463#M21774</link>
      <description>&lt;P&gt;We currently publish all of our ExB apps through AGOL.&amp;nbsp; Is it possible to register and use a custom widget with ExB apps hosted in AGOL?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 15:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668463#M21774</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2025-11-25T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change mouse pointer image for Measurement widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668464#M21775</link>
      <description>&lt;P&gt;There is no support for Custom Widgets in ArcGIS Online. You will need to create an application in Developer Edition and host it on your own web server.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 15:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/change-mouse-pointer-image-for-measurement-widget/m-p/1668464#M21775</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-11-25T15:16:36Z</dc:date>
    </item>
  </channel>
</rss>

