hi,
Menu will look like this!
1.login
2. logoff
3. Setting -> i.sleep mode ii.normal mode iii.change mode
(when user press right key then this sub menu will appear)
3. Sms setting-> etc
4. Email Setting-> etc
5. help
suggestions please!
hi,
Menu will look like this!
1.login
2. logoff
3. Setting -> i.sleep mode ii.normal mode iii.change mode
(when user press right key then this sub menu will appear)
3. Sms setting-> etc
4. Email Setting-> etc
5. help
suggestions please!
Last edited by jackofall; 2009-03-25 at 06:51. Reason: more clear
have u given a look at 3rd party packages like j2mepolish or lwuit ?
maybe they have some kind of all-ready made solution for this ?
only other option on vanilla j2me to create a graphical appealing menu would be to create ur own using Canvas...
Hi,
You can use the canvas itself in order to make this kind of GUI.
for this you have to take the all GUI items as the arrays of string..
draw those arrays you want to draw..
then on the right key code you can change the arrays draw in the similar way.
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
i can make the arrays of strings but how can i draw the values which will appear after the arrow i mean when user will press the right key then some values will display horizontally on that same screen.e.g
in mobile when you send some files .it asks you the method of sending like via bluetooth 2. via infrared 3. via GPRS.
HOW can i implement this functionality.
me too need help on horizontal scrolling.
I want to avoid use of canvas.
J2me Polish is licenced i think so.
Any open source tool for developing rich gui?
Please help