RE: [flexcoders] measure(), measuredMinWidth and unscaledWidth

2008-02-21 Thread Alex Harui
Subject: Re: [flexcoders] measure(), measuredMinWidth and unscaledWidth I can't post an example at the moment but I'll try to tonight. I've traced the measuredMinHeight and the unscaledHeight in measure and updateDisplayList and both are called several times. The unscaled height

Re: [flexcoders] measure(), measuredMinWidth and unscaledWidth

2008-02-21 Thread Giles Roadnight
I can't post an example at the moment but I'll try to tonight. I've traced the measuredMinHeight and the unscaledHeight in measure and updateDisplayList and both are called several times. The unscaled height is always less than the minHeight. This isn't actually measuring the loaded image content

RE: [flexcoders] measure(), measuredMinWidth and unscaledWidth

2008-02-20 Thread Alex Harui
Can you post a mini-example? Are you sure the measure() sets measuredHeight to 200 every time? Sometimes on the first call, the image or TextField can have the wrong height. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnig