|
POST
|
Dear Robert, thank you very much for answering and providing this information! I know very little about Experience Builder... I recently installed it and played with it for only 1-2 hours. I can follow Pinde Fu's "getting to know web gis" 4th edition chapter 3 and start developing on it. I'll appreciate it and thank you if you will please tell me - You wrote that my company should "forget" WAB and use experience builder instead. This is a very "strong" phrase... I need to fully understand the reason for this stong statement - Does Experience Builder already have query widgets in its system (as WAB 2D)? Are there other reasons? Please bear in mind that I need to persuade my boss aboutthe need to invest a lot of time in it. How can I know which widgets are already built into Experience Builder? I can't see any widgets in EXB folders tree, so I don't know from where to learn. What do I need to do to "copy" the 12 custom widgets I've already developed for WAB into experience builder? What is the process needed for it? I want to be able to know how to assess the time needed for converting each custom widget. Some hints and suggestions on how to start developing custom widgets on Experience Builder. I know nothing yet. Do I have to use typescript instead of javascript? Do I have to use Python? With appreciation, Michael
... View more
10-13-2020
01:32 AM
|
0
|
1
|
2402
|
|
POST
|
Dear rscheitlin , As no one has referred to my short focused question until now, can you help? Michael
... View more
10-12-2020
06:12 AM
|
0
|
3
|
2402
|
|
POST
|
Dear Robert, Thank you very much for the link. Actually I had already thought about versioning the 3 js files at the end of index.html I checked my idea today, and even that map.ItemId is in config.json and you wrote that config.json is also cached, it worked perfect, so maybe the config.json is not cached after all?. I assume that when I'll have to change some Widget.js file (and the user will still use the same app url) I'll have either to use the solution in your link, or maybe use the info in a, b, c, d and e (which is specific on how to not cache a json file(s) ) Michael
... View more
10-09-2020
06:36 AM
|
0
|
0
|
1353
|
|
POST
|
I use Web AppBuilder (Develper Edtion) 2.17 and I want that when I change map.ItemId in config.json in my server, that the user of my web app will get the new map, even if he continues to use same URI address of my web app.
... View more
10-07-2020
11:53 PM
|
0
|
2
|
1419
|
|
POST
|
I need a Query widget, (and/or Info Summaey Widget) to query feature layers on Web AppBuilder (Develper Edtion) 3D Scenes. The 2D Query widget is not suitable since it uses ArcGIS API for javascript 3, whilst 3D scenes use ArcGIS API for javascript 4.16. Are there some code examples or some hints how to develop custom widget for querying features on 3D scenes?
... View more
10-04-2020
06:00 AM
|
0
|
4
|
2543
|
|
POST
|
I use Web AppBuilder (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.16). I need now a custom widget for querying features, and had not found yet a code example. Have you advanced in this area? Michael
... View more
10-04-2020
05:36 AM
|
0
|
0
|
711
|
|
POST
|
I use Web AppBuilder (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.16). Regularly mouse left click on a feaature opens feature default popup. I don't want to change this, but how can I enable/disable an option that left click (or right click) on a feature will open my custom widget on that feature e.g. if I want to supply the user with query options on that feature?
... View more
10-03-2020
11:21 AM
|
0
|
8
|
4541
|
|
POST
|
I use Web AppBuilder (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.16). I need to create a feature independent popup (without modifying the default popup which is activated by mouse left click) that will be opened when I right click the feature. How to achive this?
... View more
10-03-2020
11:08 AM
|
0
|
0
|
705
|
|
POST
|
I use Web AppBuilder (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.16). I need that mouse right click on the scene will open my custom widget, with info of the clicked location (and maybe also of a feature if it exists in that location). How can I achieve this?
... View more
10-03-2020
10:57 AM
|
0
|
0
|
888
|
|
POST
|
I use Web AppBuilder (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.16). Is there an option to set it programatically that some off-panel widgets could remain open at the same time?
... View more
10-03-2020
10:32 AM
|
0
|
0
|
789
|
|
POST
|
I use Web AppBuilder (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.16). Is there an option to programatically hide off panel widgets ?
... View more
10-02-2020
06:10 AM
|
0
|
0
|
708
|
|
POST
|
In WEB AppBuilder (Developer Edition) 2.17, Launchpad Theme, 3D scene, I open a custom-widget from within LayerList widget by calling the function BaseWidget.openWidgetById and after the promise returns, LayerList widget calls some function inside that custom-widget.. It works well, but when I'm inside WAB and I open the app by clicking "Configure App", and then I change Scene, the custom-widget is not opened, i.e. the promise does not return. Indeed, if afterwards I click on the icon of that custom-widget, the promise "awakes" and returns and the function inside that custom-widget is called from within LayerList widget. I suspect that this phenomenon stems from the fact that in Launchpad Theme, after changing Scene, widgets-panel classes names are changed, and since only the scene had changed and I don't see a reason to change the class names, may be it's a bug in Launchpad Theme? My question - How to achieve that in Launchpad Theme, also in "configure app" mode after changing Scene, the custom-widget will be opened from within LayerList widget? (maybe if I can set that widgets-panel classes names will not be changed when changing scene, it'll also solve the problem)
... View more
10-02-2020
04:25 AM
|
0
|
0
|
921
|
|
POST
|
I presented a related question I thought that this example could help, but I can't make the example work in esri javascript 4.16
... View more
10-01-2020
03:54 AM
|
0
|
0
|
5490
|
|
POST
|
I use Web AppBuilder (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.16). I need that mouse right click on feature will open my custom widget, with info on the feature clicked. There is an example that might be relevane - How to make a menu on right click of feature on feature layer but I don't know how to get it to work on esri javascript 4.16
... View more
10-01-2020
03:43 AM
|
0
|
0
|
1222
|
|
POST
|
I use WEB AppBuilder (Developer Edition) 2.17, Launchpad theme, on 3D scenes. I created in widgets-panel a widget-group with 3 widgets inside it, each of them is activated from another widget, so I need that this widgets-group of 3 widgets will NOT be seen, and also will not occupy space within widgets-panel. I inserted next code at end of WidgetManager.js loadWidget function setTimeout (between lines 127 and 128) - if (setting.uri.includes("AnchorBarController") && !that.isDbgGroup) { let parent = document.querySelector(".iconList .iconGroup"); if (parent) { if (parent.lastChild) { if (parent.lastChild.id === "uniqName_3_13") parent.removeChild(parent.lastElementChild); } } } But there are 3 drawbacks in how I implemented the hiding: This works well in app, and also in WAB itself when I open the app by clicking "Launch", but NOT when I open the app by clicking "Configure app" and when I'm in the app I change Scene (since then these classes within dom have different names). Depending on class name given by Theme could cause mistakes. The widgets-group is hidden but still occupies place within widgets-panel. So, I need a more robust way to hide that widgets-group programatically. I also wish, if possible, that this widgets-group will not occupy place within the widgets-panel (but I still need of course that these widgets in the hidden widgets-group could be activated from another widget).
... View more
10-01-2020
02:04 AM
|
0
|
0
|
961
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2026 04:27 AM | |
| 1 | 12-15-2024 12:09 AM | |
| 1 | 08-01-2024 03:45 AM | |
| 1 | 01-04-2024 04:00 AM | |
| 1 | 03-28-2024 01:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-13-2026
04:26 AM
|