I am launching browser from my application to one of the wap page. It is working and when i download one file (specific file with MIME to be handled by my application)from there it is automatically launching my application(i.e., my application is getting embedded to browser). but when i press exit soft button
It is exiting browser by giving message
APP. Closed . Browser
(code for exit soft button is
SaveL();
PrepareToExit();
Exit();
I tried with other code also
PrepareToExit();
User::Exit(0);
)
But i want the following specific behavior
My embedded application should get closed.
Browser should be at tha same wap page(So that I further download some other files).
Can some one guide me how to achieve this
I have one more doubt
How my main application know that one more instance of application is running as embedded application and is it possible to get some notification when that instance of application is closed
Thanks in advance
SSS
hi Yucca,
Thanks for your reply.
I have already implemented the following code
if (iDoorObserver) iDoorObserver->NotifyExit(MApaEmbeddedDocObserver::ENoChanges);
in my AppUi's destructor
What could be the reason for the browser crashing
The article u have specified is for 1.2 SDK and i am working on 6600 (SDK 2.1)
Do u have any idea for my other doubt
How my main application know that one more instance of application is running as embedded application and is it possible to get some notification when that instance of application is closed