Discussion Board
-
Launch WAP browser with specified URL (7650)
2002-07-31, 15:01
#1
Registered User
Hi,
I can launch the wap browser but the url that i specified is ignored.
The code is follow:
aCmd.Append(kmWapAppName);
CApaCommandLine* cmd = CApaCommandLine::NewLC(aCmd);
cmd->SetDocumentNameL(Url);
cmd->SetCommandL(EApaCommandOpen);
RApaLsSession ls;
User::LeaveIfError(ls.Connect());
CleanupClosePushL(ls);
User::LeaveIfError(ls.StartApp(*cmd));
CleanupStack::PopAndDestroy(2);
Where is the problem?
If i lauch from my appli the browser, Is it possible to know the current url of the browser, at the specified time?
Thanks
Yaney
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