Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

Selection Widget in FV 3.1 and warnings

$
0
0
I'm trying to incorporate the Selection widget into my ArcGIS Flex project (3.1) and I'm getting warnings about "Data binding will not be able to detect assignments to "length"." Any suggestions to alter the SelectByAttributes.mxml and SelectionResults.mxml file to resolve these? Warning: I'm a relatively new Flash Builder user.

Example code of two of the offending lines:
Code:

                <s:Label text="{'Features (' + targetLayer.selectedFeatures.length + ')'}"
                                visible="{targetLayer.selectedFeatures.length > 0}"/>


Viewing all articles
Browse latest Browse all 2097

Trending Articles