I'm currently writing a flex application where I'm scaling images on a hidden canvas, and then taking a bitmap of them and drawing that bitmap to a visible component. There are two reasons for this: so that the user doesn't see a mixture of scaled and unscaled images, and so that I can do some operations on the bitmap, saving the processing time of altering all of the objects.
The problem is that the scaling doesn't seem to have finished by the time I create the bitmap. The bitmap gets drawn as partially scaled images. Is there a way that I can be sure the operation has finished first? Or is there a better way I should be going about this? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5530 Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
