error when choosing Resume on Motorola
Hi every body,
I have write a litle game using MIDP 2.0.
The game works well on Nokia.
The game also works on Motorola, but when i choose Resume function, the game waits a litle then shows message Application Error, and exit. I don't know what is the problem. Have you got any experience about the problem" please some me.
Here is the code, I write to start thread.
public GameMIDlet{
mainGame = new MainGame(false, 12);
Display.getDisplay(this).setCurrent(mainGame);
mainThread = new Thread(mainGame);
mainThread.start();
}
public void startApp()
{
}
Thanks alot.

