Re: [Tizen Application-dev] destroy the image

2013-11-27 Thread Hiroki Minagawa
Zhang, Are you generating images dynamically? Like, Bitmaps? Or, you just have a limited amount of image resources in your whole app package? If you are not generating images dynamically, you may want to define them all at once, and re-use them whenever needed... It is Javascript after all, and yo

Re: [Tizen Application-dev] destroy the image

2013-11-25 Thread Hiroki Minagawa
Oh, Zhang. You are dealing with something impossible... If not necessary to create new Image, why don't to look for another way to accomplish the same result? On Mon, 25 Nov 2013 01:57:11 + "Li, Hao H" wrote: > You might try delete img; > > From: application-dev-boun...@lists.tizen.org > [

Re: [Tizen Application-dev] destroy the image

2013-11-24 Thread Li, Hao H
You might try delete img; From: application-dev-boun...@lists.tizen.org [mailto:application-dev-boun...@lists.tizen.org] On Behalf Of zhangcs_423 Sent: Saturday, November 23, 2013 10:04 PM To: application-dev@lists.tizen.org Subject: [Tizen Application-dev] destroy the image hi,all How can I to