|
BLOG
|
Thank you for letting us know @KamilNovák. I will take a look over the next week or so and see if it can be patched.
... View more
02-10-2026
07:15 AM
|
0
|
0
|
6112
|
|
BLOG
|
2/9/26: Added an option to interact with search widget and other widgets for actions (see video below). Fixed UI bug where word "Nearby" would overrun in some PDF reports.
... View more
02-09-2026
09:28 AM
|
1
|
0
|
2594
|
|
BLOG
|
@AdamGebhart to confirm are you using the download named draw-advanced_V3? Short answers below, but video also covers all 3 updates. 1. Double clicking should allow for editing of vertices. 2. Labels appear on top after completion, however if you check in enable tooltips, it will show you a live measurement offset from graphic which may work for your workflow. 3. Freehand lines/polygons segment labels are a known issue, please see known issues section. We have segment labels off by default, but total length on by default when creating graphics. I suggest having users turn off segment labels for freehand lines and polygons. To do this, ensure length is checked on but line segments are turned off when creating freehand graphic.
... View more
02-09-2026
07:01 AM
|
0
|
0
|
6145
|
|
BLOG
|
@AdamGebhart thank you for the compliments. There is not a way to edit text, colors, etc. within the widget. The developer can define the color sequence in settings, but that is about the furthest it can go for color management. In creating this widget vs the Advanced Draw widget I wanted to keep this measurement focused, while I admit there are many similarities between this one and the draw widget. I think when you get into the customization of label font, size, color, changing geometry color, using the Advance Draw would be more appropriate for more advanced customization.
... View more
02-06-2026
01:45 PM
|
1
|
0
|
3761
|
|
BLOG
|
@ElisabethFenn this has been logged as BUG-000182651. I think you can create a support ticket and ask to have your account associated with the bug to get status updates and see it from the My Esri support site.
... View more
02-06-2026
01:26 PM
|
2
|
0
|
871
|
|
BLOG
|
@ElisabethFenn Esri Support was able to replicate the issue on their end using DE 1.19 with no custom widgets. It may be logged as a bug pending more testing, and then a bug may be posted on Esri's bug site.
... View more
02-05-2026
03:40 PM
|
0
|
0
|
880
|
|
POST
|
Hello @Devon_Hedemark , you may need to create an OAuth 2.0 application in your Portal with a client ID for the internal URLs and add the redirect URLs under the Settings. The client ID will also need to to be pasted in the deployed application CDN folder number config.json. If you search for clientID and enter the client ID between the double "".
... View more
02-05-2026
02:51 PM
|
2
|
1
|
783
|
|
BLOG
|
V3 released, please see updates in changelog. Thank you to @JeffreyThompson2 again for working together on this version.
... View more
02-05-2026
02:44 PM
|
3
|
0
|
6218
|
|
BLOG
|
@ElisabethFenn interesting we are having the same issue but in opposite scenarios. I will keep you updated on results of my support case.
... View more
02-05-2026
12:10 PM
|
0
|
0
|
899
|
|
BLOG
|
Thank you @KeyHunter, I don't think there would be a straightforward way to delete segments. Say if there are 4 segments and someone deletes wants to delete segment 2, it would create a multipart feature. Let me know if the editing vertices update helps.
... View more
02-05-2026
09:58 AM
|
0
|
0
|
3783
|
|
BLOG
|
@ElisabethFenn, I think this may be a bug. I created a testing application in DE 1.19 using all out of the box tools. The issue does not appear in DE, but it does on a deployed application. I may have to create a ticket with Esri support. DE: Deployed testing application:
... View more
02-05-2026
09:29 AM
|
0
|
0
|
915
|
|
POST
|
You may be able to use attribute rules with the insert checked on and combine it with a database sequence. Your attribute rule may need to work to compare against the intersecting polygon district as well and assigning it to that portion of the ID. @HusseinNasser2 has a great tutorial on the 1st link. https://community.esri.com/t5/attribute-rules-videos/generating-unique-ids-with-attribute-rules/td-p/976527 https://community.esri.com/t5/attribute-rules-questions/using-nextsequencevalue-to-restart-based-on/td-p/1091796 https://support.esri.com/en-us/knowledge-base/how-to-add-auto-sequential-values-using-attribute-rules-000024533
... View more
02-04-2026
12:46 PM
|
0
|
0
|
561
|
|
BLOG
|
Thank you @ElisabethFenn. I have seen the double table you are seeing occasionally, but it was before I created the sidebar custom. Are you using the out of the box map layers widget or a custom one? I have a modified custom one, which is why I though the double table option was an isolated issue.
... View more
02-04-2026
10:27 AM
|
0
|
0
|
929
|
|
BLOG
|
https://github.com/brianmcleer/sidebar-custom-widget A customized version of Esri's Sidebar widget for ArcGIS Experience Builder. It keeps everything the stock Sidebar does and adds automatic expansion so a collapsed sidebar opens itself when a table is shown, which keeps the Table widget visible inside the sidebar instead of hidden behind a collapsed panel. Features Auto-expand on table open. When a collapsed sidebar contains a Table widget and a user runs "Add to table" or "View in table", the sidebar expands automatically so the table is visible. Auto-expand for widget controllers. A collapsed sidebar also expands when a widget inside a Widget Controller is opened, so the controller content is not stuck behind a collapsed panel. Everything from the stock Sidebar widget: two configurable panels (FIRST and SECOND), fixed layouts, the toggle button with its configurable colors and border, and the toggle and open message actions. Changelog: 6/26/26: Auto-resize for tools and tables. The sidebar can widen to a size you set while a tool or table is open, then go back to its normal width when it closes. It respects a manual resize, so it won't override a width you set yourself. Peek on hover. Hovering the collapsed edge briefly reveals the sidebar, and it re-collapses when you move away. Good for a quick glance without fully opening it. Update badge. A small dot shows on the toggle button when the collapsed content changes while the sidebar is closed, so users notice new results. It clears once the sidebar is opened. Pin and close panel header. An optional header bar on the panel adds a pin button that keeps the sidebar open and holds off the auto-collapse behaviors until you unpin, plus a close button. Published expand/collapse message. The sidebar can send an "expanded" or "collapsed" message that other widgets can react to through a standard message action. URL deep-linking. The open or collapsed state can be saved in the URL and restored on load, so a shared or bookmarked link opens in the same state. Everything new is off by default and set in the widget's Behavior settings, so existing apps don't change until you turn something on. 2/23/26: Widget now supports auto expansion for widget controller or view/add in table. Have collapsed sidebars expand when using "Add to table" or "View in table"" to show Table widget within sidebar. Also supports auto-expansion for widget controllers. Comes from an idea and great solution by @JeffreyThompson2 at The Automatically Opening Attribute Table.
... View more
02-02-2026
03:42 PM
|
4
|
10
|
1194
|
|
DOC
|
02/02/2026: No longer maintaining 1.18 version. Show original graphic vs buffer in different colors Add option to widget to remove duplicates and empty records (both on by default) Thank you for idea @KevinHitchcock
... View more
02-02-2026
02:18 PM
|
0
|
0
|
11516
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Tuesday | |
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | a week ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|