Need a array within an arraycollection for the arraycollection to run the filterfunction properly?

Do you need to have an array within an arraycollection for
the arraycollection to run the filterfunction properly?
<mx:ArrayCollection id="arrColl">
<mx:source>
<mx:Array>
<mx:Object name="ColdFusion" value="0.00" />
<mx:Object name="Dreamweaver" value="0.12" />
<mx:Object name="Fireworks" value="1.01" />
<mx:Object name="Flash" value="0" />
<mx:Object name="Flash Player" value="-0.00" />
<mx:Object name="Flex" value="0.00" />
<mx:Object name="Illustrator" value="2.92" />
<mx:Object name="Lightroom" value="0.32" />
<mx:Object name="Photoshop" value="0.06" />
</mx:Array>
</mx:source>
</mx:ArrayCollection>

"nikos101" <[email protected]> wrote in
message
news:gb07gv$9v8$[email protected]..
> Do you need to have an array within an arraycollection
for the
> arraycollection
> to run the filterfunction properly?
>
> <mx:ArrayCollection id="arrColl">
> <mx:source>
> <mx:Array>
> <mx:Object name="ColdFusion" value="0.00" />
> <mx:Object name="Dreamweaver" value="0.12" />
> <mx:Object name="Fireworks" value="1.01" />
> <mx:Object name="Flash" value="0" />
> <mx:Object name="Flash Player" value="-0.00" />
> <mx:Object name="Flex" value="0.00" />
> <mx:Object name="Illustrator" value="2.92" />
> <mx:Object name="Lightroom" value="0.32" />
> <mx:Object name="Photoshop" value="0.06" />
> </mx:Array>
> </mx:source>
> </mx:ArrayCollection>
You have to have an Array within the ArrayCollection for it
to do anything,
since ArrayCollection is just a wrapper for Array...

Similar Messages

Maybe you are looking for