Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User gmccollum's Avatar
    Join Date
    Mar 2003
    Posts
    14
    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.

  2. #2
    Registered User yaney's Avatar
    Join Date
    Mar 2003
    Posts
    26
    Please
    Do you have a solution??

  3. #3
    Registered User gmccollum's Avatar
    Join Date
    Mar 2003
    Posts
    14
    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
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved