I'm also getting the same warning.  The binding still works.  Here is
the code I use to do the binding.  

BindingUtils.bindSetter(dataProviderChanged, this, "dataProvider"); 

Does someone know if need to change anything to make the warning go away?

Here is the warning:

warning: multiple describeType entries for 'dataProvider' on type:
<accessor name="dataProvider" access="readwrite" type="Object"
declaredBy="mx.controls::ComboBase">
  <metadata name="Bindable">
    <arg key="" value="collectionChange"/>
  </metadata>
  <metadata name="Bindable">
    <arg key="" value="collectionChange"/>
  </metadata>
</accessor>
<accessor name="dataProvider" access="readwrite" type="Object"
declaredBy="mx.controls::ComboBase">
  <metadata name="Bindable">
    <arg key="" value="collectionChange"/>
  </metadata>
  <metadata name="Bindable">
    <arg key="" value="collectionChange"/>
  </metadata>
</accessor>

--- In [email protected], "olidrou" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], "diehlryan" <rdiehl@> wrote:
> >
> > I'm running into the same warning, the binding works though.  Anybody
> > able to figure out why this is happening?
> >
> 
> 
> Anybody found what is the problem for "warning: multiple describeType
> entries for ..." ?
> 
> I also am able to reproduce but don't understand what's going on. 
> See http://tech.groups.yahoo.com/group/flexcoders/message/96634 to
> reproduce
>


Reply via email to