hi,
 
u can do one thing...........
 
do write code in the following format
 
<mx:VBox>
     <mx:Canvas>
           .............ur code for x/y layout...........
     </mx:Canvas>
<mx:VBox>
 
...i think it may work for ur exect x/y location in VBox
 
 
 
 
 


 
On 11/17/05, Manish Jethani <[EMAIL PROTECTED]> wrote:
On 11/17/05, Tracy Spratt < [EMAIL PROTECTED]> wrote:

> I'm not doing Flex 2 yet, but only the mx:Canvas allows you to
> explicitly set x/y position.  The other containers layout the children
> using their own logic.  That is their purpose.  A VBox, for example
> arranges its children vertically.

If you want to temporarily move children around -- for doing some
animation, for instance -- you could set the VBox's autoLayout to
false temporarily.  I believe that's how it is, but I'd look at the
documentation for "autoLayout" to confirm.

Manish


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS






--
jignesh dodiya

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to