08-22-2012 08:29 AM - edited 08-22-2012 08:31 AM
Please help me to sort out a big issue .
I need to rotate a layout(spark component Group) from center , i am able to rotate it from center. but once i rotate it , its all gives me jadgy edges. Like if i rotate an image than i can set its bitmap smoothing to true , by which jadgy edges will not come. But in groups there is no smoothning variable Please tell me how can i achieve this.
Shashank
08-22-2012 12:16 PM
please check if you have set cacheAsBitmap to true. if so, disable it.
otherwise I would recommend you to draw an image of the container and rotate this image. it's not very performance friendly but you could get rid of the edge problem.
08-22-2012 02:44 PM
Hi Thanks for your reply.
I set cacheAsBitmap to false ,& i amhaving many components like an imag & several buttons which all i need to rotate.