clearing imageData!
Posted: Mon Mar 23, 2009 7:13 pm
Hi,
When I have something like the following code:
-- MyImage is an image area
-- SomeData is a binary data of an image
set the imageData of image "MyImage" to SomeData
Now the image of "SomeData" appears in the "MyImage" area.
How can I clear and remove the the image from the image area "MyImage"?
I tried:
set the imageData of image "MyImage" to ""
set the imageData of image "MyImage" to empty
but both didn't work.
Anyone can help please.
Thanks,
Haitham
When I have something like the following code:
-- MyImage is an image area
-- SomeData is a binary data of an image
set the imageData of image "MyImage" to SomeData
Now the image of "SomeData" appears in the "MyImage" area.
How can I clear and remove the the image from the image area "MyImage"?
I tried:
set the imageData of image "MyImage" to ""
set the imageData of image "MyImage" to empty
but both didn't work.
Anyone can help please.
Thanks,
Haitham