Quote:
|
Originally Posted by jfisher
use a bitmapfield:
BitmapField m = new BitmapField();
in your button action you can change the bitmap by using:
m.setBitmap(myBitmap);
|
Hi,
Thanks for you reply. I can use drawBitmap() method of Graphic class to draw a Bitmap image. But what method I should use to draw a BitmapField image.
Sorry for my ignorance
Thanks
Shwaup Biswas.