I have to add multiple HBoxw dynamically which contains the following set of components…
I’m trying to access the value of each dynamically created element?How to do?
var myHBox:HBox=new HBox();
var txt1:ComboBox=new ComboBox();
var txt2:TextInput=new TextInput();
var txt3:TextInput=new TextInput();
var txt4:TextInput=new TextInput();
var txt5:TextInput=new TextInput();
var txt6:TextInput=new TextInput();
Please refer the following link,It will help to you..
Adobe containers intro