When i add 2 commands to my screen, 3 soft buttons appear in the menu bar .
I just want to show 2 soft buttons (LSK , RSK) , and remove the empty middle one.
How can i do that?
Type: Posts; User: Dev.Reham; Keyword(s):
When i add 2 commands to my screen, 3 soft buttons appear in the menu bar .
I just want to show 2 soft buttons (LSK , RSK) , and remove the empty middle one.
How can i do that?
Thank you, can you give a link for the Lwuit Forums.
How can i customize lwuit menus to have 2 commands only not 3 buttons on the bottom of the form?
Can i remove the select command also from the option menu?
I want to show the status bar in My J2ME application , and i'm using Lwuit too, i could not find a way to do that especially that i'm having problems too with the default menu in Lwuit. so i want to...
I want to display the status bar in my J2ME application so i put this line of code in the midlet,
((Canvas) ...
I used this ((Canvas)(javax.microedition.lcdui.Display.getDisplay(this).getCurrent())).setFullScreenMode(false);
In my Lwuit J2ME Application, it shows the menu bar and the status...
To be honest i can not find a particular thing, So according to your experience i won't be able to do this in Lwuit or Java ?
I saw it on Asha 302 (CNN International) Application .
I think it is Lwuit , but how can i be sure?
Thank you, but i already seen applications with status bar showing the current Time.
I really need that thing.
Did you find a way to do that, because i want to show the status bar in Lwuit too.
I want to show the status bar too but i did not find a way to do that in Lwuit .