Re: [flexcoders] How do u position a label directly underneath a picture you don't know the size?

2007-08-29 Thread Giles Roadnight
SOmething like this: On 8/29/07, steve <[EMAIL PROTECTED]> wrote: > > I have a panel and I load an image in at runtime, I would like to > position the label directly underneath the image which may have > different heights, Can I use the contentHeight of the image to > position the label? does

Re: [flexcoders] How do u position a label directly underneath a picture you don't know the size?

2007-08-29 Thread Roman Protsiuk
Why don't you use layout="vertical"? R. On 8/29/07, steve <[EMAIL PROTECTED]> wrote: > > I have a panel and I load an image in at runtime, I would like to > position the label directly underneath the image which may have > different heights, Can I use the contentHeight of the image to > positio

[flexcoders] How do u position a label directly underneath a picture you don't know the size?

2007-08-28 Thread steve
I have a panel and I load an image in at runtime, I would like to position the label directly underneath the image which may have different heights, Can I use the contentHeight of the image to position the label? does the panel need to be refreshed? or is there another layout tool that does t