POST
|
I would also like this, since I couldn't find an idea for it I created one. Vote for this one: https://community.esri.com/t5/arcgis-dashboards-ideas/set-selection-backgroundcolor-with-arcade-in-list/idi-p/1245247
... View more
01-04-2023
06:12 AM
|
2
|
0
|
1249
|
IDEA
|
For some list widgets I don't think the selection marker is enough, I would like to have the whole bakground changed for the seleted item. It would be great if this could be done with arcade by adding a selectionBackgroundColor property.
... View more
01-04-2023
06:06 AM
|
8
|
0
|
479
|
POST
|
@OwenGeo-- Do you have any more information on tables? Every update I hope to see this feature but still no luck.
... View more
12-05-2022
04:29 AM
|
0
|
0
|
635
|
POST
|
I know that Portal is behind AGOL, but still at ArcGIS Enterprise 10.9.1 I can't add GPX-files with Add Data Widget. But it works in AGOL. Will adding GPX files never work with Web AppBuilder and Portal? Do I really have to write my own widget to do this when it works fine in AGOL and have been for a long time? it just seems silly.
... View more
10-18-2022
02:48 AM
|
1
|
0
|
918
|
POST
|
Hi! I've been using a slightly modified version of this widget for along time, one modification I've made is to add the possibility to draw arrows, it has been workig great but since a week ago or something like that, drawing arrows doesn't work anymore. Drawing arrows in the standrad draw widget works, and I tried to download the latest version of this widget and only changed the html-file by adding "arrow" to the data-dojo-props types for the drawBox. The arrow symbol appears and can be selected but nothing happens when trying to draw... or nothing shows at least, draw end event is triggered and stuff like that but no graphic apperas. Any ideas whats wrong??
... View more
10-06-2022
01:27 AM
|
0
|
0
|
1884
|
POST
|
In case someone else wonders, here's what I did: Downloaded Web AppBuilder version 2.21 and imported my custom widgets and tested them with wab 2.21, I think they got "updated" in the process according to this documentation https://developers.arcgis.com/web-appbuilder/guide/upgrade-custom-widget-and-theme.htm Then I used ArcGIS Online Assistant to find all the "uri:s" for my custom widgets in my apps (in the apps json-config files) and saved them in a spreadsheet. (You might wonder why, because the info in this thread that is crucial). Updated ArcGIS Enterprise to 10.9.1 I actually had the items for my custom widgets left in my portal, but just to be safe I removed them and re-registered them, this might have been totally unnecessary 🙂 When re-registering them I had some problems that turned out to be just in the swedish version of portal. So if anyone with a portal in swedish does this, the interface is changed and when you add wab extensions to the portal and it seems that theres is no option for it. But choose "the blank option" and enter the manifest.json url in the textbox and klick next. I also saved the widgets ItemID:s to my spreadsheet. Last step was to use my spreadsheet and ArcGIS Online Assistant to alter all my apps containing any of my custom apps, and change the "uri:s" to "itemID:s" according to this thread as mentioned earlier. https://community.esri.com/t5/arcgis-enterprise-questions/after-portal-update-to-10-9-webappbuilder-apps/m-p/1072772#M30582 I totally agree with some writers in that thread that it should have been officially documented by ESRI. All apps using a custom widgets becomes completly broken, but can easily be fixed if you just know what to do. Kudos to @Anonymous User who found and shared the solution!
... View more
06-07-2022
12:40 AM
|
0
|
0
|
894
|
POST
|
I have a custom widget in WAB that lets the user display filtered elevation data from an image service. It uses client-side pixel filtering as this sample does. https://developers.arcgis.com/javascript/3/jssamples/layers_raster.html My users complains that they can't print the filtered elevation data, we're using our own print service with custom layouts. So the client-side pixel filtering info is not sent to the print service and the print includes the entire rasterdata displayed as how the image service was published. If I add the image service to the map viewer in portal I can change the "symbology" of the raster to use some classification. And then print (with the same printservice as in WAB) and the classified raster displays correctly in the print. So I'm thinking I should be able to "convert" the pixel-filtering to a classification with just two classes where one is transparent/invisible. But I haven't been able to set a renderer to my raster layer in my code. There seems to be a .setRenderer()-function on the layer, but in the API reference it's only documented for featureLayers and not for RasterLayers. Any ideas how I can solve this?
... View more
05-25-2022
04:21 AM
|
0
|
0
|
293
|
POST
|
Thanks for the update! I understand the dates here are estimations and not any guarantees or promises. I keep my fingers crossed that it will come during the year.
... View more
05-13-2022
05:20 AM
|
1
|
0
|
694
|
POST
|
Hi! I'm about to upgrade ArcGIS Enterprise from 10.8.1 to 10.9.1. We're using Portals built in Web AppBuilder which in 10.8.1 is version 2.16. We also have a lot of custom widgets that we host separatly but have registered with portal, our widgets are built with Web AppBuilder version 2.16 to match our portal. When we upgrade portal to 10.9.1 including Web AppBuilder version 2.21, do we have to do something with our custom widgets or can we excpect them to just work with Web AppBuilder version 2.21? I've read that I have to change my configuration to my apps to use itemid instead of uri for all my custom widgets... But is there anything else I should be aware of? Should I upgrade my widgets to use JSAPI v 3.37 somehow?
... View more
05-13-2022
05:11 AM
|
2
|
1
|
993
|
POST
|
Hi @OwenGeo Any news on tables? Is it still planned for the first half of 2022?
... View more
05-13-2022
12:16 AM
|
0
|
3
|
697
|
POST
|
Unfortunatley layer grouping probably never will be possible in WAB. You can't publish a hosted feature layer, and layer grouping is not supported by the old web maps based on ArcGIS API for JavaScript v 3.x You have to use the new web maps based on v 4.x of the API, and use those maps in Experience builder. I believe ESRI consider this solved even though Experience builder still lacks o lot of functionalty that WAB has, and just don't care about all of us who therefore has to stick to WAB.
... View more
04-27-2022
12:35 AM
|
1
|
0
|
389
|
POST
|
Hi, Maybe one of theese two widgets would work for you? https://community.esri.com/t5/web-appbuilder-custom-widgets-documents/traverse-widget-2-5-11-14-2017/ta-p/905069 https://community.esri.com/t5/web-appbuilder-custom-widgets-documents/measure-widget-2-15-for-web-app-builder/ta-p/906397
... View more
04-27-2022
12:06 AM
|
0
|
0
|
259
|
POST
|
It works for me now, thanks for quickly deploying this fix!
... View more
03-09-2022
07:23 AM
|
1
|
0
|
2541
|
POST
|
I hope you guys find a solution soon @OwenGeo and I'm glad to hear it's high priority. Here's links to a few of my stories that have this issue and are public. https://storymaps.arcgis.com/stories/c70b5b510fb04261906912e4b31b024a https://storymaps.arcgis.com/stories/ac0cd9dddf1242bbbd65c0518a5e071d https://storymaps.arcgis.com/stories/90c7647fcf8f433cb5c325fb1001289c
... View more
03-03-2022
06:36 AM
|
2
|
0
|
1908
|
POST
|
I also have this problem. Even before this, my stories became slower and slower to edit as they grew, but lately it has been much worse.
... View more
03-02-2022
01:18 AM
|
1
|
0
|
1982
|
Title | Kudos | Posted |
---|---|---|
1 | 10-14-2015 01:59 AM | |
2 | 06-13-2024 12:31 AM | |
2 | 03-28-2024 01:07 AM | |
1 | 03-27-2024 04:09 AM | |
1 | 06-13-2024 12:22 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|