How I did this for anyone interested...

Made a component based on VBox that contains one Text.  The Text's 
text is set to a function that passes a bound ArrayCollection.  The 
function then does all the looping needed and returns a String.

Purely luck of the draw for me - I had no idea you could put a 
function in a text property.



--- In [email protected], "qnotemedia" <[EMAIL PROTECTED]> 
wrote:
>
> Couldn't quite figure this one out.  I have a multi-level 
> arraycollection and I need to write it out in flex as two separated 
> lists - i.e.
> 
> itemA[0]: 1, 2, 3, 4
> itemB[1]: 5, 6
> itemC[2]: 7, 8
> 
> I'm currently using two repeaters with mx:Text to properly view the 
> data, but of course, that just ends up as a bunch of separate text 
> boxes vertically.  Since mx:Text doesn't have an itemRenderer, I'm 
not 
> quite sure how to do this.
>


Reply via email to