hummm....

I got this error msg:

===============================

Severity and Description        Path    Resource        Location        
Creation Time   Id
1118: Implicit coercion of a value with static type Object to a
possibly unrelated type mx.collections:ArrayCollection. test.mxml
line 69 1194139654331   151789


--- In flexcoders@yahoogroups.com, "simonjpalmer" <[EMAIL PROTECTED]>
wrote:
>
> how about 
> 
> myData.removeItemAt(0)?
> 
> --- In flexcoders@yahoogroups.com, "flexawesome" <flexawesome@> wrote:
> >
> > 
> > 
> > Hey there,
> > 
> > I have a problem to remove the first *object* in myData, any
suggestion?
> > 
> > Thank you 
> > 
> > =========================== 
> > 
> > 
> > [Bindable]
> > private var myData:ArrayCollection;
> > 
> > myData.removeItemAt(myData.getItemAt(0));
> >
>


Reply via email to