|
POST
|
Is there any published list of "ArcGIS API for FLEX known issues" like Flex Viewer issues list or Apache Flex issues dashborad or this or just a list of known, but not fixed actual bugs? No, not really. But it is a reasonable request/good suggestion. Depending on your perspective you might consider some of the issues mentioned in the FAQ as knownlimits/workaround. Some bugs (both fixed and other) can been found through support.esri.com. But still, neither will give you a good list of "API known issues".
... View more
05-24-2013
03:57 PM
|
0
|
0
|
707
|
|
POST
|
Query widget... will create the list from the query, but when I click on a list item, nothing happens. Is the geometry/SHAPE field available? If not, the query widget can only list the other attributes, but not zoom/pan to the feature. See for example http://forums.arcgis.com/threads/79582-Query-widget-doesn-t-do-anything?p=280363&viewfull=1#post280363
... View more
05-17-2013
02:45 PM
|
1
|
0
|
522
|
|
POST
|
Also have you tried esris OTB route widget? Sung-Jun, I'm curious if you tried the Directions widgets? It seems to work fine with your service... http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Directions_widget/01m300000057000000/
... View more
05-16-2013
01:29 PM
|
0
|
0
|
1269
|
|
POST
|
So your services are accessed as http://instance/arcgis/rest/services/... (not using a port number, and not using httpS)? And you can see the crossdomain file at http://instance/crossdomain.xml ?
... View more
05-15-2013
10:20 AM
|
0
|
0
|
3505
|
|
POST
|
Jeremy, How are you compiling - using commandline, ant or an IDE? If IDE, which version of Flash Builder (or other IDE) are you using? Which version of the Adobe/Apache Flex SDK are you using? Are you seeing these errors when using Design View only, or when do they happen?
... View more
05-15-2013
10:11 AM
|
0
|
0
|
1607
|
|
POST
|
It sounds like a crossdomain issue. The crossdomain.xml file needs to be on the server with your application is trying to access, i.e. your amazon instance. See http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Deploying_an_application/017p00000019000000/
... View more
05-15-2013
09:58 AM
|
0
|
0
|
3505
|
|
POST
|
Just to clarify, since the ArcGIS Server REST API does not support BLOBs, that would mean that any of the APIs would also not support BLOBs (e.g. Javascript API, Silverlight API and Flex API)? Correct. And since version 10.0, the best approach for relating images, pdf, word docs, pdf and pther files with a feature is to use "attachments".
... View more
05-14-2013
05:37 AM
|
0
|
0
|
2639
|
|
POST
|
Is there no tool in FlexViewer that can currently read directly from a BLOB field and display an item such as a jpeg image that is stored in the BLOB format. Like I mentioned before the ArcGIS Server REST API does not support BLOBs, and thus the Flex API cannot get to BLOBs. "the field values ... can be any of the standard JSON types - string, number and boolean." http://resources.arcgis.com/en/help/rest/apiref/index.html?feature.html The preferred solution is to use attachments: http://resources.arcgis.com/en/help/main/10.1/index.html#//01m90000000r000000
... View more
05-14-2013
05:13 AM
|
0
|
0
|
2639
|
|
POST
|
Starting with ArcGIS Server 10.1, the tiles have to be requested WITHOUT the file extension. Starting with ArcGIS API for Flex version 1.3, we (the API) ask for the tile WITHOUT the extension. So this should only be an issue if you are using version 1.0-1.2 of the API. See http://forums.arcgis.com/threads/72880-Can-Flex-Viewer-1.x-access-ArcGIS-Server-10.1 for more details. When upgrading our servers from 10.0 to 10.1 several Flex applications that referenced cached maps were unable to successfully request the image tiles. ... Does anyone know if this is an issue with an older Flex API used (v. 2.5)? Erik: ArcGIS Server 10.1 should work fine with version 1.3 and later. However, there is a related issue (about file extension) when using versions 1.0-1.2 and *tiled* services from ArcGIS Server 10.1 - as mentioned above. We have experienced the same issue with these server requests no longer accepting the file extensions. We are using flex but our requests have never requested the file extension. We do have a custom application which is requesting the .png file extensions and now no longer works. It has the same error as you describe above. Andrew: I'm not sure about your custom application, but the API should take of this - except for as mentioned above.
... View more
05-13-2013
04:23 PM
|
0
|
0
|
1013
|
|
POST
|
I have a mobile project running using ArcGIS mobile for Windows...pictures That won't work because the server doesn't return BLOBs using the REST API (which is how Flex and other Web APIs connect to ArcGIS Server). Instead of storing the images in BLOBs, you would need to use attachments (or files in folders like your batch script is doing now). I don't know enough of the "trimble/mobile" aspect how to make that happen though... http://resources.arcgis.com/en/help/main/10.1/index.html#//01m90000000r000000
... View more
05-10-2013
01:53 PM
|
0
|
0
|
6374
|
|
POST
|
No, the full 2.2 KML specification is not supported. Is there a specific functionality you are looking for?
... View more
05-09-2013
05:43 PM
|
0
|
0
|
689
|
|
POST
|
Yes, that is possible - as long as the server is 10.1 or later. http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Dynamic_Rendering/017p0000002q000000/
... View more
05-09-2013
05:56 AM
|
0
|
0
|
912
|
|
POST
|
...implementing the measure lengths...Is there a way to change that to have the label appear at the end, although I don't have a limit for the length? Yes, you can check for the actual length of it. For example, this API sample displays it at the middle of the line: http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Clientside_Geodesic_calculations/01nq0000007q000000/ var mid:int = Polyline(userGeometry).paths[0].length / 2; pt = Polyline(userGeometry).paths[0][mid];
... View more
05-08-2013
05:43 PM
|
0
|
0
|
910
|
|
POST
|
In the big scales, my web client Flex application uses some feature and map services to do some area and distance calculations. So my map needs absolutely to be in Lambert93, in the big scales, because geometric calculations in Web Mercator are not accurate at all. The area and distance calculations are not dependent on the projection of the map. Thus you don't need different projections at different scales for this. http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Clientside_Geodesic_calculations/01nq0000007q000000/ http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Measure_lengths/01nq0000000n000000/
... View more
05-08-2013
05:38 PM
|
0
|
0
|
515
|
|
POST
|
Are the routing services free through ESRI or are they a subscription service? I can use routing in ArcMAP, but I was wondering if the free service was available (publishable) through a web app developed in FLEX. While there are some old sample services, the main service now require ArcGIS Online subcscriptions: http://www.arcgis.com/about/pricing.html You can test it out at http://resources.arcgis.com/en/help/flex-viewer/live/index.html?config=apps/config-directions.xml ...we would need to upgrade our ArcGIS API and our FLEX development environment Not necessarily (though it's probably a good idea). The RouteTask has been around since version 1.2 and http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/tasks/RouteTask.html
... View more
05-08-2013
04:48 PM
|
0
|
0
|
1062
|
| 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
|