--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> 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