White screen between Canvases
- by user315647
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!!