|
POST
|
The Download is still the 2.2 source. The source code download is now using 2.3. Sorry for the late update on that zip file.
... View more
04-15-2011
01:24 PM
|
0
|
0
|
1671
|
|
POST
|
This should be fixed in version 2.3 that we released today. Turning grouped layers on/off work as expected. (from the "What's New)
... View more
04-15-2011
12:02 PM
|
0
|
0
|
3035
|
|
POST
|
Tip: If you don't see the new pages yet, try emptying your browser cache, and/or wait a little for all our web servers to clear their caches... Or if you're eager to see it, try fooling the caching with: http://help.arcgis.com/en/webapps/flexviewer/index.html?icantwait - the main page http://help.arcgis.com/en/webapps/flexviewer/help/index.html?icantwait - the help page 🙂
... View more
04-15-2011
11:54 AM
|
0
|
0
|
1671
|
|
POST
|
Today we are releasing version 2.3 of both ArcGIS API for Flex and ArcGIS Viewer for Flex. Among the highlights to both Flex API and Flex Viewer: * Support for pop-ups in ArcGIS.com web maps. * Snapping when drawing and editing. * Continuous pan across date line. * New pop-up capabilites. * URL parameter support for Viewer * Expanded Developer's Guide for Flex developers Check out the What's New in the updated help for the full list of changes. 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
04-15-2011
11:45 AM
|
0
|
2
|
902
|
|
POST
|
Today we released version 2.3 of both ArcGIS API for Flex and ArcGIS Viewer for Flex. Among the highlights to both Flex API and Flex Viewer: * Support for pop-ups in ArcGIS.com web maps. * Snapping when drawing and editing. * Continuous pan across date line. * New pop-up capabilites. Some of these features were highlighted at the Esri Developer Summit in March, so you might want to check out this video from there. Check out the What's New (API) in the updated help for the full list of API changes. Tip: If you don't see the new pages, try emptying your browser cache.
... View more
04-15-2011
11:20 AM
|
0
|
14
|
2831
|
|
POST
|
Here's a few things that might help your debugging. If you're testing the service using the same service name, are you clearing the REST cache after making changes to the service? Are the changes reflected in the Services Directory? For example, for the dynamic layer does http://local/ArcGIS/rest/services/socioeco/cz_blocks2000/MapServer show "Single Fused Map Cache: false" when it is being used as "dynamic"? Does it work when viewed in ArcGIS JavaScript, try http://local/ArcGIS/rest/services/socioeco/cz_blocks2000/MapServer?f=jsapi When it fails, does httpfox (or charles/fiddler) show any errors?
... View more
04-15-2011
07:10 AM
|
0
|
0
|
1083
|
|
POST
|
TIm, how are you trying to access it? Two common mistakes are not specifying the correct layer type and/or incorrect URL (like forgetting the "rest"). If as a basemap or operational layer, then something like this should work: <layer label="Demographics" type="dynamic" visible="true"
url="http://mdimap.towson.edu/ArcGIS/rest/services/Biota/MD.State.BayOysters/MapServer"/>
... View more
04-15-2011
06:30 AM
|
0
|
0
|
543
|
|
POST
|
What is the SpatialReference of your map? Since tiles are not projected on the fly, you will need to make sure your Map is in the same spatial reference as your tiled service. I'm guessing that you are using a Map (or basemap) that's in a WebMercator or geographic, while your tiled service is in a different spatial reference... Spatial Reference: 102005
... View more
04-15-2011
06:27 AM
|
0
|
0
|
1083
|
|
POST
|
@Christi, no word from Microsoft, but in version 2.3 of the Flex API we will have support for all levels of Bing anyways.
... View more
04-11-2011
01:20 PM
|
0
|
0
|
1381
|
|
POST
|
Mark/Robert, Just a heads-up that in version 2.3 of the viewer, there will be support for pop-up windows on dynamic and tiled layers (in addition to the feature layers). This will allow for the consistent end-user experience that I think Mark (and others) are looking for.
... View more
04-11-2011
01:19 PM
|
0
|
0
|
1528
|
|
POST
|
I don't think you need to know the name/id/url of the feature layers. Look at the Edit widget: editor.featureLayers = featureLayers;
// where featureLayers is a local (not global) variable Depending on your use case, you wouldn't use all the feature layers, only the editable feature layers. Also, when a layer is turned on/off, your widget probably would want to know. The Edit Widget already takes care of many such scenarios. Maybe take a step back and explain what you are trying to do in more details. I'm curious why the EditWidget, either as is, or modified, wouldn't be a better starting point than the HelloWorld widget...
... View more
04-09-2011
12:16 PM
|
0
|
0
|
1794
|
|
POST
|
Reta, The API skins are part of the API download, not the Viewer download. http://resources.arcgis.com/content/arcgis-flex-api-download
... View more
04-09-2011
07:49 AM
|
0
|
0
|
970
|
|
POST
|
Any widget that extends BaseWidget will have access to the main map as "map". See some examples below: //From the Edit widget: editor.map = map; //From the Data Extract widget: map.addLayer(graphicsLayer); ... gp.processSpatialReference = map.spatialReference; gp.outSpatialReference = map.spatialReference;
... View more
04-09-2011
07:30 AM
|
0
|
0
|
1794
|
|
POST
|
It's in the API Library download. That zip download contains not only "the SWC", but also all the samples and their assets. Look in ArcGIS_Flex\samples\src\assets for skins.swf.
... View more
04-07-2011
11:19 PM
|
0
|
0
|
581
|
|
POST
|
It's in the API Library download. That zip download contains not only "the SWC", but also all the samples and their assets. Look in ArcGIS_Flex\samples\src\assets for skins.swf.
... View more
04-07-2011
11:08 PM
|
0
|
0
|
581
|
| 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
|