[flexcoders] Wrapping components

2009-06-07 Thread Mike Chang
Hi,
I have a newbie question on layout.I'm looking for a container component
that would wrap the components inside, keeping width the same and
expanding the height to fit, allowing all components inside to be visible
while keeping a maximum width.
I tried HBox and VBox but as you can imagine they either cut it out, or just
expand in the wrong way.
Please help.
Thanks,
Mike


RE: [flexcoders] Wrapping components within a container

2006-10-17 Thread KP












Can we embed an Iframe in these fbox.

I havnt tried this out but if we can I
will surely give it a shot..



Thanks

Kumar











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dunphy
Sent: Tuesday, October 03, 2006
9:14 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Wrapping
components within a container











Trying to create a tag cloud eh? Maybe... :)

Anyway, I created an FBox container based on some example code in the
documentation (and some code from Flex 1 that I found), you can find the code
in here: http://tech.groups.yahoo.com/group/flexcoders/message/40947

Best of luck.

Brian



On 10/3/06, David
Katz  [EMAIL PROTECTED]darden.edu
wrote:









Does anyone know if it's possible to wrap components
within a
container in Flex 2.0? I need to dynamically create a series of
LinkButtons, for example, and have them wrap when they reach the right
edge of their container. (Imagine a long clickable breadcrumb trail
that wraps to a second line if the items get too long to fit within
their container.)

This is trivial to do in html by placing the elements in a div, but I
can't figure out how to do it in Flex.

Any help is appreciated.

thanks,
David

-- 

David Katz
[EMAIL PROTECTED]com














-- 
Brian Dunphy 






__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Wrapping components within a container

2006-10-04 Thread KP












Well I want to that code in Iframe example
how we can do that.













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Katz
Sent: Wednesday, October 04, 2006
1:24 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Wrapping
components within a container











Thanks, Brian. This was very helpful.

Best,
David



On 10/3/06, Brian
Dunphy briandunphy@gmail.com
 wrote:



Trying to create a tag cloud eh? Maybe... :)

Anyway, I created an FBox container based on some example code in the
documentation (and some code from Flex 1 that I found), you can find the code
in here: http://tech.groups.yahoo.com/group/flexcoders/message/40947

Best of luck.

Brian







On 10/3/06, David
Katz 
[EMAIL PROTECTED]darden.edu wrote:









Does anyone know if it's possible to wrap components
within a
container in Flex 2.0? I need to dynamically create a series of
LinkButtons, for example, and have them wrap when they reach the right
edge of their container. (Imagine a long clickable breadcrumb trail
that wraps to a second line if the items get too long to fit within
their container.)

This is trivial to do in html by placing the elements in a div, but I
can't figure out how to do it in Flex.

Any help is appreciated.

thanks,
David

-- 

David Katz
[EMAIL PROTECTED]com





















-- 
Brian Dunphy 

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






SPONSORED
LINKS 


 
  
  Software development tool 
  
  
  Software development 
  
  
  Software development services 
  
 
 
  
  Home design software 
  
  
  Software development company 
  
  
  
  
 






Your email settings: Individual Email|Traditional 
Change settings via the Web (Yahoo! ID required) 
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
Visit Your Group | Yahoo! Groups Terms of
Use | Unsubscribe 




__,_._,__ 










__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders] Wrapping components within a container

2006-10-03 Thread David Katz
Does anyone know if it's possible to wrap components within a
container in Flex 2.0? I need to dynamically create a series of
LinkButtons, for example, and have them wrap when they reach the right
edge of their container. (Imagine a long clickable breadcrumb trail
that wraps to a second line if the items get too long to fit within
their container.)

This is trivial to do in html by placing the elements in a div, but I
can't figure out how to do it in Flex.

Any help is appreciated.

thanks,
David

-- 

David Katz
[EMAIL PROTECTED]


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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] Wrapping components within a container

2006-10-03 Thread Brian Dunphy



Trying to create a tag cloud eh? Maybe... :)Anyway, I created an FBox container based on some example code in the documentation (and some code from Flex 1 that I found), you can find the code in here: 
http://tech.groups.yahoo.com/group/flexcoders/message/40947Best of luck.BrianOn 10/3/06, David Katz 
[EMAIL PROTECTED] wrote:












  



Does anyone know if it's possible to wrap components within a
container in Flex 2.0? I need to dynamically create a series of
LinkButtons, for example, and have them wrap when they reach the right
edge of their container. (Imagine a long clickable breadcrumb trail
that wraps to a second line if the items get too long to fit within
their container.)

This is trivial to do in html by placing the elements in a div, but I
can't figure out how to do it in Flex.

Any help is appreciated.

thanks,
David

-- 

David Katz
[EMAIL PROTECTED]

  













-- Brian Dunphy

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Wrapping components within a container

2006-10-03 Thread David Katz



Thanks, Brian. This was very helpful.Best,DavidOn 10/3/06, Brian Dunphy [EMAIL PROTECTED]
 wrote:


Trying to create a tag cloud eh? Maybe... :)Anyway, I created an FBox container based on some example code in the documentation (and some code from Flex 1 that I found), you can find the code in here: 

http://tech.groups.yahoo.com/group/flexcoders/message/40947Best of luck.BrianOn 10/3/06, 
David Katz 
[EMAIL PROTECTED] wrote:












  



Does anyone know if it's possible to wrap components within a
container in Flex 2.0? I need to dynamically create a series of
LinkButtons, for example, and have them wrap when they reach the right
edge of their container. (Imagine a long clickable breadcrumb trail
that wraps to a second line if the items get too long to fit within
their container.)

This is trivial to do in html by placing the elements in a div, but I
can't figure out how to do it in Flex.

Any help is appreciated.

thanks,
David

-- 

David Katz
[EMAIL PROTECTED]

  













-- Brian Dunphy







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









   






  
  
SPONSORED LINKS
  
  
  


Software development tool
  
  

Software development
  
  

Software development services
  
  



Home design software
  
  

Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  
Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest
 | Switch to Fully Featured 
   

Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,__




__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___