Is their a flash builder 4 equivalent of ->

  public function set dataItems(dataItemsCollection:ListCollectionView):void
{
//trace("set DataItems");
_dataItems = dataItemsCollection;
removeAllChildren();
rowsArray = [];
  
will removeAllElements() really achieve the same result - it just doesn't seem 
to work right.

-r


      

Reply via email to