[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

RE: [flexcoders] Wrapping components within a container

2006-10-17 Thread KP
@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

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

[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

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,

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