|
POST
|
Yes, the main concern is I would like the users to see the symbology in the "More/LayerList" directly without having to first expand the map service, then expand the layer You can do this using the <expandlayeritems> tag for both LayerList and MapSwitcher widget. However, it has a bug and only works sometimes. This will be fixed for the next release (3.3). http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget_tag/01m300000002000000/ https://github.com/Esri/arcgis-viewer-flex/issues/103 - and I would also like the users to see the labels. I have replaced the individual layers with the whole services and now the labels do render as intended. Good 🙂 But there is now another problem: the layers within these services are not accessible by the Attribute Table Widget. They simply do not appear in the checkbox dialog for that widget in Application Builder. Is it possible to coerce them into appearing by directly editing the widget's xml configuration file? This will work in the next version (3.3). (Currently, it only works if your map service have a matching feature service.) https://github.com/Esri/arcgis-viewer-flex/issues/98 Or, would any of these problems be solved by using ArcGIS Server 10.1 SP1? I am now using services from a Server 10.0 SP5 install (in Flex 3.2). No, upgrading will not help in this case.
... View more
04-10-2013
03:33 PM
|
0
|
0
|
2227
|
|
POST
|
Does it work fine if you just compile the Esri-provided source code? Without any custom widgets or other changes you have made.
... View more
04-09-2013
03:47 PM
|
0
|
0
|
1168
|
|
POST
|
ESRI, it would be nice to fix this problem. Single-layer map services require two clicks in the layer list to see the symbology, something I'd prefer not to subject end-users to. It would be preferable to be able to add the individual layers and have the labeling work like it's supposed to. Hi Matthew, I just want to make sure I understand your problem(s) correct. In Igor's case, I think there were two issues: transparency and labelling. Is your concern that you want people to see the symbology in the "More/LayerList" directly without having to first expand the map service, then expand the layer? And/or is that the labelling work differently when you add a map service (type=dynamic or tiled) as opposed to a layer within a map service (type=feature)? Our main technical challenge here is that in the first case the "image" you see is created on the server (which has more labelling smartness) than in the second case when the "image" is created clientside.
... View more
04-09-2013
03:40 PM
|
0
|
0
|
2227
|
|
POST
|
Is the problem only with your application? Could you try at http://resources.arcgis.com/en/help/flex-viewer/live/ ? It seems to work fine for me...
... View more
04-05-2013
11:50 AM
|
0
|
0
|
2127
|
|
POST
|
Yes, it still only works on Feature Server services which need SDE. Actually, it's not a question about SDE or not. It's a question about whether you publish the MapService as a Feature Service (in addition to MapService). Still, it's a problem. We're looking to fix this for the next release. See https://github.com/Esri/arcgis-viewer-flex/issues/98
... View more
04-05-2013
11:29 AM
|
0
|
2
|
1550
|
|
POST
|
This issue has been fixed in the viewer source code on GitHub and will be part of version 3.3. If you are compiling the source code yourself, you can either grab the latest from the "develop" branch or just look at the specific changes that was required in the DrawWidget.mxml: https://github.com/Esri/arcgis-viewer-flex/commit/588035001d5199c0078fd75979b4dba09dd3abf5
... View more
04-02-2013
04:04 PM
|
0
|
0
|
1165
|
|
POST
|
This is a viewer bug 😞 https://github.com/Esri/arcgis-viewer-flex/issues/97 It works fine up to, and including, version 3.0, but seems to have broken in version 3.1 (and 3.2). Thanks for reporting it.
... View more
04-02-2013
02:15 PM
|
0
|
0
|
1165
|
|
POST
|
The ArcGIS API for Flex supports working with 3D data (i.e. data that has a z-value) since version 3.0, but it only displays data in 2D.
... View more
04-02-2013
06:47 AM
|
0
|
0
|
978
|
|
POST
|
FYI: In the next release (3.3), we're planning to add a "exportColumnDelimiter" option to both the API and Viewer for exporting with non-comma separators. Thank you for your feedback.
... View more
04-01-2013
11:44 AM
|
0
|
3
|
5116
|
|
POST
|
Sorry, I did not read the question properly. I thought you were asking about supporting (incoming) CSV files that didn't use commas. Reading it again, it is clear that you are asking about EXPORT with semicolon. This isn't possible to do currently. In order to support this in the API, I have some questions: Do you think this should be decided by the person setting up the applications (with a tag in the attributetable config file)? Or do you think it would be something that the end-user would have an option to pick?
... View more
03-29-2013
01:54 PM
|
0
|
0
|
2645
|
|
POST
|
This should already be working in both API and Viewer. The API has a columnDelimiter: http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/CSVLayer.html#columnDelimiter And viewer has columndelimiter: https://github.com/Esri/arcgis-viewer-flex/blob/master/src/com/esri/viewer/managers/ConfigManager.as#L1123
... View more
03-28-2013
06:42 AM
|
0
|
0
|
2471
|
|
POST
|
is this associated with the removal of Bing? No, it was not.
... View more
03-28-2013
06:15 AM
|
0
|
0
|
1096
|
|
POST
|
This has now been fixed on arcgis.com. You might have to clear your cache to see it fixed.
... View more
03-27-2013
12:04 PM
|
0
|
0
|
3195
|
|
POST
|
It's a problem related to default basemap group from ArcGIS online. It should be fixed very soon.
... View more
03-27-2013
11:24 AM
|
0
|
0
|
3195
|
|
POST
|
The "SingleLineSearch.mxml" is not being called from anywhere, and it's no longer part of the source code. In version 3.2, the old singlelinesearch was replaced with the "Geocoder" API component: https://github.com/Esri/arcgis-viewer-flex/issues/51 Not sure what you mean with "disable the popups for search results"...
... View more
03-26-2013
09:57 PM
|
0
|
0
|
1544
|
| 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
|