|
POST
|
The asset files are also part of the Flex API Library download (the ZIP file) under ArcGIS_Flex/samples/src/assets
... View more
05-06-2010
03:54 PM
|
0
|
0
|
915
|
|
POST
|
The forum post link changed with the new forums, try http://forums.arcgis.com/threads/1269-Feature-Service-Support-only-simple-symbology The more up-to-date (maybe same) online help doc is at http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Authoring_feature_services/009300000021000000/ Rotated symbols are supported. For simple markers the angle set in ArcMap is listed in the Service Directory. For character markers or picture markers, the server creates a rotated image, and thus the Service Directory will list an angle of 0. What kind of markers are you using? And what does the information in the Service Directory say?
... View more
05-06-2010
11:54 AM
|
0
|
0
|
1312
|
|
POST
|
Yes, both Flex 1.x and 2.x will be able to use both 9.3 and 10 GeometryServices. The REST API for 9.3 and 10 are the same. The only difference is that new features in ArcGIS 10 will only work with the (matching) new classes in Flex API 2. http://resources.arcgis.com/content/requirements-arcgis-api-flex
... View more
04-27-2010
05:38 PM
|
0
|
0
|
465
|
|
POST
|
To get the behavior I think you are expecting, you need to specify "all:3", as the default is "top". See http://resources.esri.com/help/9.3/arcgisserver/apis/rest/index.html?identify.html for more information on the layer parameter for identify.
... View more
04-16-2010
08:42 AM
|
0
|
0
|
2039
|
|
POST
|
The Feature Service does support both "layers" and "tables". See for example http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer. Yes, FeatureLayer works with layers from both Map Services and Feature Services, but they are only editable if it is an editable layer from a Feature Service. See for example http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=AttributeInspectorInfoWindowViewonly for using AttributeInspector with a layer from a MapService (which are never editable). Maybe what is confusing is the bug where in this example it seems like you can edit the data, but that's an issue with the fields in the AttributeInspector (which should be non-editable). When you change something here, nothing actually gets saved (or sent) to the server. The bug is that AttributeInspector seems editable even for non-editing layers, it should not. See http://wikis.esri.com/wiki/display/ag94b/Web+Mapping+APIs+%28JavaScript%2C+Flex%2C+Silverlight%29#WebMappingAPIs%28JavaScript%2C for known issues with Flex API 2.0 beta. Yes, FeatureLayer could be thought of as "FeatureLayerOrTable" or maybe better FeatureLayer-based-on-a-layer-or-a-table 🙂 Any specific suggestions for how to improve our "API Reference" and "Concepts" greatly appreciated...
... View more
04-16-2010
07:37 AM
|
0
|
0
|
1401
|
|
POST
|
Not answering your question ... but any chance you could post an example of your bus route RSS?
... View more
04-14-2010
04:28 PM
|
0
|
0
|
1636
|
|
POST
|
The AttributeInspector component works fine with editing tables, but the Editor component does not.
... View more
04-14-2010
08:21 AM
|
0
|
0
|
1401
|
|
POST
|
This email thread was in regards to an earlier beta that was not public. See http://forums.arcgis.com/threads/2459-Beta-ArcGIS-API-for-Flex-2.0-Public-Beta-now-available for the public beta. Note that to see the actual download link you need to be logged in.
... View more
04-13-2010
05:58 AM
|
0
|
0
|
622
|
|
POST
|
Yes, both version 1.x and version 2.x of the Flex API will work with any REST-enabled ArcGIS Server (i.e. 9.3 and above).
... View more
04-06-2010
06:44 AM
|
0
|
0
|
490
|
|
POST
|
Not sure about your specific error, but ... while it might be possible to use Flex Builder 3, we recommend developers use Flash Builder 4. See the "Requirement Changes" at http://help.esri.com/en/webapi/flex/help/index.html#migrating.htm As for the SDK, you would only use the "Update 1" version of the API Library.
... View more
03-16-2010
04:48 PM
|
0
|
0
|
802
|
|
POST
|
Is it so that you can translate them? We are planning to provide localization kits/instructions for the API.
... View more
03-12-2010
01:09 PM
|
0
|
0
|
1759
|
|
POST
|
An updated version of the Flex API 2.0 is now available. The main focus of this update has been improved usability for editing �?? both for end-users as well as for developers. For example, when editing you can now undo a current edit by using the Escape key, and while creating or editing new features there are tooltips that provide a quick help for what to do. The Editor component also have some new properties to allow developers more configuration options, for example easy access to the underlying DrawTool and EditTool. The AttachmentInspector has also been overhauled to show thumbnails of the attachments as well as being able to click an attachment to open it. In addition, this update have several bug fixes and minor updates for our tools and new components, especially the Editor, TemplatePicker and AttachmentInspector. The updated DrawTool and EditTool for example have a �??showDrawTips�?� property. There are also some API changes for a few property and constant names, and a new renderer supportClass package. See http://help.esri.com/en/webapi/flex/help/index.html#changelog.htm for details. Go to http://help.esri.com/en/webapi/flex/index.html to download the updated version of the Flex API Library.
... View more
03-04-2010
12:41 PM
|
0
|
2
|
878
|
|
POST
|
Yes, that is a problem with how we are presenting the individual samples inside our Samples Explorer in regards to those scrollbars. For now, you can also go straight to the sample in action by going directly to the SWF. For example, instead of http://help.esri.com/en/webapi/flex/samples/index.html?sample=FeatureLayerClustering go to http://help.esri.com/en/webapi/flex/samples/FeatureLayerClustering.swf
... View more
03-02-2010
01:31 PM
|
0
|
0
|
1515
|
|
POST
|
Hmmm.... Is this specific to one layer with Geometric Networks? Or does it happen all layers with Geometric Networks? Or does it happen to all your Feature Service layers (even those without geometric networks)?
... View more
02-21-2010
11:06 AM
|
0
|
0
|
1247
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-11-2026 11:16 AM | |
| 2 | 03-17-2025 08:24 AM | |
| 3 | 03-17-2025 07:27 AM | |
| 4 | 02-26-2025 11:37 AM | |
| 1 | 03-23-2023 04:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|