|
POST
|
Has your widget been built using the standard widget template like the other widgets in the viewer?
... View more
11-19-2014
01:33 AM
|
0
|
6
|
2658
|
|
POST
|
Li, I don't think there is anything out of the box that you can place in the config to acheive what you are trying to do. One option that may work is place the widget in the UI elements of the config so that the widget loads on the application startup, then inside the widgets basewidget_widgetConfigLoaded() or init() functions close the widget using: this.wTemplate.widgetState = "closed"; I have not fully tested this so not sure if it will have adverse side effects. Regards Anthony
... View more
11-19-2014
01:14 AM
|
1
|
8
|
2658
|
|
POST
|
Quite old but another example also here: ruprict/GeolocationWidget · GitHub
... View more
11-17-2014
02:42 PM
|
1
|
1
|
1584
|
|
POST
|
They should use the .sde connection files if you added the data using a database connection. You can check by right clicking the mxd in ArcCatalog and select set data source
... View more
11-17-2014
12:43 PM
|
0
|
0
|
1300
|
|
POST
|
Jeff, you can just change the password in SQL server then right click your connection in ArcCatalog and select connection properties then enter your new password. if you have multiple users you can copy the .sde file to each user's profile, they can be found under c:\users\username\appdata\roaming\desktop10.1\arccatalog Sometimes once you have done this and open a document it uses the credentatials stored in the document this can cause the user to get locked out. If this happens open the document, then unlock the account in sql, then reestablsh the connection to the data, save the mxd. Regards Anthony
... View more
11-17-2014
12:29 PM
|
0
|
2
|
1300
|
|
POST
|
Meg, You are not closing your layer tag off correctly, try using this: <layer label="Edit file" type="feature" visible="false" alpha="1" url="http......../FeatureServer/0" /> Regards Anthony
... View more
11-17-2014
11:58 AM
|
0
|
1
|
918
|
|
POST
|
Tony, The only I have managed to get it to work in your situation is to use the edit widget in conjunction with the attribute table widget. Open the edit widget and click on the top most feature so the pop up opens. Then with the pop up open select the feature that is below in the attribute table, this moves the feature to the top which can then have its and attributes or geometry changed. Regards GIgzy
... View more
11-17-2014
11:41 AM
|
0
|
0
|
924
|
|
POST
|
Have a look at this site here: Geospatial Data Extraction | Natural Resources Canada It looks like it will allow you to download an area already created as a shaded relief product
... View more
11-12-2014
01:27 PM
|
0
|
0
|
1261
|
|
POST
|
Tanner, it looks like elevation data that has been symbolised using shaded relief and hypsometric tints. You should be able to download the data from here: GeoBase - Canadian Digital Elevation Data Regards Anthony
... View more
11-12-2014
11:54 AM
|
1
|
2
|
1261
|
|
POST
|
Robert, have a look at this post to see if any of the code can help: Save layer visibility preferences - flex code question Regards Anthony
... View more
11-11-2014
02:15 PM
|
0
|
0
|
1230
|
|
POST
|
Robert, I don't think there is any function built into the code that allows you to determine this. I ran into the same problem over a year ago when I was trying to write a widget that saved the current state of the viewer. In the end I had to write some code that looped through all the dynamic map services then checked which layers in each were visible. The code sample is as follows:
var acVisLayers:ArrayCollection = new ArrayCollection(); for each (var layer:Layer in map.layers) { var layVisAc:ArrayCollection; if (layer is ArcGISDynamicMapServiceLayer) { layVisAc = ArcGISDynamicMapServiceLayer(layer).visibleLayers as ArrayCollection; } var lvisObj:Object = {name: layer.name,visible: layer.visible,visarray: layVisAc}; acVisLayers.addItem(lvisObj); } Regards Anthony
... View more
11-11-2014
11:43 AM
|
0
|
2
|
1230
|
|
POST
|
In IE you could use new session: Easy Fix - How to log in to the same website simultaneously using multiple identities in IE8 I am sure other browsers will have a similar option Regards Anthony
... View more
11-07-2014
07:02 AM
|
0
|
2
|
3160
|
|
POST
|
Steve, Web app builder is designed to work via portal, so you would add your operational layers into a web map then use that web map id within the builder. The ability of adding services directly from your server to WAB has not been implemented in the UI. A lot of people have raised this issue and Robert Scheitlin, GISP has posted up a discussion on how you can achieve what you want to do here: Do you have to use AGOL to use WAB? Regards Anthony
... View more
11-03-2014
06:27 AM
|
0
|
1
|
1191
|
|
POST
|
Sam, Nothing jumps out bout as being wrong in your code, the only thing I could suggest is does your application have a zoom level 18 to zoom to.
... View more
10-30-2014
11:03 AM
|
0
|
1
|
2405
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|