|
POST
|
https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#goTo The view. goTo method
... View more
10-22-2020
05:24 AM
|
2
|
7
|
4092
|
|
POST
|
Helen, What theme are you using? Where is the widget that you are trying to change the visibility for (i.e in one of the on screen widget positions, in the Header controller widget, in the anchorbar controller)? Where in the WAB code are you checking the user permission? The permission is already checked before the map and widget load in the application
... View more
10-22-2020
05:22 AM
|
0
|
3
|
2729
|
|
POST
|
I just asked about the version so I could do testing in that version. 2.6 is a little old considering we are at 2.17 now. But I know my identify widget that uses tabs worked fine back in 2.6. I can not test in Portal 10.6 though. Can you add my identify widget 2.5 version to your Portal and make sure that there is not a bigger WAB issue on your end. If that widget works with Tabs then it is a issue specific to your widgets code (that I can not see). https://community.esri.com/docs/DOC-3250-identify-widget-version-215-6162020
... View more
10-21-2020
01:43 PM
|
0
|
0
|
4457
|
|
POST
|
Michel, So based on the error can I take it that you are using WAB 2.6?
... View more
10-21-2020
09:43 AM
|
0
|
0
|
4457
|
|
POST
|
Kaycee, The culprit is this css rule. div {
line-height: 0;
}
... View more
10-21-2020
09:41 AM
|
1
|
1
|
2824
|
|
POST
|
Michel, Sounds crazy but switch the array order in this line of your code. return declare([_WidgetsInTemplateMixin, BaseWidget], { to return declare([BaseWidget, _WidgetsInTemplateMixin], { BaseWidget need to be first.
... View more
10-21-2020
08:55 AM
|
0
|
2
|
4457
|
|
POST
|
How to redirect the left click to not open the regular popup I thought that was pretty clear from my previous reply. The link I provided shows how to prevent the standard popup from appearing. As far as making your popup show instead you just simply add a view click listener. Setting it back to the default popup is as simple as undoing what you did to prevent it.
... View more
10-21-2020
06:15 AM
|
1
|
0
|
4459
|
|
POST
|
Like I already said in that thread. I can't tell you exactly where to put this as i am not aware of your exact workflow. You need this code somewhere in your app that will be used to control the visibility of on screen widgets. Like some other widget that will always be added to your app.
... View more
10-20-2020
02:08 PM
|
0
|
5
|
2729
|
|
POST
|
Have you seen this thread? https://community.esri.com/thread/201369-wab-how-do-i-edit-the-group-widget-layout
... View more
10-20-2020
01:47 PM
|
0
|
0
|
6176
|
|
POST
|
That is completely up to you as the developer. Maybe a button in a widget or something.
... View more
10-20-2020
12:32 PM
|
0
|
2
|
4459
|
|
POST
|
Damon, Sorry I missed this before. The second argument on the centerAndZoom method is LevelOrFactor. But 0.5 as your code has is only applicable to a map that is using a ArcGISDynamic Map service as it's basemap. When using an ArcGISTiledMapServiceLayer, the map is zoomed to the level specified. When using a DynamicMapServiceLayer, the map is zoomed in or out by the specified factor. For example, use 0.5 to zoom in twice as far and 2.0 to zoom out twice as far. Change your 0.5 to a LOD of the base map like 16 and the error is gone.
... View more
10-20-2020
11:37 AM
|
0
|
0
|
1757
|
|
POST
|
Damon, Have you verified that this.map is not null in your code scope?
... View more
10-20-2020
09:14 AM
|
0
|
4
|
1757
|
|
POST
|
Get the geometry (extent) use the xmin, ymin, xmax, ymax to create a points then the views toScreen method to get the point screen coordinates and do the math.
... View more
10-20-2020
08:35 AM
|
0
|
0
|
2028
|
|
POST
|
Alex, The only events you have are suggest-start and suggest-complete. The search widgets listens to these and builds the results list from those events. I am not sure how to accomplish what you are attempting. Maybe work with the suggestions property https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#suggestions inside the listener of one of those events.
... View more
10-20-2020
06:35 AM
|
1
|
0
|
1892
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2020 11:36 AM | |
| 17 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
06:27 AM
|