|
POST
|
I think you'll need to publish a Feature Server: http://forums.esri.com/Thread.asp?c=158&f=2421&t=288229#896043
... View more
06-30-2010
07:56 AM
|
0
|
0
|
394
|
|
POST
|
You may also be interested in this sample that uses a custom tooltip as a kind of map tip: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=MapTips
... View more
06-30-2010
07:51 AM
|
0
|
0
|
1641
|
|
POST
|
This is not natively supported by the API, but you can do it manually... http://forums.esri.com/Thread.asp?c=158&f=2421&t=288229#895996
... View more
06-29-2010
01:25 PM
|
0
|
0
|
394
|
|
POST
|
Are you able to reproduce this issue in the Sample? http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=NavigationTools If not, can you post a test case?
... View more
06-29-2010
11:44 AM
|
0
|
0
|
1153
|
|
POST
|
In your library project's Library Path where you've included the ArcGIS API for Flex swc, did you set it's Link Type to External? The default is "Merged into code".
... View more
06-29-2010
08:08 AM
|
0
|
0
|
580
|
|
POST
|
The ArcGIS Server Identify operation added support for layerDefs at version 10. http://sampleserver3.arcgisonline.com/ArcGIS/SDK/REST/identify.html If you're using ArcGIS Server 10 with ArcGIS API for Flex 1.3, you can append the layerDefs url parameter to the url you set on the IdentifyTask and it will be included in the request.
... View more
06-29-2010
07:04 AM
|
0
|
0
|
673
|
|
POST
|
The navigationClass is only expected to be a UIComponent. It has no requirements. If it has a "map" property, the Map will set itself on it. The slider is not a required skin part: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/Navigation.html#SkinPartSummary You could just create a custom skin where you've removed the mx:VSlider and added a Spark slider and then call hostComponet.map.level = slider.value when the slider changes. If you don't want to put this logic in the skin, you could extend the Navigation component, add your own skin part and override partAdded()/partRemoved() and then set this new class as the Map's navigationClass. You'll also want to listen for extent changes on the map and do something like this: slider.value = event.lod.level;
... View more
06-24-2010
01:08 PM
|
0
|
0
|
299
|
|
POST
|
Sofoo, ArcGIS.com is using the JS API which doesn't load the crossdomain.xml file. If you use a proxy, then you won't need to load the bad file at http://www.cirgis.org/crossdomain.xml Robert, Are you running from a webserver or from your Builder's bin-debug? When I run this from my local webserver with Flash Player 10.1, I get this error in my console: Error: [strict] Ignoring policy file at http://www.cirgis.org/crossdomain.xml due to incorrect syntax. See http://www.adobe.com/go/strict_policy_files to fix this problem. *** Security Sandbox Violation *** Connection to http://www.cirgis.org/ArcGIS/rest/services/County_ParcelsWGS84/MapServer?f=json halted - not permitted from http://quicksilver.esri.com/ags/test_pad.swf
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:esri="http://www.esri.com/2008/ags">
<esri:Map>
<esri:ArcGISDynamicMapServiceLayer
url="http://www.cirgis.org/ArcGIS/rest/services/County_ParcelsWGS84/MapServer"/>
</esri:Map>
</mx:Application>
... View more
06-22-2010
04:38 PM
|
0
|
0
|
837
|
|
POST
|
Can you try this in the Flash Debug player to see if you're getting any errors? http://www.adobe.com/support/flashplayer/downloads.html#fp10 Can you try a tool like HttpFox to see if the Authorization header is being sent in the request and what the response from the server is? https://addons.mozilla.org/en-US/firefox/addon/6647/ You may also want to try creating a simple test app first like this one before trying it in the Viewer: http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html?sample=ArcIMS
... View more
06-22-2010
12:16 PM
|
0
|
0
|
631
|
|
POST
|
The workaround is to set myMap.panEnabled to false after you activate the Draw tool. See: http://forums.esri.com/Thread.asp?c=158&f=2421&t=299768#936563 You can test this by adding this line after the switch in the DrawToolbar sample: myMap.panEnabled = false; DrawToolbar sample: http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html?sample=DrawToolbar
... View more
06-22-2010
12:01 PM
|
1
|
0
|
366
|
|
POST
|
Is it using Basic or Digest authentication? Only Basic is supported in the API: http://resources.esri.com/help/9.3/arcgisserver/apis/flex/apiref/com/esri/ags/layers/ArcIMSMapServiceLayer.html#username
... View more
06-22-2010
07:01 AM
|
0
|
0
|
631
|
|
POST
|
I noticed that there's an error in the policy file at: http://www.cirgis.org/crossdomain.xml It's not well formed XML. It has an extra "-" character in it. This will be a problem if you're not using a proxy or deploying your app to http://www.cirgis.org.
... View more
06-22-2010
06:59 AM
|
0
|
0
|
837
|
|
POST
|
Are you sure you're not using ArcGIS API for Flex 1.3? If you are, you'll need to change your project to use Flex SDK 3.5 instead of 4.0.
... View more
06-21-2010
07:18 AM
|
0
|
0
|
1698
|
|
POST
|
What version of the API are you using? Try activating the draw tool and then setting mapNavigationEnabled to false.
... View more
06-18-2010
12:11 PM
|
0
|
0
|
1530
|
| 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
|