|
POST
|
Still no luck turning of the eSearch Widget? I'm missing something??? Turning off the Imagery does work...Thank You!
... View more
10-17-2018
11:46 AM
|
0
|
4
|
1692
|
|
POST
|
Oh, then yes they are in the correct place. but still no luck
... View more
10-17-2018
10:20 AM
|
0
|
1
|
1692
|
|
POST
|
I'm using a Foldable Panel Theme. This is the config... "widgetPool": { "panel": { "uri": "themes/FoldableTheme/panels/FoldablePanel/Panel", "position": { "top": 5, "left": 15, "bottom": 5, "zIndex": 5, "relativeTo": "map" } }, "widgets":[ { "name":"eSearch", "label": "Sanitary Search Tools", "uri": "widgets/eSearchSanitary/Widget", "config": "configs/eSearch/config_eSanitary.json", "icon": "configs\\eSearch\\i_searchsan.png", "id": "widgets_eSearchSanitary_Widget_500", "openAtStart": true, "position": { "top": 70, "left": 4, "height": 420, "width": 360, "relativeTo": "map" }, "index": 1, "version": "2.7" }, Where does the "Require" for the PanelManager go? That may be the issue???
... View more
10-17-2018
08:29 AM
|
0
|
1
|
1692
|
|
POST
|
The eSearch widget is in a WidgetPool and is not a WidgetOnSreen. Ok, I tried fooling with the code but either way I get an "setState" error. This is my attempt putting in the code you gave me. onOpen: function () { //BELL Add to close other widgets at start up var pm = PanelManager.getInstance(); //pm.closePanel(this.appConfig.widgetOnScreen.widgets[4]); pm.closePanel(this.appConfig.widgetPool.widgets[1]); //close the 5th widget in the config.json inside the widgetOnScreen object //or // pm.closePanel(pm.activePanel);//close the active panel //End Bell Add This is the error? init.js:114 TypeError: panel.setState is not a function at Object.<anonymous> (PanelManager.js?wab_dv=2.9:197) at init.js:63 at k (init.js:107) at b.extend.then.then.b.then (init.js:110) at Object.closePanel (PanelManager.js?wab_dv=2.9:192) at Object.onOpen (Widget.js?wab_dv=2.9:964) at Object.openWidget (WidgetManager.js?wab_dv=2.9:569) at Object._postWidgetStartup (WidgetManager.js?wab_dv=2.9:1130) at Object.<anonymous> (init.js:63) at Object.c [as startup] (init.js:119) "TypeError: panel.setState is not a function at Object.<anonymous> (http://localhost:63342/MAHGIS_2.9/jimu.js/PanelManager.js?wab_dv=2.9:197:15) at https://js.arcgis.com/3.25/init.js:63:337 at k (https://js.arcgis.com/3.25/init.js:107:277) at b.extend.then.then.b.then (https://js.arcgis.com/3.25/init.js:110:152) at Object.closePanel (http://localhost:63342/MAHGIS_2.9/jimu.js/PanelManager.js?wab_dv=2.9:192:50) at Object.onOpen (http://localhost:63342/MAHGIS_2.9/widgets/CapacityCalculation/Widget.js?wab_dv=2.9:964:20) at Object.openWidget (http://localhost:63342/MAHGIS_2.9/jimu.js/WidgetManager.js?wab_dv=2.9:569:18) at Object._postWidgetStartup (http://localhost:63342/MAHGIS_2.9/jimu.js/WidgetManager.js?wab_dv=2.9:1130:12) at Object.<anonymous> (https://js.arcgis.com/3.25/init.js:63:15) at Object.c [as startup] (https://js.arcgis.com/3.25/init.js:119:235) ---------------------------------------- rejected at a (https://js.arcgis.com/3.25/init.js:108:174) at k (https://js.arcgis.com/3.25/init.js:107:436) at b.extend.then.then.b.then (https://js.arcgis.com/3.25/init.js:110:152) at Object.closePanel (http://localhost:63342/MAHGIS_2.9/jimu.js/PanelManager.js?wab_dv=2.9:192:50) at Object.onOpen (http://localhost:63342/MAHGIS_2.9/widgets/CapacityCalculation/Widget.js?wab_dv=2.9:964:20) at Object.openWidget (http://localhost:63342/MAHGIS_2.9/jimu.js/WidgetManager.js?wab_dv=2.9:569:18) at Object._postWidgetStartup (http://localhost:63342/MAHGIS_2.9/jimu.js/WidgetManager.js?wab_dv=2.9:1130:12) at Object.<anonymous> (https://js.arcgis.com/3.25/init.js:63:15) at Object.c [as startup] (https://js.arcgis.com/3.25/init.js:119:235) at Object.<anonymous> (http://localhost:63342/MAHGIS_2.9/jimu.js/BaseWidgetPanel.js?wab_dv=2.9:78:18) ---------------------------------------- Error at b.extend.then.then.b.then (https://js.arcgis.com/3.25/init.js:110:97) at Object.closePanel (http://localhost:63342/MAHGIS_2.9/jimu.js/PanelManager.js?wab_dv=2.9:192:50) at Object.onOpen (http://localhost:63342/MAHGIS_2.9/widgets/CapacityCalculation/Widget.js?wab_dv=2.9:964:20) at Object.openWidget (http://localhost:63342/MAHGIS_2.9/jimu.js/WidgetManager.js?wab_dv=2.9:569:18) at Object._postWidgetStartup (http://localhost:63342/MAHGIS_2.9/jimu.js/WidgetManager.js?wab_dv=2.9:1130:12) at Object.<anonymous> (https://js.arcgis.com/3.25/init.js:63:15) at Object.c [as startup] (https://js.arcgis.com/3.25/init.js:119:235) at Object.<anonymous> (http://localhost:63342/MAHGIS_2.9/jimu.js/BaseWidgetPanel.js?wab_dv=2.9:78:18) at https://js.arcgis.com/3.25/init.js:63:337 at k (https://js.arcgis.com/3.25/init.js:107:277)"
... View more
10-17-2018
08:10 AM
|
0
|
1
|
1692
|
|
POST
|
Robert, I have the eSearch widget configured to open at the start. Now I need to automatically close the widget when I open another widget called Sewer Capacity Calculator. What piece of code is needed and where would it go? Also, at the same time I would like to turn off the Ortho image as the widget is opened, same thing how do I do this? Please see attached image. Thank You! Rich
... View more
10-17-2018
06:00 AM
|
0
|
12
|
2346
|
|
DOC
|
In your leisure time? Please add the ability to sort a field of the selected related records, if possible make a "Feature Action.js" this would greatly speed the process of accessing related tables without using a popup. Thanks for the GRAET widget!
... View more
09-06-2018
08:44 AM
|
0
|
0
|
8305
|
|
DOC
|
Identify 2.9.01 will not auto zoom to point but it will zoom in the "Zoom too" within the pop up window? I am receiving the following error in both 2.9 and 2.9.01 versions Appears to be in the "_getPointSymbolSize" function
... View more
09-04-2018
07:39 AM
|
0
|
0
|
7253
|
|
POST
|
After upgrading to WAB 2.9, importing my old WAB 2.6 project, exporting the project to WebStorm/JetBrains I now receive and error. The error occurs while in DEBUG mode using IE. IF I do not use DEBUG the application runs fine. Something changed in WAB 2.9? I receive this connection error? All prior 2.9 WAB projects work fine!
... View more
08-17-2018
07:54 AM
|
0
|
0
|
411
|
|
POST
|
Yes, They are feature servers and can be edited both in the attribute table and by geometry. Even if I place a new point and save it I can not then snap to it.
... View more
08-10-2018
11:47 AM
|
0
|
1
|
1250
|
|
POST
|
How do you enable the snap function in order to snap to a editable feature? Snap works fine when snapping to a graphic element but I need it to snap to a point feature and to an edge line feature. Rich
... View more
08-10-2018
11:01 AM
|
1
|
5
|
1545
|
|
DOC
|
Would it possible to update this widget to use group layers and be able to configure the layers to be selectable? I only use group layers and I don't know many people that use single layers in there layer list. Rich
... View more
08-08-2018
12:58 PM
|
1
|
0
|
17541
|
|
POST
|
I have an .SOE file that I would like to view and possibly edit. What application will allow me to do this? Rich
... View more
02-02-2018
09:14 AM
|
0
|
0
|
728
|
|
DOC
|
Any luck altering the projection issue in order to get me out of Africa?
... View more
12-29-2017
05:25 AM
|
0
|
0
|
13169
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-30-2017 08:13 AM | |
| 1 | 04-04-2016 05:10 AM | |
| 1 | 12-29-2017 05:21 AM | |
| 1 | 11-30-2016 08:36 AM | |
| 1 | 12-27-2017 05:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-08-2024
01:03 PM
|