|
POST
|
What is the full text of the error? Also, you don't need to set this if you want it to show all layers in the map: myLegend.layers = [ myDynamicService ];
... View more
03-02-2011
09:55 AM
|
0
|
0
|
3215
|
|
POST
|
Are you accessing your Flex app at http://sdm:8399/...? If not, you'll need a crossdomain.xml file at http://sdm:8399/crossdomain.xml See References book at: http://help.arcgis.com/en/webapi/flex/help/index.html
... View more
03-02-2011
09:51 AM
|
0
|
0
|
1490
|
|
POST
|
You could try using this ActionScript code: http://vis4.net/blog/de/posts/as3-proj/ I've never used this code myself so I don't know how well it works.
... View more
03-02-2011
07:53 AM
|
0
|
0
|
808
|
|
POST
|
You can use the Legend component. Reference: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/Legend.html
... View more
03-01-2011
04:45 PM
|
0
|
0
|
866
|
|
POST
|
You can use map.level as the index to the map.lods Array and then get the resolution from the corresponding LOD. Reference: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#lods
... View more
03-01-2011
11:13 AM
|
0
|
0
|
581
|
|
POST
|
Does it work as expected when you go to: http://sowers/WebGIS/rest/services/basemap_cache/MapServer?f=jsapi Are the tiles loaded and the slider shows the available levels?
... View more
03-01-2011
08:16 AM
|
0
|
0
|
2472
|
|
POST
|
Error 2148 means "SWF file %1 cannot access local resource %2. Only local-with-filesystem and trusted local SWF files may access local resources." This is from: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/runtimeErrors.html Are you accessing the index.html page via a web server? e.g. http://host/viewer/index.html
... View more
03-01-2011
08:03 AM
|
0
|
0
|
2728
|
|
POST
|
Also see: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/GeometryService.html
... View more
02-28-2011
12:11 PM
|
0
|
0
|
1571
|
|
POST
|
Try these changes to the DataExtractWidget.mxml file. 1. Make this change since Flash won't POST an empty body: gpService.send(); to: gpService.send({ forceFlashPOST: true }); 2. Add method="POST" like this: <mx:HTTPService id="gpService"
fault="gpService_faultHandler(event)"
method="POST"
result="onJSONLoad(event)"
resultFormat="text"/>
... View more
02-28-2011
11:06 AM
|
0
|
0
|
1305
|
|
POST
|
The tasks automatically switch to using a POST when a token is present. Can you use a tool like HttpFox to verify whether the requests are using POST or GET?
... View more
02-28-2011
08:24 AM
|
0
|
0
|
1305
|
|
POST
|
See my post on this thread: http://forums.arcgis.com/threads/11960-com.esri.ags.symbols.TextSymbol-is-not-TextSymbol-in-FlexViewer-widget
... View more
02-25-2011
12:01 PM
|
0
|
0
|
759
|
|
POST
|
Firefox doesn't send the referer header unless it's sending a POST request. Is you're token secured by referer or IP?
... View more
02-25-2011
11:54 AM
|
0
|
0
|
1305
|
|
POST
|
Try using a labelFunction: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/dataGridClasses/DataGridColumn.html#labelFunction
... View more
02-23-2011
03:38 PM
|
0
|
0
|
865
|
|
POST
|
Yes, the names of the Layers in an ArcGIS Server WMS service are still numbers. e.g. http://sampleserver1.arcgisonline.com/arcgis/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer?service=WMS&request=GetCapabilities Has: <Name>0</Name>
... View more
02-16-2011
11:04 AM
|
0
|
0
|
1519
|
| 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
|