4

How do I convert in AIR 2 for List component to display items?

1 Answer 1

9
var a:Array = ['some','values','in','an','array'];
var aList:ArrayList = new ArrayList(a);

documentation for ArrayList constructor

Sign up to request clarification or add additional context in comments.

1 Comment

Oh great, actionscript really easy!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.