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:
Example code of two of the offending lines:
Code:
<s:Label text="{'Features (' + targetLayer.selectedFeatures.length + ')'}"
visible="{targetLayer.selectedFeatures.length > 0}"/>