Hi Srinivasa. (sorry by my english) Well, ConstraintColumns are properties of object container where your controls (children) was inserted. The container in question has to allow set your children in absolute position. (like as Canvas).
In AS3, we have a class named ConstraintColumn wich represent this object. I never setted a ConstraintColumn (or ConstraintRow) using AS, but, reading the livedocs I believe wich you may to do this: - First, create a ConstraintColumn object and set your width. - After, insert your object to reference the property constrainColumn of you container. - So, you have to set the positioning of your controls (children) left or right using setStyle method referencing the id constraint with the value. If you are trying building a custom component, I suggest you override the measure() method and to do all this operation (positioning the controls children). Well, as I said: I never used pure AS3 to do this. Try and after tell us your result. Regards. -- Mário de Souza Júnior Programador Java / Adobe Flex (44) 4009-3550 Maringá-PR http://blog.mariojunior.com [EMAIL PROTECTED] (gtalk, msn, etc..) --~--~---------~--~----~------------~-------~--~----~ Você recebeu esta mensagem porque está inscrito na lista "flexdev" Para enviar uma mensagem, envie um e-mail para [email protected] Para sair da lista, envie um email em branco para [EMAIL PROTECTED] Mais opções estão disponíveis em http://groups.google.com/group/flexdev -~----------~----~----~----~------~----~------~--~---
