In my application, i have displayed 10 charts in VBox at a time. I created an image file for each charts using JPEGEncoder. But the resolution of those chart was not well.
So i am using captureImage method (available in ImageSnapShot class) which also used the value for "dpi" parameter and i got better resolution.. But it took more time to convert byteArray for each charts and it raised "Sript execute more than 15 seconds" error. So I need the solution for how to increase the quality of the image for each 10 charts. Please help me & give better solution. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

