开发者

nokia j2me fullscreen width, height are not returned after setting it

I'm creating a canvas and setting it as fullscreen. In the canvas my getHeight() and getWidth() functions does not return the actual height and width of the full screen. It returns them as if I didn't set it to full screen.

How can I get the size of the full screen in nokia phones or other ones that have the same problem开发者_StackOverflow中文版?


What a nokia phone do you use? How do you set it to fullscreen? I used some nokia S60, S40, and it works.

This may be help for someone:

public MainCanvas(KeyDetection midlet, Display display) {
    setFullScreenMode(true);
    this.midlet = midlet;
    this.display = display;
}


There might be a small delay between calling 'setFullScreenMode(true)' and for canvas actually going to full screen mode. Adding a small delay (~500ms) after the call to go full screen should do the trick

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜