Help!!! Utilizing External Application Views....
| Tue, 2007-09-11 08:47 | |
|
Hi all, I m implementing an application for s60 2nd edition devices.Now i want to add some interactive features on my applications. For this, the user can invoke the browser from my application itself. This is the code, RApaLsSession apaLsSession; if(!apaLsSession.Handle()) TThreadId thread; My issuse is whenever i click that option in my application to open the browser , its opening n going to the proper link.But in mean time , i pressed the MenuKey+Call key to see the current running program, its showing my app icon and the Browser app Icon also... BUt i dont want like that. I want like if we see the current running programs then it has to show only my app icon not browser app icon. Can u anybody help me out? Thanks in advance!!! By, |
|






Forum posts: 23
actually you mean : use the brower as a Controller in your app!
/****************************************************************
- how to use the web browser in app
-
-1.Document Handler (DocumentHandler) :open local html/wml/.. web page
-2.App framework APPARC (TApaTaskList/TApaTask) :open website or local wml/html/..
-3.Browser Control API : use the browser as a controler (from s60 2nd fp3)
*****************************************************************/
the third one is what you want to use ,yet this API can be got untile S60 2rd FP3..