
Originally Posted by
mutturajb
Hi all,
We developed two applications,we are successful in launching application2 from application1 using push registery.
when we press some menu option of application1,we pause application1 and start our application2 and if we press exit command of application2,control comes back to application1.
The above scenario works only once,when control comes back to application1,now if i press the same menu option of
application1 which launch application2,we get a blank white screen ....
Can any body help me to know the cause of this white screen???
Note:
1) We use midlet.pauseNotify() to pause the application1 and start the application2.
2) we are using destroyapp(true) notifyDestroyed() while returning back from application2 to application1.
Thanks,
Mutturaj