Hello Sudhi, Sorry for late reply, I was very busy this week,
Anywasy, just check once if the radius of the circle is in percentage propotion of the parent. If yes, you need to make it in pixels. Because what is happing, as the parent hight or widht changes, childeren also changed their respective property with that. As JJain suggested, its nothing but playing with your layouts. Hope you would be abel to resolve this. If not, let us know :) Thanks, Shaleen Jain http://shaleenjain.blogspot.com On Jan 24, 10:31 am, Jitendra Jain <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

