Hi,
I have a canvas and i need to add child programatically say this
function add the items to canvas
public function addIntoCanvas():void{
canvasId.addChild(new Label());
}
so if i call this function twice it add the item on the first item
means the two items overlap each other . I also tried addChildAt
function but no success. Can u suggest me a solution so that when i
add child in canvas (without giving X and Y) it automatically get
added one after the another
Thanks
Waiting for a Solution .....
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---