I've got a image based component i'm using as an itemRenderer
eg

dgImage.mxml
------------
<mx:Image>
etc
</mx:Image>

its all working, but the images look large and blurry.

However, if i wrap with an hbox  eg

<mx:HBox>
 <mx:Image/>
</mx:HBox>

the images look perfect. I didn't have a problem with this until i 
read Alex Harui's blog regarding performance issues using containers 
in itemRenderes.

is there another way i can prevent blurry images?




Reply via email to