MOT V400 Full Screen

setFullScreenMode(true) gives me another 20 or so lines of graphics…but getCanvasHeight() does not seem to refect the extra vertical space…

??? I am totally confused here…I could use those extra 20 lines…appreciate all help!!! :o

Motorola bug. Just hardcode height and width for that model, or indeed all models. The latter solution requires a build framework that take different models into account (and depending on complexity, can get rather hairy).

When are u calling the method getHeight?

At nokia phones happen something like that, but a solution is wait until the canvas is shown using the method Canvas.isShown(), and after it the size is returned ok.

I hope it helps, bye!

Yeah that works…it also works inside the paint function…