porting to motorola kit
Hai,
i am working in game development. now i am doing porting to motorola. i hav one doubt on that. Can we make fullscreen mode on that? i hav used "setFullScreenMode(true);" method. but there is no effect. it shows only 176*182. pls help me. is there any way to make full screen size? i need 176*208. pls reply me soon.........
thanks.
by
Urs.
When you say its not going to full screen, do you mean that the softkey toolbar is still present along the bottom? If so, the getHeight() method for the screen graphics just needs to be overridden and + 10 to it or whatever. I forget the actual value. Motorola, in their infinite wisdom, decided to make the getHeight() method play nice with the softkey toolbar. Just ignore that value and override it.