Re: [flexcoders] Move effect with lager images-> flickering images

2007-02-01 Thread Brian Dunphy
Ely over at QuietlyScheming.com just created a SuperImage component
which I believe fixes the issue you're experiencing.

http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/

Cheers,

Brian

On 2/1/07, maikelsibbald <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I've got a HBox with number(about 10) of images (375x200). For some
>  reason the images are flickering. It's really anoying.
>
>  I'm changing they x-property and let the moveEffect handle the rest,
>  for some reason it really looks weird.
>
>height="100%"
>  horizontalGap="35"
>  paddingTop="30"
>  paddingLeft="30"
>  paddingRight="30"
>  moveEffect="previewMove">
>dataProvider="{mediaTestHelper.galleryDataArray}">
>  
>  
>  
>
>  


-- 
Brian Dunphy


[flexcoders] Move effect with lager images-> flickering images

2007-02-01 Thread maikelsibbald
I've got a HBox with number(about 10) of images (375x200). For some
reason the images are flickering. It's really anoying.

I'm changing they x-property and let the moveEffect handle the rest,
for some reason it really looks weird.