suppose the id of the hbox is "myhbox"
for(var i:int=0;i<3;i++)
{
var a:Label = new Label();
var b:TextInput = new TextInput();
myhbox.addChild(a);
myhbox.addChild(b);
}Akshar Kaul On Sat, Mar 27, 2010 at 16:10, itonflex team <[email protected]> wrote: > How to add a label and text dynamically in a hbox and that loop should > repeate for three times, for(var i:int=0;i<3;i++) > please could u help me regarding > this > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

