Correct.  Perhaps the collection isn't bound to the dataProvider
correctly.

-TH

--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote:
>
> --- In flexcoders@yahoogroups.com, "Tim Hoff" TimHoff@ wrote:
> >
> >
> > You might try adding this Greg:
> >
> > override public function set data( value : Object ) : void
> > {
> > if (value != null) super.data = value;
> > }
> >
> > The data property will be null until the service call has returned
and
> > populated the collection.
>
> Label already implements IDropInListItemRenderer and IDataRenderer.
> Presumably correctly...
>



Reply via email to