Discussion Board
-
Starting 7650 browser sedded with a url
2002-07-28, 20:12
#1
Registered User
Hi,
I am trying to start the 7650's WML browser seeded with a specific URL. i.e. when it starts it goes directly to that page. Can this be done?
I have succeeded in getting it start with a LOCAL wmlc file, but not a URL.
Thanks.
-
RE: Starting 7650 browser sedded with a url
2002-08-02, 15:31
#2
Registered User
Please
Do you have a solution??
-
RE: Starting 7650 browser sedded with a url
2002-08-06, 20:45
#3
Registered User
To open local file try:
CDocumentHandler* iDocHandler = CDocumentHandler::NewL(
(CEikProcess*)CEikonEnv::Static()->EikAppUi()->Application()->Process());
TDataType aDT(_L8("application/wap.vnd.wmlc"));
iDocHandler->CDocumentHandler::OpenFileL (aUrlToLaunch,aDT );
delete iDocHandler;
where aUrlToLaunch is the name of a local file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules