|
POST
|
Are you adding the widget to the 'widgetOnScreen' section in the config file?
... View more
11-17-2016
04:23 PM
|
0
|
1
|
1418
|
|
POST
|
I did try to create the index used in our JOIN though ArcCatalog today, there was no improvement for us. Thanks for the tip though.
... View more
11-17-2016
12:12 PM
|
0
|
0
|
2953
|
|
POST
|
Sorry ** CORRECTION ** You need to add it to the applications config.json (widgetOnScreen) file in your stemapp
... View more
11-17-2016
12:08 PM
|
1
|
3
|
1418
|
|
POST
|
If your manifest.json file you need to set "inPanel": false Then you need to add it to the applications config under the 'widgetOnScreen' section
... View more
11-17-2016
11:01 AM
|
0
|
5
|
1418
|
|
POST
|
Just to add.. I tested our Views in the latest 10.5 release available on my.esri.com and the issue still exists. I did try what Ted suggested about the index but no luck for us at this time.
... View more
11-16-2016
10:25 AM
|
1
|
3
|
2953
|
|
POST
|
Hello, I made an error in my app and called 'featureTable.ClearEdits()' in an offline app I am beta testing with staff. I ended up losing some sample data they collected in the field and would really like to get it back. I noticed the .geodatabase file is 3 times larger on the device than the one I sent them out with. Is there data recoverable some how? Luckily the app is not in production but I would really like the sample data they collected back for further review. Thoughts? Drew
... View more
11-15-2016
06:38 AM
|
0
|
1
|
817
|
|
POST
|
We tried this patch.. nothing changed. Our only fix is to use the Spatial View SQL code as the query layer instead of referencing the view itself.
... View more
11-11-2016
08:35 AM
|
0
|
5
|
2341
|
|
POST
|
it looks like the function has changed a little. Its more like var webmap = printTask._getPrintDefinition(map, printparams) Get the WebMap from Javascript API esri/map
... View more
11-08-2016
06:14 AM
|
0
|
0
|
687
|
|
POST
|
You will want to 'put' the map into storage. But I believe it has to be in JSON form. storageProvider.put("myValue", myObject, function(status, keyName){ alert("value put in "+keyName); });
... View more
11-08-2016
05:42 AM
|
0
|
2
|
687
|
|
POST
|
Or depending on what you are doing exactly, you could just export the map image from the REST or from a MAP_ONLY Print and then pass the generate URL to the next form.
... View more
11-04-2016
09:59 AM
|
0
|
0
|
1878
|
|
POST
|
You could look at converting the map to JSON using the Print task arcgis javascript api - export map state as JSON: Web_Map_as_JSON Then store the JSON in the browsers storage to be later retrieved on the next page. Drew
... View more
11-04-2016
08:07 AM
|
1
|
6
|
1878
|
|
POST
|
Linda, Some tips I can provide are: Really understand how to find and read the online documentation for the ESRI JSAPI and Dojo. This helps you not reinvent the wheel when coding Start small, and create a few widgets for the base WAB. Our maps.simcoe.ca site(s) have over 1 year of work into it. Its not a small task as there is a lot of back end systems and programs to make it happen. The front end is JS but there is just ask much work done in the back end to make things happen. Learn how to create on screen widgets All of the UI you see on maps.simcoe are essentially on screen widgets plugged into a WAB theme Think 'reusable' JS code - We write other helper classes to help widgets get the job done. This can all be done in dojo Think 'reusable' CSS To keep the look and feel the same we have a base css classes all our widgets can utilize. Only use AMD no more dojo.foreach or dojo.byid Understand the entire config.json file for the WAB Use the out of the box widgets as a learning tool. All the code is there for you to see how things are done. To Start.... Download the WAB Create a bank App using the UI Maybe add a few widgets Find that app under 'arcgis-web-appbuilder-2.0\server\apps\' {some number} I re-name the number to 'dev' Open 'dev' into Visual Studio or your favorite editor and browse the folders and files... Start to understand the structure Drew
... View more
11-01-2016
08:53 AM
|
2
|
0
|
1200
|
|
POST
|
The WAB uses the 'stemapp' as the code source when deploying new apps. It basically copies that source. Unless your editing in there, new apps created through the WAB UI wont get the customized code. stemapp location: ......\client\stemapp If you are editing an 'app' you will want to move your customized code to the stemapp *TIP* always backup original content - you never know Drew
... View more
11-01-2016
08:24 AM
|
1
|
0
|
1645
|
|
POST
|
You can create an invisible widget by setting "inPanel" to false in the manifest.json file "copyright": "",
"license": "",
"properties": {
"inPanel": false,
"hasConfig": false,
"hasLocale": false,
... View more
10-19-2016
01:31 PM
|
1
|
5
|
1853
|
|
POST
|
Also.. I might be confused on what you are doing.. I assumed you were trying to create a new widget. If that is the case you don't load it in the HTML file. You define it in the config.json file I am confused about this reference <script src="jimu.js/myscrip.js"></script>
... View more
10-19-2016
01:08 PM
|
0
|
1
|
1853
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-04-2013 09:40 AM | |
| 1 | 12-11-2012 10:19 AM | |
| 1 | 05-25-2015 10:46 AM | |
| 1 | 05-10-2016 06:31 AM | |
| 1 | 01-17-2017 11:01 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-31-2021
09:54 AM
|