Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User royalee's Avatar
    Join Date
    Apr 2004
    Posts
    6
    I can't get answer from SDK help.
    someone tell me?

  2. #2
    Super Contributor sopta007's Avatar
    Join Date
    Apr 2003
    Location
    Czech Republic
    Posts
    915
    on this command should your application close itself...
    Usually, used like this:

    Code:
    void CMyAppUi::HandleCommandL(TInt aCommand)
        {
        switch ( aCommand )
            {
            case EEikCmdExit:
                {
                Exit();
                break;
                }
    ...etc...
    It can be called from your menu, or by framework...

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