White screen between Canvases

Posted by user315647 on Stack Overflow See other posts from Stack Overflow or by user315647
Published on 2010-04-13T15:36:37Z Indexed on 2010/04/14 0:42 UTC
Read the original article Hit count: 560

Filed under:
|
|

Hello everyone,

I am having, what i believe is a minor issue. I am developing a J2ME application which predominantly uses canvases for display. The problem is I have set all these canvases to fullscreen and when i navigate from one class to another i am first given a white screen and then taken to the canvas i intend to go. I am not understanding what i am doing wrong I am using the following statement for navigation

javax.microedition.lcdui.Display.getDisplay(MIDlet).setCurrent(Canvas);

Please help!!

© Stack Overflow or respective owner

Related posts about canvas

Related posts about j2me