|
POST
|
See Top-10 features of version 2.4 on the server blog at http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/07/25/ArcGIS-API-for-Flex-and-ArcGIS-Viewer-for-Flex_3A00_-Version-2.4-released.aspx. Then go to the "What's New" on the resource center to get the full story. Tip: If you don't see the new pages, try emptying your browser cache, or wait a little for all our web servers to clear their caches...
... View more
07-28-2011
05:21 PM
|
0
|
12
|
4663
|
|
POST
|
Today we released version 2.4 of both ArcGIS API for Flex and ArcGIS Viewer for Flex. There are lots of highlights to both Flex API and Flex Viewer. Check out the What's New in the updated help for the full list of changes. Here's my top-10 for the Viewer 2.4: New Geoprocessing widget that works with almost any geoprocessing task. Clustering of points from feature layers. Configuring definition expression on sublayers within a layer of type="dynamic" (an ArcGIS Dynamic map Service). Being able to set the widget size in the configuration file. KML Layer - the <layer> tag supports type="kml". Support for four new locales have been added - Arabic, Brazilian Portuguese, Italian and Russian - to the existing six locales. Initial "view" of Search and Locate widget can be set in widget configuration file. Works better with Adobe Flex 4.5 SDK. Widgets can be centered using new verticalcenter and horizontalcenter. Bug fixes: Color of hyperlinks in popup windows remain the same even after clicking the link. Multiple bug fixes related to widget layout locations and run-away widgets. Widgets can be place anywhere even when the overview map widget is open. Floating and vertical layouts don't experience run-away widgets. Overview map widget can be placed in any corner. Tip: If you don't see the new pages, try emptying your browser cache, or wait a little for all our web servers to clear their caches... http://help.arcgis.com/en/webapps/flexviewer/help/#/What_s_new_in_2_4/01m300000011000000/
... View more
07-28-2011
05:18 PM
|
0
|
42
|
11517
|
|
POST
|
The release data for 2.4 is still "July" as announced at the Esri User Conference and also listed at http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/FAQ/01m300000004000000/ 🙂
... View more
07-26-2011
09:04 AM
|
0
|
0
|
2113
|
|
POST
|
Halil, Yes. All UC tech workshop presentations will be available at http://proceedings.esri.com/library/userconf/proc11/tech-workshops.html - should be in place early next week. FYI - in general, remember to "Post New Thread" when asking questions that are not related to an existing thread 🙂
... View more
07-22-2011
01:35 PM
|
0
|
0
|
1003
|
|
POST
|
Are you using the compiled version or the source code of the Flex Viewer? If you are using the compiled version of Flex Viewer, then that exact behavior is not possible. However, you could change the behavior of your <layer>'s so that the editable features are only included in the layer of type="feature" but not in layer="dynamic". Or you could use the source code to create your own version of the Edit Widget...
... View more
07-22-2011
08:09 AM
|
0
|
0
|
448
|
|
POST
|
All versions of Flex API work fine with all versions of ArcGIS Server 9.3 and later. <See your other question>
... View more
07-22-2011
08:03 AM
|
0
|
0
|
390
|
|
POST
|
Eddie, is it the ScaleBar that is showing the incorrect measurement or is it your measured line? My guess is that it is the latter... Is it only when using state plan or do you see the same problem when using Web Mercator and/or geographic?
... View more
07-22-2011
07:59 AM
|
0
|
0
|
4500
|
|
POST
|
All versions of the Flex API works with all versions of ArcGIS Server 9.3 or later. http://help.arcgis.com/en/webapi/flex/help/index.html#/System_requirements/017p0000000m000000/
... View more
07-22-2011
07:55 AM
|
0
|
0
|
384
|
|
POST
|
Can Arc GIS API Flex 1.3 version support Multi touch or not. No, multi-touch is not supported at 1.x.
... View more
07-22-2011
07:48 AM
|
0
|
0
|
321
|
|
POST
|
I need to build a custom widget which will execute my geoprocessing service (asynchronous - python script). The easiest way is probably to wait a little, as later this month (July) we plan to release version 2.4 which will come with a generic geoprocessing widget.
... View more
07-21-2011
06:32 AM
|
0
|
0
|
1003
|
|
POST
|
Ok, I added mx.swc and sparkskins.swc to the project and I now have a map on my Droid!!! 🙂 Good job! FYI, in version 2.4 you will not need to add those SWC's. We will be showing more of this (Android, iPad) at the Esri User Conference next week... As for documentation, you can start with http://www.adobe.com/devnet/flash-builder/articles/mobile-mapping-app-arcgis.html
... View more
07-09-2011
05:44 PM
|
0
|
0
|
594
|
|
POST
|
Is your GP task running as "Synchronous" or "Asynchronous"? Asynchronous execution is better for slower running GP tasks. From the documentation: In synchronous execution, the client executes the task and waits for a response before proceeding. The Supported Operations section of the Services Directory displays "Execute Task" for synchronous tasks. In asynchronous execution, the client submits a job, then verifies that it was successful using a unique job ID. When the task completes, the client can retrieve the results. The Supported Operations section of the Services Directory displays "Submit Job" for asynchronous tasks. http://help.arcgis.com/en/webapi/flex/help/index.html#/Geoprocessing_tasks/017p00000003000000/
... View more
07-07-2011
02:29 PM
|
0
|
0
|
662
|
|
POST
|
The Editor works with layers from a Feature Service. The Feature Service requires SDE. So, "no", you can't edit shapefiles using the Editor.
... View more
07-07-2011
01:52 PM
|
0
|
0
|
794
|
|
POST
|
No, a flash application cannot remove the built-in Flash Player context menu.
... View more
07-06-2011
08:24 PM
|
0
|
0
|
357
|
|
POST
|
If your map service is cached (i.e. the tiles already created), then it needs to be in the same projection as the basemaps. If your map service is not cached (i.e. map images are created dynamically), then it doesn't matter which projection it is in, as ArcGIS Server will automatically project it on-the-fly to the same projection as the basemaps you are using in your application. In the config.xml file, what's the syntax you were using for your service? Is your map service cached or not? If it's cached the type should be specified as "tiled", if it's not cached, then the type should be specified with "dynamic". What's the URL you are specifying for your map service? What's the URL of your application? If your application is not on the same domain as the ArcGIS Server, did you add a crossdomain.xml file to your ArcGIS Server? More help: Getting Started (Flex Viewer) - http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Getting_started/01m300000021000000/ Crossdomain.xml - http://help.arcgis.com/en/webapi/flex/help/index.html#/Using_crossdomain_xml/017p0000001w000000/
... View more
07-06-2011
07:23 AM
|
0
|
0
|
637
|
| 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 |
04-14-2026
04:21 PM
|