Hi Sudhi,
When you are placing the components in the container. The container layouts the components . The layout property of the container has values absolute, vertical and horizontal. You have to choose the absolute property if you want to place according to your will. Moreover when the components added dynamically they are automatically adjusted/layout according to the parent container(based on layout property). You can also restrict this automatic adjustment/layout by setting the autoLayout = false property of the container in which you are placing the children. you need to read the docs for more information. visit adobe site. Let me know if you still have the problem. If yes then please paste some part of the code. So we can help you at earliest. Thanks, with regards, JJain --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

