Can you give me some source code of pure J2ME to build a Menu like this, thanks:
http://m.socbay.com/public/media/mobi1259035262.png
And also a title bar banner??
Can you give me some source code of pure J2ME to build a Menu like this, thanks:
http://m.socbay.com/public/media/mobi1259035262.png
And also a title bar banner??
Last edited by longmilk; 2010-07-27 at 12:51.
You have to make the grid look of the canvas.Just devide the screen in the rows and coloumns.Manage the selection of the menu items.
You have to take care of the scrolling too if the items in the grid exceeds the number which can be fit to the screen.
You have to do all the coding for the same by your own.
AFAIK, there is no such UI control that is available in MIDP, you should either create the control or use some library such as J2ME-Polish, LWUIT.
Please check your need and move ahead..
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
"Manage the selection of the menu items." I know keyPress event in Canvas but what about the image? How to implement the event like "Clicked event" ( means Clickable Image ??)
thanks
Last edited by longmilk; 2010-07-27 at 13:33.
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
You have to paint these images in Canvas by your own, and you can manage them using a array, control selected one by keypress.