Re: [flexcoders] Component Positioning question

2005-11-17 Thread Jignesh Dodiya



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 someanimation, for instance -- you could set the VBox's autoLayout tofalse temporarily. I believe that's how it is, but I'd look at the
documentation for autoLayout to confirm.Manish--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 



YAHOO! GROUPS LINKS 

Visit your group flexcoders on the web. 
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



-- 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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Component Positioning question

2005-11-16 Thread nextadvantage
How come I can't set the x/y positioning of a component inside a vbox
that is inside a view stack? (Flex builder 2)





 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Component Positioning question

2005-11-16 Thread Tracy Spratt
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.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of nextadvantage
Sent: Wednesday, November 16, 2005 8:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Component Positioning question

How come I can't set the x/y positioning of a component inside a vbox
that is inside a view stack? (Flex builder 2)






--
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



 






 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Component Positioning question

2005-11-16 Thread Manish Jethani
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


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/