|
POST
|
Umar, I have created a drawing widget, check it out here: Javascript API - Advanced Draw widget Here is a live version:Advanced Draw Tim
... View more
10-08-2015
11:48 AM
|
1
|
4
|
2368
|
|
DOC
|
I never went into the config either until you had the problem. Glad I could help!
... View more
10-08-2015
08:12 AM
|
0
|
0
|
6487
|
|
POST
|
Once the editor is active you could change the graphic of the selected point and when the editor deactivates you could change it back to its original graphic?
... View more
10-08-2015
07:15 AM
|
0
|
0
|
2242
|
|
DOC
|
Does the ESRI widget without my modification work for you? I tried a State Plane basemap and I can't reproduce the issue. See pic When you open up the developer window in chrome does it give you any errors?
... View more
10-08-2015
06:54 AM
|
0
|
0
|
6487
|
|
DOC
|
What version of WebApp builder are you using and what is the WKID of your basemap? I tried to reproduce the issue but I couldn't.
... View more
10-08-2015
06:30 AM
|
0
|
0
|
6487
|
|
POST
|
If "mySelect" is in your widget you would use this.mySelect to reference it.
... View more
10-07-2015
05:11 AM
|
1
|
1
|
3474
|
|
POST
|
Did you try and build it programmatic, like in the first example here: dijit/Dialog — The Dojo Toolkit - Reference Guide and then in your map.on("load".... you use the myDialog.show() ?
... View more
10-02-2015
01:24 PM
|
2
|
0
|
3069
|
|
DOC
|
No problem, let me know if you have any other questions.
... View more
10-02-2015
10:36 AM
|
0
|
0
|
15852
|
|
POST
|
Johannes, there might be some helpful information here: Troubleshooting Slow Performance in ArcGIS Desktop | Support Services Blog Tim
... View more
10-02-2015
06:17 AM
|
1
|
1
|
2826
|
|
DOC
|
Hey Courtney, You can remove this by manipulating the Widget.html and remove the following lines: WKID: <input id="wkidDiv" data-dojo-type="dijit/form/TextBox" value="" placeHolder="wkid" data-dojo-attach-point="wkidDiv" data-dojo-props="intermediateChanges:true" style="width: 5em;"></input> <a href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Projected_coordinate_systems/02r3000000vt000000/" target="_blank">wkid List</a> <br></br> In the Widget.js remove the following line: mapFrame.wkidDiv.value = Number(this.config.WKID); Then add this line instead: var wkidConfig = Number(this.config.WKID); Lastly, do a search and replace Number(mapFrame.wkidDiv.value) with wkidConfig Hope this helps! Tim
... View more
10-02-2015
05:56 AM
|
0
|
0
|
15852
|
|
POST
|
Maybe before you publish the service, you can run the following tool: ArcGIS Desktop
... View more
09-30-2015
07:52 AM
|
0
|
1
|
1193
|
|
POST
|
Tim, This might help: Help setting opacity/transparency of Basemap
... View more
09-30-2015
05:47 AM
|
1
|
0
|
2094
|
|
POST
|
Terrence, check out this thread: Create Address Locator in older version All you need is those files in 9.3. Maybe your GIS contact at New World can help you with those. Tim
... View more
09-29-2015
01:07 PM
|
0
|
6
|
2003
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-06-2015 06:58 AM | |
| 1 | 05-04-2016 07:27 AM | |
| 1 | 07-06-2017 08:12 AM | |
| 1 | 10-26-2015 11:51 AM | |
| 1 | 12-12-2014 12:05 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|