Can we create a textbox or rectangle on image which i have draw on form using ImageItem.
kindly reply as early as possible
Can we create a textbox or rectangle on image which i have draw on form using ImageItem.
kindly reply as early as possible
Hi rana.anees,
You can't create a textbox on a image or imageItem. A rectangle can be drawn to a mutable image and then passed to the imageItem.
One solution if you are using a form and want to draw a rectanle or text on top of image is to use a CustomItem.
CustomItem example:http://www.developer.nokia.com/Commu...tem_in_Java_ME
-tiviinik