Hi Abhi,
Just wondering how you do the paste of the image in the first
place? Could you provide some small code sample to show the BXML file
(if you're using one) and the code for doing the image paste. Most
likely if you set the image to null in your ImageView that will do it.
"clear()" is for data binding, which is probably not what you're doing.
Example:
imageView.setImage((Image)null);
~Roger Whitcomb
-----Original Message-----
From: Abhi Patil [mailto:[email protected]]
Sent: Thursday, February 09, 2012 1:01 PM
To: [email protected]
Subject: Clear Image
I have image copy n past app and works great. One issues. Users are
wanting another button to clear the pasted image. Possible? Tried
ImageView.clear() no luck.
Thanks,
Abhi