Select to view content in your preferred language

ArcGIS Viewer for Flex Viewer v2.3 released today :)

909
2
04-15-2011 11:45 AM
BjornSvensson
Esri Alum
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...
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
API Team,

   First BUG to report:

MapManager.mxml line 1000.

If you use a media in your PopUp_x.xml and do not have a chartfields attribute then the code fails

Code currently is:
                                    var chartFields:Array = medias[email protected](",");
                                    pMediaInfo.chartFields = chartFields;


Code need to be:
         if(medias.@chartfields[0]){
                                     var chartFields:Array = medias[email protected](",");
                                     pMediaInfo.chartFields = chartFields;
         }


Here is the PopUp_Cammeras.xml I am attempted to use:
<?xml version="1.0" ?>
<configuration>
    <title>{DESCRIPTION}</title>     
    <fields>
        <field name="DESCRIPTION"/>
        <field name="OBJECTID" alias="OID" visible="true"/>                  
        <field name="ONLINE" alias="Is camera online " visible="true"/>       
        <field name="LAST_UPDATED" alias="Last Updated " visible="true"/>  
        <field name="URL"/>       
    </fields>
    <medias>
        <media type="image" title="Latest Traffic Camera Image" imagesource="{URL}" imagelink="{URL}"/>
    </medias> 
</configuration>

<!--
    Pop-up configuration file for:
    http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_PublicSafety_Louisville/MapServer/2
-->


Oh I guess BUG #2 is the Application error window did not have any error text.
0 Kudos
Stefanobruscoli
Emerging Contributor
Hello
there's many good news!!
But, compatibilty with ewidget (like esearch, edraw.. ecc)?
0 Kudos