--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> That is correct, medaiObject is the API for component time, and 
data is
> mapped to it when it is a renderer.
>  
> You have to dispatch an event for binding {} to work.  Use of 
[Bindable]
> without an event causes us to wrap the property in a getter/setter 
pair
> which would be redundant in your case.
>  
> In the code I proposed, the image is not 100%.  

When you do that, the image is far bigger than the container, causing 
all sorts of nasty side effects, including scrollbars.

> I'm not a fan of making
> things really big when only a portion of it is 'filled'.   

I'm just a fan of things that work, regardless of whether 
they're 'correct' or not.  Taking the 100% off of it means that the 
image doesn't shrink into the container properly.

>I think you
> should set scaleContent="false" as well.

How will that make things better? Even with scaleContent set to true, 
the content doesn't actually shrink the way it should.  I suspect 
that there are some esoteric undocumented rules somewhere about when 
and how content actually scales, but so far the only thing trial and 
error has shown is that the image _has_ to be 100% or some percentage 
of the container in order for it to work.

Thanks for staying with me on this.  I am getting very frustrated.

Reply via email to