|
POST
|
Was the widget compiled for Viewer 2.1? Are you trying to add it to a 2.2 Viewer?
... View more
03-22-2011
07:09 PM
|
0
|
0
|
1167
|
|
POST
|
Working with moving points utilizing the editWithoutEditor.MXML. I can move points and when I refresh the browser the updated data is reflected. I'd like to be able to call just that layer and refresh it. Any hints if this is possible and if possible a push in the right direction would be greatly appreciated What's happening to the points before you refresh the browser? Are they not moved? I'm not sure if this would help in your situation, but you can call refresh() on the FeatureLayer or set this to true: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#disableClientCaching
... View more
03-22-2011
07:06 PM
|
0
|
0
|
706
|
|
POST
|
If your renderer implements IGraphicRenderer, you'll get the Graphic and from that you can get the FeatureLayer and it's LayerDetails. http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/supportClasses/IGraphicRenderer.html http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Graphic.html#graphicsLayer http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#layerDetails http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/supportClasses/LayerDetails.html#fields http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/supportClasses/Field.html#alias
... View more
03-22-2011
07:02 PM
|
0
|
0
|
572
|
|
POST
|
Yes, that should work. The cluster would be represented by the star. What's happening when you try this?
... View more
03-22-2011
06:58 PM
|
0
|
0
|
1127
|
|
POST
|
Can you post a screenshot showing what's happening and what you'd like to change? The fields seem to be lined up in this sample: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=AttributeInspectorOutsideMap You can change the buttons and make other changes by creating a custom skin. The default skin is in the skins folder in the API zip. Reference: http://help.arcgis.com/en/webapi/flex/help/index.html#inside_api/styling_and_skinning_overview.htm
... View more
03-22-2011
06:54 PM
|
0
|
0
|
2858
|
|
POST
|
When is your updateEndFunction() being called? Are you calling selectFeatures() on your FeatureLayer?
... View more
03-22-2011
06:43 PM
|
0
|
0
|
1031
|
|
POST
|
Is it going to the right area, but just too far zoomed in?
... View more
03-21-2011
03:58 PM
|
0
|
0
|
1031
|
|
POST
|
I believe the issue is that the API's are using your computer's local time but ArcMap is using UTC time. This is currently under investigation but one workaround may be to offset the date on the client to compensate for this.
... View more
03-18-2011
10:04 AM
|
0
|
0
|
1720
|
|
POST
|
Are you using the proxy code from http://help.arcgis.com/en/webapi/flex/help/content/proxy.htm These do pass through the "Content-Type".
... View more
03-17-2011
11:17 AM
|
0
|
0
|
1039
|
|
POST
|
See: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=EditWithoutEditor http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#applyEdits()
... View more
03-17-2011
11:07 AM
|
0
|
0
|
591
|
|
POST
|
You can try leaving a comment on the blog post, but I'd try just manually unzipping the zip file and copying to code over to your project.
... View more
03-16-2011
11:21 AM
|
0
|
0
|
774
|
|
POST
|
Here's a working example: <esri:Map width="1024" height="768">
<esri:extent>
<esri:Extent xmin="-120" ymin="34.1" xmax="-119.3" ymax="34.6">
<esri:SpatialReference wkid="4326"/>
</esri:Extent>
</esri:extent>
<esri:ArcGISTiledMapServiceLayer url="http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer"/>
<esri:WMSLayer skipGetCapabilities="true"
url="http://hazards.fema.gov/wmsconnector/wmsconnector/Servlet/NFHL"
version="1.1.1">
<esri:visibleLayers>
<s:ArrayList>
<fx:String>Flood_Hazard_Zones_General</fx:String>
</s:ArrayList>
</esri:visibleLayers>
</esri:WMSLayer>
</esri:Map>
... View more
03-16-2011
11:18 AM
|
0
|
0
|
2000
|
|
POST
|
You don't actually need a proxy if you set skipGetCapabilities to true, but you do need to set the version to one that the service supports. Since you have skipGetCapabilities set to false, it should be getting the capabilities and using the right version already, but you can try setting skipGetCapabilities to true and removing the proxy and setting the version to 1.1.1.
... View more
03-16-2011
10:54 AM
|
0
|
0
|
2000
|
|
POST
|
You'll need to be using a ArcGIS Server 10 hosted service since it has added a new syntax for the layerDefs parameter that allows :'s in the definition value. The old syntax uses :'s as a layer id separator. Reference: http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/export.html
... View more
03-15-2011
02:49 PM
|
0
|
0
|
965
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-06-2017 01:13 PM | |
| 2 | 03-06-2017 02:12 PM | |
| 1 | 06-22-2010 12:01 PM | |
| 1 | 08-06-2012 09:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-15-2025
04:18 PM
|