|
POST
|
Can you try a tool like HttpFox to see if it's trying to load: http://8HGXXXX:8399/crossdomain.xml Also, see if any other requests are failing.
... View more
01-28-2011
09:32 AM
|
0
|
0
|
2005
|
|
POST
|
You could watch for adds to the layer by listening for this event and then calling your GP: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#event:editsComplete
... View more
01-27-2011
11:31 AM
|
0
|
0
|
575
|
|
POST
|
You can set left, right, top or bottom on the widgetcontainer. See: http://help.arcgis.com/en/webapps/flexviewer/help/widgetcontainer_tag.htm
... View more
01-27-2011
11:26 AM
|
0
|
0
|
1436
|
|
POST
|
You can use the DetailsTask to get the LayerDetails and then get the renderer from it's drawingInfo: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/DetailsTask.html Another option is to just use a FeatureLayer since you can think of it as a combination of a QueryTask and a GraphicsLayer.
... View more
01-26-2011
11:02 AM
|
0
|
0
|
522
|
|
POST
|
Have you seen the Legend component at: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/Legend.html
... View more
01-26-2011
11:00 AM
|
0
|
0
|
806
|
|
POST
|
Try using an ArcGISDynamicMapServiceLayer instead: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html
... View more
01-26-2011
08:18 AM
|
0
|
0
|
2005
|
|
POST
|
It sounds like the search function is expecting an argument to be passed to it. How is it declared in the code?
... View more
01-24-2011
02:52 PM
|
0
|
0
|
2411
|
|
POST
|
When you go to the urls of your dynamic services, do the links to "ArcGIS JavaScript" and "Export Map" work OK?
... View more
01-24-2011
10:43 AM
|
0
|
0
|
2101
|
|
POST
|
No, the map doesn't keep its own history of extents. The Navigation tool is listening for extentChange events and using that to keep track of them.
... View more
01-21-2011
09:06 AM
|
0
|
0
|
573
|
|
POST
|
Here's a States layer: http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/5
... View more
01-20-2011
05:56 PM
|
0
|
0
|
1909
|
|
POST
|
This appears to be a bug. It's been entered into our bug tracking system to be fixed in a future release.
... View more
01-19-2011
08:12 AM
|
0
|
0
|
757
|
|
POST
|
Yes, it should work, but one problem would be that it wouldn't get the symbology from the server so it would only show default gray symbols. You may want to try using the QueryWidget instead.
... View more
01-19-2011
07:37 AM
|
0
|
0
|
902
|
|
POST
|
Do you get a map on the page if you go to http://server/arcgis/services/Something/MapServer and click on Export Map on the bottom of the page? You don't need Internet access from the client if it can connect to your server. Have you tried using a tool like HttpFox to monitor the requests and response sent from the client to the server to see if any errors are being returned?
... View more
01-19-2011
07:34 AM
|
0
|
0
|
2507
|
|
POST
|
Is this what you tried?
if (layerArrayCAO.length > 0)
{
baseDisplay.myGeometryServiceCAO.addEventListener(GeometryServiceEvent.RELATION_COMPLETE, onRelation);
baseDisplay.myGeometryServiceCAO.relation(layerArrayCAO, bufferLayerArray, GeometryService.SPATIAL_REL_WITHIN, null);
}
You may also want to listen for faults on the GeometryService and/or use a tool like HttpFox to monitor the HTTP requests and responses to see if any errors are being returned from the server. You can still use ArcGIS API for Flex 1.x with ArcGIS Server 10 since its REST services are backwards compatible. If you upgrade to ArcGIS API for Flex 2.x, then you'll need to upgrade to Flex SDK 4.x.
... View more
01-19-2011
07:26 AM
|
0
|
0
|
974
|
| 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
|