|
POST
|
Hi, Robert, I insert these line to Swipe widget _onPublishClick: function() { this.publishData({ message: '' }); }, I also insert alert statement in LayerList like this: onReceiveData: function (name, widgetId, data, historyData) { alert("Receive something here"); ....... } It seems the layerlist does receive anything, otherwise the alert pop up should display. I really want this to happen, could you please give me some hints? Many thanks!
... View more
04-04-2016
10:14 AM
|
0
|
0
|
2440
|
|
POST
|
No, I didnot. So about this someOject, what message should I insert? Is there any sample for this? Thanks!
... View more
04-04-2016
09:45 AM
|
0
|
0
|
2440
|
|
POST
|
I also tried this following. I download the file from Developer Edition and then work on it. Should I work in the directory: arcgis-web-appbuilder-1.3\client\stemapp ?Thanks! onReceiveData: function (name, widgetId, data, historyData) { //this makes sure that it is your event that you are reacting to and not another if(name === 'Swipe'){ this.operLayerInfos.getLayerInfoById('Land_Use_2040_1084').setTopLayerVisible(true); this._clearLayers(); this.showLayers(); } // if statement ends }, //RJS End Add
... View more
04-04-2016
09:43 AM
|
0
|
6
|
2440
|
|
POST
|
I put codes in the file widget.js of the Layer List widget as the following, but it seems nothing happen. Could you please have a look at it? Thanks a lot! onReceiveData: function (name, widgets_Swipe_Widget_52, data, historyData) { //this makes sure that it is your event that you are reacting to and not another if(name === 'Swipe' && data.hasOwnProperty('message')){ this.operLayerInfos.getLayerInfoById('Land_Use_2040_1084').setTopLayerVisible(true); //this causes the layer list widget to redraw and show that the layers are turned off this._clearLayers(); this.showLayers(); } // if statement ends }, //RJS End Add
... View more
04-04-2016
08:57 AM
|
0
|
9
|
2440
|
|
POST
|
I want to set two layers A and B in the swipe widget for comparison, once the widget is open, these two layers are automatically turned on. Layer A is set as my default swipe layer. I guess my question is that how do I turn on both layers in the layer list widget everytime when I open the swipe widget? Thanks!
... View more
04-04-2016
08:17 AM
|
0
|
14
|
8825
|
|
POST
|
I know in Launch Pad theme, you can open more than one widgets and let them all display on the screen. Is that possible to adjust anything in Jewelry Box theme, so that two widgets can also open and coexist on the screen? Currently once you open one widget, it will close the other open widget on the screen. Thanks!
... View more
04-02-2016
09:28 PM
|
0
|
10
|
6420
|
|
POST
|
Is there method to change the pop-up window size in WAB Developer Version? The pop-up window is set up in the web map, then the web map is set up in WAB Developer Version. The pop-up window content can be controlled but it does not allow users to change its size. What if I want to make it bigger? Should I go to search anywhere in jimu.js folder? Thanks!
... View more
01-28-2016
03:29 PM
|
0
|
2
|
3716
|
|
POST
|
When I set the buffer distance and put a point on the screen, after I go to click a tab I set up, say census tract, the circle buffer will display, but the selected features (Census Tracts) do not show up with highlighted color. This seems only happen in Developer Version of Web AppBuilder, it is not a problem in web version when using ESRI’s AGO account to do the WAB. Thanks!
... View more
01-28-2016
01:53 PM
|
0
|
0
|
2017
|
|
POST
|
I need to insert a map template into web AppBuilder, the map template is as the following: https://github.com/Esri/Compare-Maps-Template Is that possible that this template can be opened in the WAB Developer Version and meanwhile, all the ESRI widgets can still work with this map template? Thanks!
... View more
01-26-2016
04:09 PM
|
0
|
1
|
2481
|
|
POST
|
Thanks! I checked the url of map service, there is a 1000 limitation. Our data service does not allow me to make the change or publish any map service, but it seems I do need this. Is there any method that I can make this happen without publishing/modify a new map service? Thanks!
... View more
01-11-2016
09:43 AM
|
0
|
0
|
1188
|
|
POST
|
I created a web map using one of our current map service; Since I need to control the color/style, I built the map service as a feature layer-- like XXXX/Mapserver/0. But when displaying, it always throw warning message like: "The XX Feature layer did not draw completely because there are too many features to display in this area of the map. Try zooming in or setting the visibility range for the layer. " I have tried "Set Visibility Range" option for every value possible, but still a lot features can not display on the web map at the current extent. Is there anything that I can do about it? Thanks!
... View more
01-11-2016
09:12 AM
|
0
|
2
|
4468
|
|
DOC
|
Yes, I know this is an option. I need to put something else in this side pane. What I want is to hide it from the top (see below) -- let the icon disappear, when a user come to click on the map for the first time, the pop-up window comes out. Thanks a lot!
... View more
12-28-2015
03:13 PM
|
0
|
0
|
37175
|
|
DOC
|
Hi, Robert, I did add it to the Jewelry box theme, it is inside the Header Controller widget pool; the white icon displays on the top. Is there any that I can remove this icon from the top but the widget itself is still active? Thanks!
... View more
12-28-2015
12:20 PM
|
0
|
0
|
37175
|
|
DOC
|
I want to hide the Popup Panel widget icon from the screen. The widget is invisible, but when users click on the feature, the popup panel will still display all the information as before. So which file should I research/modify? Thanks!
... View more
12-28-2015
11:30 AM
|
0
|
0
|
37175
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-01-2015 07:06 AM | |
| 1 | 07-20-2015 07:17 AM | |
| 3 | 07-14-2015 04:07 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|