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.

[658 byte] By [vitbonga] at [2007-10-3 3:50:24]
# 1
Hi plz giv me the pauseApp() defination thn i can tell uwht is ur probthx souvik
souvika at 2007-7-14 21:47:49 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
I don't work any thing in the pauseApp definition.public void pauseApp(){}
vilbonga at 2007-7-14 21:47:49 > top of Java-index,Java Mobility Forums,Java ME Technologies...