Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User jrgm223's Avatar
    Join Date
    Apr 2005
    Posts
    14
    I have developed a application with launch a embedded video viewer, concretely SIP application that launch Real Player in embedded mode.
    When this occurs the active menu belongs embedded app and i want to know, is it posibble main app menu overlay embedded app menu?.

    How can I control de menu application?
    I want to show video but I can use main application menu.

    Can anybody help me??

    Thanks.

  2. #2
    Regular Contributor bharatuppal's Avatar
    Join Date
    Oct 2004
    Posts
    107
    Can you please tell me how to embedd an applicatino in another application

  3. #3
    Registered User jrgm223's Avatar
    Join Date
    Apr 2005
    Posts
    14
    Hi,
    I embedded app (Real Player) in another with:

    void CMainApp::EmbeddedApp (const TDesC& aUrl)
    {
    const TUid KUidReal = {0x<UID> }; //Real Player UID

    CEikProcess* hostProcess = CEikonEnv::Static()->Process();

    newDoc = (CEikDocument*)hostProcess->AddNewDocumentL (_L("<phone root embedded app>"), KUidReal);

    newDoc->EditL (this, ETrue ); // "This" acts as observer.

    RFs fs; // A handle to a file server session. Use this class for all file system manipulation

    User::LeaveIfError( fs.Connect() );
    CleanupClosePushL<RFs>( fs );

    newDoc->OpenFileL( ETrue, aUrl, fs );

    CleanupStack::PopAndDestroy(); // close fs

    }

  4. #4
    Regular Contributor bharatuppal's Avatar
    Join Date
    Oct 2004
    Posts
    107
    Thanks fpr your reply but 1 question
    What is the difference between launching a application using RapalSession and embedded application ?
    What is embedded application?
    what are the Scenarios where we use embedded application ?
    what are the benefits

  5. #5
    Registered User jrgm223's Avatar
    Join Date
    Apr 2005
    Posts
    14
    Hello again,
    I am new in Symbian world an my knowledges are very reduced
    about Symbian.
    My ambedded application is Real Player.
    We use embedded app because we need Real Player executed in other main app.

    Regards,

Similar Threads

  1. ViewSrv 11 panic : when menu button of 7650 is pressed on an active app
    By nitinkumar in forum Symbian User Interface
    Replies: 6
    Last Post: 2008-12-09, 19:20
  2. Initial menu when app selected?
    By fsiegel in forum Symbian User Interface
    Replies: 5
    Last Post: 2004-10-14, 22:28
  3. Recongnizer + embedded app
    By tplinet in forum Symbian C++
    Replies: 4
    Last Post: 2004-08-03, 09:11
  4. Crash when exiting from embedded app
    By stew_mclean in forum Symbian C++
    Replies: 2
    Last Post: 2004-05-26, 09:12
  5. Replies: 0
    Last Post: 2004-01-12, 17:47

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