|
POST
|
The 3.0 beta 1 of the ArcGIS Viewer for Flex is now available. Sign-up (and download appbuilder and/or viewer) on the Esri Beta Community Site: https://betacommunity.esri.com/home.html See the beta resource center at: http://resourcesbeta.arcgis.com/en/webapps/flexviewer/ Please use this forum for any Viewer beta related issues.
... View more
12-21-2011
11:38 AM
|
0
|
0
|
602
|
|
POST
|
If you are interested in testing the next generation of the ArcGIS Viewer for Flex, please join the beta program for ArcGIS API for Flex 3.0 - http://betacommunity.esri.com This version is very similar to the recently released 2.5 but is based on the 3.0 beta 1 API which adds support for new 10.1 functionality. Note that if you are not already part of the 10.1 beta program, and not a Flex developer, then there is not much new since the recent 2.5 release, and you might want to wait for another beta release 🙂
... View more
12-21-2011
09:56 AM
|
0
|
3
|
1131
|
|
POST
|
If you are interested in testing the next generation of the ArcGIS API for Flex, please join the beta program for ArcGIS API for Flex 3.0 - http://betacommunity.esri.com
... View more
12-21-2011
09:48 AM
|
0
|
0
|
651
|
|
POST
|
FYI about the API itself: disconnected editing is not supported in ArcGIS API for Flex 2.5.
... View more
12-15-2011
02:10 PM
|
0
|
0
|
1143
|
|
POST
|
The ArcGIS Viewer for Flex 3.0 beta 1 will soon be made available to beta users. It adds support for new functionality in ArcGIS 10.1.
... View more
12-15-2011
01:09 PM
|
0
|
0
|
692
|
|
POST
|
The ArcGIS API for Flex 3.0 beta 1 will soon be made available to beta users. It adds support for new functionality in ArcGIS 10.1.
... View more
12-15-2011
01:09 PM
|
0
|
0
|
758
|
|
POST
|
some of my users can't see .... is firefox browser supported at v2.5? Yes. Does http://help.arcgis.com/en/webapps/flexviewer/live/index.html work as you would expect? Does your application work for some users (but not others)?
... View more
12-15-2011
01:05 PM
|
0
|
0
|
2196
|
|
POST
|
Dear ArcMap experts, ... How to customize that code to get it and how to install in Arc Map ? @damodaranudas, this is a forum specific for the ArcGIS API for Flex, not ArcMap. Are you trying to do this in ArcMap or in a web application developed using the ArcGIS API for Flex?
... View more
12-15-2011
10:00 AM
|
0
|
0
|
2050
|
|
POST
|
Is there still a main Config file to simply copy and paste from the existing one? Yes, there is still a main configuration file with the same structure and syntax. For your case, I would recommend installing the application builder and create a new application (for example "mynewapp") using application builder. Then close application builder, and manually move your customized configuration files from your 2.4 location, c:\inetpub\wwwroot\flexviewer (if you were using the default) to the new location, c:\inetpub\wwwroot\flexviewers\mynewapp (the default when using IIS). You should then be able to open application builder and see your 2.5 application based on the updated config.xml. Note the difference in default folders. The application builder will default to "flexviewers" folder (note the extra s) in which you will create multiple applications. This is different from when you install the compiled viewer (any version) which installs by default to "flexviewer".
... View more
12-07-2011
09:32 AM
|
0
|
0
|
1749
|
|
POST
|
I'm getting the following error inside of my first flex application builder app. layer failed to load: Fault code: Channel.Security.Error Are you maybe trying to access an ArcGIS Server (or other resource that is on a different domain than your application), and that ArcGIS Server (or other resource) does not have a crossdomain file? "This is most likely a cross-domain issue. This happens if you are connecting from a Flash application to resources on another domain. Either have the application hosted on the same domain as the resource (usually the ArcGIS Server) or add a crossdomain.xml to your ArcGIS Server." http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/FAQs/01m300000004000000/
... View more
12-06-2011
08:33 AM
|
0
|
0
|
1749
|
|
POST
|
When I click the supplied link to download the AppBuilder - I get a .zip file. Should the .zip be changed to .air? Yes (as Adam already figured out). Adam/Andrea, I am thinking it might be your browser that changes the extension, could you tell us which OS and browser (and browser version) you are using?
... View more
12-06-2011
07:44 AM
|
0
|
0
|
1749
|
|
POST
|
...but I am still developing for 2.3.1. ...Please provide a link to at least the previous version (2.4) of the ArcGIS Viewer for Flex web pages. We haven't removed any help pages, only added and re-organized to make space for the application builder pages. For example, we added a chapter related to the application builder, as well as separated out the tag references from the pages about the individual widgets (partly because the tags didn't make sense for people only using application builder and partly because the pages were getting long), but the tag references are still there. For developers we added the framework reference, but all the other information should still be there. We also try to mark tags and properties with the information about which version it was added in. This is to support people working with older versions. Which specific information are you looking for? For example, main config file: http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Main_configuration_file/01m300000018000000/ layer tag: http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Layer_tag/01m30000000p000000/
... View more
12-06-2011
07:37 AM
|
0
|
0
|
1749
|
|
POST
|
I just installed Adobe Air, dowloaded and unzipped the AppBuilder-2.5.zip file and tried to run AppBuilder.swf. There shouldn't be an AppBuilder-2.5.zip file. The file you download should be AppBuilder-2.5.air which you then either double-click (or right-click and "Install"). This will start the installation... Which OS and browser (and version) are you using? Maybe the browser for some reason does not recognize or keep the (air) file extension. Could you try downloading it from a different browser? Or rename your AppBuilder-2.5.zip to AppBuilder-2.5.air.
... View more
12-06-2011
06:31 AM
|
0
|
0
|
2063
|
|
POST
|
Correct, WMTS is not supported layer type in the compiled ArcGIS Viewer for Flex, but WMS is. https://github.com/ArcGIS/ArcGISViewerForFlex/blob/master/src/com/esri/viewer/managers/MapManager.mxml
... View more
12-05-2011
10:39 AM
|
0
|
0
|
571
|
|
POST
|
Have the samples been updated to use the 2.5 SDK? Yes, the online API samples have been re-compiled with the 2.5 API. Tip: to find out which version an application (or sample) is using, you can right-click on the map component and select "About ArcGIS API for Flex...".
... View more
12-05-2011
06:01 AM
|
0
|
0
|
3130
|
| 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
|