Select to view content in your preferred language

Data binding will not be able to detect assignments to "length". 2.5 Edit Widget.

1000
1
Jump to solution
01-25-2012 02:10 PM
ChristinaMcCullough
Regular Contributor
Right at the starting gate of 2.5, I have this warning in the EditWidgetWithToolBarOptions.mxml.  I have not changed anything.  Suggestions? 

<s:Label width="100%" text="This feature layer has {fireAreas.numGraphics} ({fireAreas.selectedFeatures.length} selected) fire areas."/>
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Christina,

   It is just what it is "a warning". There is nothing you can do about it or have done wrong. It is just that the sample is binding to a property that is not mark in the code as bindable.

View solution in original post

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Christina,

   It is just what it is "a warning". There is nothing you can do about it or have done wrong. It is just that the sample is binding to a property that is not mark in the code as bindable.
0 Kudos