|
BLOG
|
@Bertrand_Laurancin thank you for your solution and compliments @KARIMLABIDI glad that you could get it worked out!
... View more
05-29-2026
08:59 AM
|
1
|
0
|
1216
|
|
BLOG
|
Thank you @KARIMLABIDI , at this point I would recommend posting in the custom widgets link I posted above. I would also normally suggest a support case, but I don't think they will be able to do much with custom widgets involved.
... View more
05-28-2026
08:35 AM
|
0
|
0
|
1311
|
|
BLOG
|
@KARIMLABIDI if that does not work, I think because you are getting the error on multiple widgets and it does not seem to be constrained just to right click, your question may get more exposure if you post it to the questions section of the Group Experience Builder Custom Widgets https://community.esri.com/t5/experience-builder-custom-widgets/bd-p/eb-custom-widgetsforum-board
... View more
05-28-2026
07:00 AM
|
0
|
0
|
1326
|
|
BLOG
|
@KARIMLABIDI after looking at your error more, I strongly think that you are running into a folder path limit, especially since you are using OneDrive. If you are able to deploy EB 1.20 right to your C Drive it may resolve the issue. The errors to me point to a directory issue, and I used to store my EB DE on a deeper folder structure and had similar issues.
... View more
05-28-2026
06:53 AM
|
0
|
0
|
1333
|
|
BLOG
|
Thank you @KARIMLABIDI , without being able to replicate the issue or see your system fully (not that I am suggesting that), it is hard to troubleshoot and come up with a solution. This widget does not require any npm dependencies beyond what is OOTB of EB, so that should not be a culprit. I am purely speculating on troubleshooting steps below, but might be worth a try. - Fresh install of 1.20 and put downloaded widgets in ...arcgis-experience-builder-1.20\client\your-extensions\widgets - Sometimes I have issues with long file paths, so I put my EB DE right on the C drive, that might worth trying so your set up is C:\arcgis-experience-builder-1.20 - If you have not already, try using the suggested version of Node.js for EB DE 1.20
... View more
05-27-2026
10:08 AM
|
0
|
0
|
1377
|
|
BLOG
|
@KARIMLABIDI can you try the below steps if you feel okay doing so? Close any running EB processes. Delete C:\Users\LABIDI\node_modules entirely. While you're there, delete C:\Users\LABIDI\package.json and C:\Users\LABIDI\package-lock.json if those exist. In your EB folder, delete your-extensions/node_modules/.cache to clear stale resolution. Re-run npm run build:for-download.
... View more
05-26-2026
06:58 AM
|
0
|
0
|
1424
|
|
BLOG
|
@KARIMLABIDI I think I found the bug in config.json. I updated the 1.20 zip on this blog post. Please let me know if you are still getting the error after you get the latest 1.20 zip from here and confirming you are using the latest mailing labels widget.
... View more
05-22-2026
03:41 PM
|
0
|
0
|
1485
|
|
BLOG
|
@KARIMLABIDI did you also update the mailing labels widget if you are using that?
... View more
05-22-2026
03:31 PM
|
0
|
0
|
1487
|
|
BLOG
|
Hello @KARIMLABIDI, one difference between my environment and yours is the version of Node.js. I am currently on 24.15.0. and it looks like you are using 26.2.0. The recommended version for Experience Builder Developer Edition 1.20 is Node.js 24. This may not be the reason you are getting the errors, but is a system difference between my setup vs yours. https://developers.arcgis.com/experience-builder/guide/release-versions/
... View more
05-22-2026
08:38 AM
|
0
|
0
|
1495
|
|
DOC
|
05/21/2026: Accept Right Click Widget mailing label action.
... View more
05-21-2026
02:17 PM
|
0
|
0
|
5232
|
|
BLOG
|
5/21/26: Enhancements (1.20 version only) Open Mailing Labels widget with right click option and apply a buffer prior to sending.
... View more
05-21-2026
02:14 PM
|
0
|
0
|
3400
|
|
BLOG
|
Update: My mistake, I see the bug now after a reload. Hello @HCF, without screenshots of the issue it may be hard to replicate. Esri Community sometimes has issues with copying and pasting screenshots, so you may need to use the upload image tool in your comment. On my end, rounding around the edges is expected as that is the nature of the math behind the buffer. Below are output of the Draw tool vs the ArcGIS Pro Buffer tool using the same graphic. Draw: ArcGIS Pro:
... View more
05-20-2026
07:20 AM
|
2
|
0
|
3042
|
|
BLOG
|
What's New is a custom Experience Builder 1.20 widget that adds the familiar bell-and-red-dot notification pattern to public-facing map applications. It drops into any spot of an Experience (header, body, or footer) and displays a small red dot whenever there's a new announcement. Users click the bell, see what changed in a popover or centered modal, and the dot disappears for them across browser sessions. When the next update goes out, bumping the Announcement ID (a "New ID" button in the settings panel drops in a timestamp) brings the dot back for everyone on their next visit. Content is either Rich HTML pasted directly into the settings or an external URL, and the widget is pure client-side with no backend. Seen-state lives in each user's localStorage, so there's nothing to maintain. The widget solves a recurring problem: every time improvements are pushed to an Experience, users have no idea anything changed because they tend to bookmark the map and use it the same way for months. What's New gives them a quiet, dismissible signal built right into the app. Changelog: 06/08/26: Update thanks to community contributions from @SunshineLuke90 , who reworked the widget around the Calcite Design System. The bell is now a calcite-action with built-in indicator support, the popover and modal use calcite-popover and calcite-dialog respectively, and all the manual positioning math the original widget needed for footer placement is gone since Calcite handles it natively (runtime dropped from around 300 lines to 160). New configurable options came along too: pick any icon from the Calcite UI Icons set, set the popover content width in pixels, choose from 21 logical placement values, and adjust the icon size via Calcite's built-in scale property (small, medium, large). A follow-up round of revisions from SunshineLuke90 also fixed a TextArea overflow when the HTML content area is dragged and resized, and added helptext under the ColorPicker components clarifying that leaving them blank preserves the EB theme defaults.
... View more
05-15-2026
01:44 PM
|
7
|
2
|
480
|
|
IDEA
|
You're welcome Anthony. I agree, having a right click "What's here?" like Google Maps OOTB for all EB versions would be good.
... View more
05-15-2026
08:11 AM
|
0
|
0
|
559
|
|
BLOG
|
5/14/2026: (1.20 version only) UI/UX Updates Import/Export XML from settings to transfer setting configurations between applications or for backup
... View more
05-14-2026
10:41 AM
|
1
|
0
|
2054
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | Friday | |
| 1 | Thursday | |
| 1 | Thursday | |
| 1 | Tuesday |
| Online Status |
Online
|
| Date Last Visited |
Saturday
|