Browser Control API problem
| Wed, 2008-05-21 09:46 | |
|
Hi, I am trying to make simple application that will just display some web page. I am using following code to do it: void CBrowseAndSaveAppView::ConstructL(const TRect& aRect) iBrCtlInterface->LoadUrlL( ... ); } Application connects to internet a it seems the page is displayed correctly. But immadiate after page is shown (i am not sure if it is during load or after page is loaded completly) I am getting system error (-12) (shuold be KErrPathNotFound). After error dialog page disappears another try to call iBrCtlInterface->LoadUrlL() will crash application. I do not understand why I am getting this error, and what can be a reason. Any idea? Thanks |
|






Forum posts: 96
the Browser Launcher API has just been made public , it is very easy to use, follow the URL:
Shashi Kiran G M
Forum posts: 80
Hi Shashi
if i click on above URL I receive a message
Thanks and Regard
Praveen Kumar Sharma
Forum posts: 1157
That's funny: The link in gmsk19's post has a problem and indeed does not work. However, your quote of the post does work. Just click on the link in your own post now
René Brunner
Forum posts: 80
hi rbrunner
I think It is a bug in NewLC We need to inform them ,just kidding , surprise dude How is It working in my post
Thanks and Regard
Praveen Kumar Sharma
Forum posts: 96
Arrey !!! y the fuss use copy paste
Shashi Kiran G M
Forum posts: 83
Hi,
It seems to me that it depends on the page contents whether you get the KErrPathNotFound or not. If it is shown when loading a given page, I get it every time, so at least it may be "predictable". Unfortunately I don't know the reason for it. Gradually eliminating parts of the webpage could get you to the root of the problem, though even that wouldn't be any help for us... As for me, having been using the API for some time, I just added this issue to my how-the-browser-control-api-drives-me-mad list. Believe me, it's getting loooong...
Br