what dev environment are you using for the a1200?Originally Posted by mymoney
Hi guys,
This sounds silly, but:
If using Canvas with setFullScreenMode(), how do we add Command to it? (yes, it "can" add, but it does NOT display).
Especially for A1200, which has touch screen, and unlike, for example, Razr, has no hardware softkey (sounds silly again.) below the screen.
What I want is full screen to get the most of the pixel I need, but with 2 (or more) commands so that user can do select/setup/cancel/back, etc.
Thanks.![]()
what dev environment are you using for the a1200?Originally Posted by mymoney
J2ME. Develop under JBuilder. Do you mean that?Originally Posted by rpconnect
I don't have a real solution. But you can develop a little worksround, like doing a "click" on the screen (e.g. top-right-corner) the screen toggles fullscreenmode.
So after touching the screen you see the menu and after touching again you return to fullscreen.
You can also use a button to do this. On A780 you can get to "no fullscreen" by pressing the home-button twice (switching to desktop and back to the application).
the other way is to develop your own little menu.
Thanks. That works for some phone. I am looking for a method good for most of the phones.Originally Posted by Ator
So far, it seems not possible to get full screen form.