POST
|
Hello Jianxia. Indeed, I have a mouse+touch laptop. Outside of the WAB, I've myself encoutered spurious issues while developping bare Dojo apps, that I traced back to the dojo/touch module ; in my case it was a weird shifting focus.
... View more
06-11-2015
03:35 AM
|
0
|
1
|
1731
|
POST
|
Issue persisting after a fresh install of WAB 1.1. Will go for tech support indeed.
... View more
04-02-2015
02:48 AM
|
0
|
3
|
1731
|
POST
|
Oh hell. So indeed the behaviour is different depending on whether I use a personal AGOL account or an account name from an AGOL organization ; the catch is you don't even have to specify the organization. So indeed this solves the problem. Thank you !
... View more
03-24-2015
06:45 AM
|
1
|
1
|
1080
|
POST
|
Hello everyone. First attempt to use the web optimizer. I log in and hit the "new build" button. And then... nothing happens. Not on Chrome, not on FF, not on IE. Not on my professional computer on a company network, and not on my home computer on public network. The console has something to say too. Is this a known issue ? Is there a workaround ? Or did I miss something I needed to set up ? Thanks for input ! Matt
... View more
03-24-2015
02:39 AM
|
0
|
4
|
5184
|
POST
|
My pleasure, Brian. I'll shoot this last one before leaving the office for today. I assume you're using the developper edition. In your app, you have the widgets folder, and inside that you find the LayerList folder. In there, there's a config.json. For now it should look like : {
"showLegend": true
} Supposing you want to hide the "zoom in" layers, change it into : {
"showLegend": true,
"hide" : ["IOT_1553_8354", "IOT_1318_5629"]
} Then you open LayerListView.js. Line 50 looks like : drawListNode: function(layerInfo, level, toTableNode) { Change it into : drawListNode: function(layerInfo, level, toTableNode) {
if(this.config.hide && this.config.hide.indexOf(layerInfo.id) >= 0) {
return;
} You may be done, and your widget may be reusable. At that stage, if you're happy with it, you can shove it into the client/stemapp/LayerList folder of your web app builder, so your new default LayerList supports ignoring layers if needed.
... View more
03-18-2015
11:17 AM
|
6
|
14
|
2890
|
POST
|
The first place to look at may be your webmap's JSON : http://www.arcgis.com/sharing/content/items/178fc074fc784f5cadd5eba053e73b30/data?f=pjson Search for "id" and you'll see the ids assigned to map services and feature layers that you added explicitely. For example : IOT_234. If adressing a layer inside a map service, add _X where X is the layer's id within the service. For example : IOT_234_0 Your particular case has : IOT_1553 : bridge replacement zoom out IOT_1553_8354 : bridge replacement zoom in IOT_1318 : bridge rehabilitation zoom out IOT_1318_5629 : bridge rehabilitation zoom in IOT_234 : improve our Tulsa IOT_234_0 : major street labels IOT_234_1 : project details ... IOT_234_7... Your best bet may be to store the exclude list within a new property inside the layer list widget's config file. Then you patch where I said, checking whether the id belongs to the configured list.
... View more
03-18-2015
10:39 AM
|
2
|
23
|
6014
|
POST
|
No. You download it and you're good to go, no portal involved for the Dev edition. Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers However you will need an ArcGIS Online organization or developper account, that'll be used by the builder for authentication if nothing else.
... View more
03-18-2015
09:31 AM
|
1
|
3
|
3124
|
POST
|
I confirm. 🙂 Cache disabled in dev tools settings, dev tools left open, WAB page reloaded, trying to create an app, OK/Cancel do NOT respond to clicks.
... View more
03-18-2015
09:29 AM
|
0
|
1
|
1731
|
POST
|
Yes I've checked the console. And unfortunately there is absolutely nothing to see there. Given that the issue has only been seen on Chrome so far, I wouldn't rule out a browser-related cause. But for sure it won't be enough, there'll be a state that the browser needs to be put in in as well...
... View more
03-18-2015
09:20 AM
|
0
|
3
|
1731
|
POST
|
There would be quite a lot of tinkering involved. As soon as you intend to move away from the core functionalities, your workflow will probably always be much more straightforward using the developer edition from the front up. Create your app around your map, save, patch the widget in the resulting app, and you're done.
... View more
03-18-2015
09:16 AM
|
1
|
5
|
3124
|
POST
|
Hi Brian. Had a similar need. I patched the LayerList widget for it. Don't know if your use case allows that. File : LayerListView.js At the beginning of method drawListNode, I added : if(layerInfo.id ~~~ matches as an id you want to hide) { return; }
... View more
03-18-2015
02:51 AM
|
2
|
47
|
3124
|
POST
|
Hello Stan. Issue repeated this morning with Chrome 41.0.2272.89 m No problem with IE 11.0.9600.17691 and Firefox 32.0.3 All running on Windows 7. Regards.
... View more
03-18-2015
02:04 AM
|
0
|
0
|
1993
|
POST
|
Same issue as Michael. WAB 1.0 Dev Edition freshly installed from Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers (today) The locale is French. Cache cleared. Server stopped/started after the first time the issue happened, just in case. All starts fine until the welcome page. I hit "create" and fill in the fields. Neither OK nor Cancel do cause any action, apart of the whole dialog box getting surrounded by a blue rim. The dialog box can be closed with the cross icon in the top right corner. I observe the same behaviour in the "import" dialog box : OK and Cancel have no effect whatsoever. NOTE : issue seems to be Chrome only. Regards, Matt
... View more
03-17-2015
10:58 AM
|
0
|
3
|
1993
|
Title | Kudos | Posted |
---|---|---|
1 | 03-18-2015 09:16 AM | |
1 | 03-18-2015 09:31 AM | |
6 | 03-18-2015 11:17 AM | |
2 | 03-18-2015 02:51 AM | |
1 | 03-24-2015 06:45 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|