|
POST
|
What versions of ArcGIS Server and ArcGIS API for Flex are you using?
... View more
03-15-2011
09:35 AM
|
0
|
0
|
966
|
|
POST
|
Which versions of the Flex SDK and ArcGIS API for Flex are you using?
... View more
03-15-2011
09:17 AM
|
0
|
0
|
904
|
|
POST
|
You can get older versions of the Flash Player at: http://kb2.adobe.com/cps/142/tn_14266.html You should be able to use 10.2 with Flex SDK 4.1. Flash Builder also should work fine when using SDK 4.5 which requires Flash Player 10.2. It may just be a project settings issue. I'd try creating a new test project and see if it's working fine there.
... View more
03-14-2011
07:32 AM
|
0
|
0
|
626
|
|
POST
|
Try using: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/symbols/Symbol.html#createSwatch()
... View more
03-14-2011
07:26 AM
|
0
|
0
|
772
|
|
POST
|
Martin, Those services have different spatial references (geographic vs. web mercator). You can try using the WebMercatorUtil class to convert your geometry from geographic to web mercator.
... View more
03-11-2011
08:22 AM
|
0
|
0
|
680
|
|
POST
|
The 1.3 samples are at: http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html
... View more
03-10-2011
08:05 AM
|
0
|
0
|
2462
|
|
POST
|
You could update the ConfigManager or WidgetManager code to add a ts timestamp to the widget urls.
... View more
03-10-2011
07:52 AM
|
0
|
0
|
2306
|
|
POST
|
Try: event.graphic.toolTip = new Date(event.graphic.attributes.date) + "\n";
... View more
03-08-2011
08:52 AM
|
0
|
0
|
619
|
|
POST
|
You can create a custom skin. See the EditorSkin.mxml file in the skins folder that's in the api zip download.
... View more
03-08-2011
08:45 AM
|
0
|
0
|
1066
|
|
POST
|
Try: <layer label="Aerial WMS" type="wms" visible="false"
url="http://openmaps.gov.bc.ca/imagex/ecw_wms.dll"
skipgetcapabilities="true" version="1.1.1"
visiblelayers="BC_S5L5_BC_2004_2006_BCALB_15M_PANB321_ENH"/> The layers are set in "visiblelayers". You need to also set "skipgetcapabilities" to true since they don't have a crossdomain.xml file at http://openmaps.gov.bc.ca/crossdomain.xml that allows other domains to request the capabilities. Reference: http://help.arcgis.com/en/webapps/flexviewer/help/layer_tag.htm
... View more
03-04-2011
11:29 AM
|
0
|
0
|
898
|
|
POST
|
xgyb12458, You need to specify at least one visible layer. hugo.durana, The WMS layer does not use the REST endpoint. See sample at: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=WMS
... View more
03-04-2011
07:48 AM
|
0
|
0
|
1486
|
|
POST
|
A web server is required. See "Getting Started" at: http://help.arcgis.com/en/webapps/flexviewer/help/index.html This has instructions for running IIS on Windows 7. Any other web server can be used as well like the Apache web server: http://httpd.apache.org/
... View more
03-03-2011
01:00 PM
|
0
|
0
|
2726
|
|
POST
|
Can you use a tool like Fiddler or HttpFox to see what requests are being made to your service and what the responses are?
... View more
03-03-2011
10:55 AM
|
0
|
0
|
1486
|
|
POST
|
Are you using ArcGIS Server 10 SP 1? If you are, can you check if the legend resource has what you want? e.g. http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/legend This is what the Legend component relies on to show the legend for a ArcGISDynamicMapServiceLayer.
... View more
03-02-2011
02:09 PM
|
0
|
0
|
865
|
| 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
|